Class EndpointKey

java.lang.Object
org.apache.axis2.jaxws.addressing.util.EndpointKey

public class EndpointKey extends Object
This class is used to identify a particular web service endpoint based on the combination of WSDL service name and port name.
  • Constructor Details

    • EndpointKey

      public EndpointKey(QName service, QName endpoint)
  • Method Details