Interface WSPortInfo

    • Method Detail

      • getEndpointAddress

        @NotNull
        EndpointAddress getEndpointAddress()
        Gets the endpoint address of this port.
      • getPort

        @Nullable
        WSDLPort getPort()
        Gets the WSDLPort object that represents this port, if WSService is configured with WSDL. Otherwise null.
      • getPolicyMap

        com.sun.xml.ws.policy.PolicyMap getPolicyMap()
        Deprecated.
        Do not use this method as the PolicyMap API is not final yet and might change in next few months.
        Gives the PolicMap that captures the Policy for the PortInfo
        Returns:
        PolicyMap