Class PortInfoImpl

  • All Implemented Interfaces:
    jakarta.xml.ws.handler.PortInfo

    public class PortInfoImpl
    extends Object
    implements jakarta.xml.ws.handler.PortInfo
    Implementation of the PortInfo interface. This is just a simple class used to hold the info necessary to uniquely identify a port, including the port name, service name, and binding ID. This class is only used on the client side.
    • Constructor Detail

      • PortInfoImpl

        public PortInfoImpl​(com.sun.xml.ws.api.BindingID bindingId,
                            QName portName,
                            QName serviceName)
    • Method Detail

      • getBindingID

        public String getBindingID()
        Specified by:
        getBindingID in interface jakarta.xml.ws.handler.PortInfo
      • getPortName

        public QName getPortName()
        Specified by:
        getPortName in interface jakarta.xml.ws.handler.PortInfo
      • getServiceName

        public QName getServiceName()
        Specified by:
        getServiceName in interface jakarta.xml.ws.handler.PortInfo
      • hashCode

        public int hashCode()
        Needed by JAXWS so PortInfoImpl can be used as a key in a map..
        Overrides:
        hashCode in class Object