com.supermap.services.components.spi
Class ComponentInfoResolver
- java.lang.Object
-
- com.supermap.services.components.spi.ComponentInfoResolver
-
- All Implemented Interfaces:
- Resolver<ComponentInfo>
public class ComponentInfoResolver extends java.lang.Object implements Resolver<ComponentInfo>
Title: The ComponentInfo object is parsed from the input stream
Description:
-
-
Constructor Summary
Constructors Constructor and Description ComponentInfoResolver()
-
Method Summary
Methods Modifier and Type Method and Description ComponentInforesolve(java.io.InputStream is)Parses into the business component configuration information
-
-
-
Method Detail
-
resolve
public ComponentInfo resolve(java.io.InputStream is)
Parses into the business component configuration information- Specified by:
resolvein interfaceResolver<ComponentInfo>- Returns:
-
-