public class ComponentInfoResolver extends java.lang.Object implements Resolver<ComponentInfo>
Title: The ComponentInfo object is parsed from the input stream
Description:
Constructor and Description |
---|
ComponentInfoResolver() |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
resolve(java.io.InputStream is)
Parses into the business component configuration information
|
public ComponentInfo resolve(java.io.InputStream is)
resolve
in interface Resolver<ComponentInfo>