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:

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ComponentInfo resolve(java.io.InputStream is)
      Parses into the business component configuration information
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentInfoResolver

        public ComponentInfoResolver()
        
    • Method Detail