com.ibm.tivoli.maximo.interaction.wsdl

Class ServiceInfo

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


  • public class ServiceInfo
    extends java.lang.Object
    Represents a WSDL service.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceInfo(java.lang.String name, java.util.List ports) 
    • Constructor Detail

      • ServiceInfo

        public ServiceInfo(java.lang.String name,
                           java.util.List ports)
        Parameters:
        name - the name of a WSDL service [local part]
        ports - list of WS-I BP WSDL Service Ports.
        See Also:
        PortInfo
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the service [local part]
      • getPorts

        public java.util.List getPorts()
        Returns:
        the ports list of WS-I BP compliant Service ports as defined in the WSDL
      • getPortInfo

        public PortInfo getPortInfo(java.lang.String name)
        Returns:
        the ports the PortInfo for the given port name [local part]
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object