com.ibm.tivoli.maximo.interaction.wsdl

Class WSDLInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.wsdl.WSDLInfo


  • public class WSDLInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      WSDLInfo(java.util.Map map, org.apache.xmlbeans.SchemaTypeSystem compiledScehma) 
    • Constructor Detail

      • WSDLInfo

        public WSDLInfo(java.util.Map map,
                        org.apache.xmlbeans.SchemaTypeSystem compiledScehma)
        Parameters:
        map - the Map of ServiceInfo
        compiledScehma - SchemaTypeSystem - compiled schema
        See Also:
        SchemaTypeSystem, ServiceInfo
    • Method Detail

      • getServiceInfo

        public ServiceInfo getServiceInfo(java.lang.String serviceName)
        Parameters:
        serviceName - the name of the service [local part]
        Returns:
        the ServiceInfo object corresponding to the service name
      • getAllServices

        public java.util.Collection getAllServices()
        Returns:
        collections of all services defined in the wsdl
      • getCompiledSchema

        public org.apache.xmlbeans.SchemaTypeSystem getCompiledSchema()
        Returns:
        the compiled schema as org.apache.xmlbeans.SchemaTypeSystem
        See Also:
        SchemaTypeSystem