com.supermap.services.components.spi
Class InterfaceInfoResolver
- java.lang.Object
-
- com.supermap.services.components.spi.InterfaceInfoResolver
-
- All Implemented Interfaces:
- Resolver<InterfaceInfo>
public class InterfaceInfoResolver extends java.lang.Object implements Resolver<InterfaceInfo>
Interface information parser
-
-
Constructor Summary
Constructors Constructor and Description InterfaceInfoResolver()
-
Method Summary
Methods Modifier and Type Method and Description InterfaceInforesolve(java.io.InputStream is)Parse the interface information
-
-
-
Method Detail
-
resolve
public InterfaceInfo resolve(java.io.InputStream is)
Parse the interface information- Specified by:
resolvein interfaceResolver<InterfaceInfo>- Returns:
-
-