Class PortInfoImpl

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

    public class PortInfoImpl
    extends Object
    implements javax.xml.ws.handler.PortInfo
    • Constructor Detail

      • PortInfoImpl

        public PortInfoImpl​(String bindingID,
                            QName portName,
                            QName serviceName)
    • Method Detail

      • getBindingID

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

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

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

        public String getAddress()
      • setAddress

        public void setAddress​(String address)