Uses of Class
javax.xml.ws.wsaddressing.W3CEndpointReference
-
Packages that use W3CEndpointReference 软件包 描述 javax.xml.ws.spi 此套件为JAX-WS定义了SPI。javax.xml.ws.wsaddressing 此包定义与WS-Addressing相关的API。 -
-
Uses of W3CEndpointReference in javax.xml.ws.spi
Methods in javax.xml.ws.spi that return W3CEndpointReference Modifier and Type 方法 描述 abstract W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
工厂方法创建一个W3CEndpointReference
。W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
工厂方法创建一个W3CEndpointReference
。 -
Uses of W3CEndpointReference in javax.xml.ws.wsaddressing
Methods in javax.xml.ws.wsaddressing that return W3CEndpointReference Modifier and Type 方法 描述 W3CEndpointReference
W3CEndpointReferenceBuilder. build()
从此W3CEndpointReferenceBuilder
实例中设置的累积属性构建一个W3CEndpointReference
。
-