com.ibm.tivoli.maximo.interaction.wsdl

Class PortInfo

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


  • public class PortInfo
    extends java.lang.Object
    • Constructor Detail

      • PortInfo

        public PortInfo()
    • Method Detail

      • getBindingName

        public java.lang.String getBindingName()
        Returns:
        the bindingName
      • getBindingType

        public java.lang.String getBindingType()
        Returns:
        the bindingType
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getOperationList

        public java.util.List getOperationList()
        Returns:
        the operationList
      • getPortTypeName

        public java.lang.String getPortTypeName()
        Returns:
        the portTypeName
      • getEndPointUrl

        public java.lang.String getEndPointUrl()
        Returns:
        the endPointUrl
      • getOperationInfo

        public OperationInfo getOperationInfo(java.lang.String operationName)
      • toString

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