Uses of Class
javax.xml.ws.EndpointReference
-
Packages that use EndpointReference 软件包 描述 javax.xml.ws 此软件包包含核心JAX-WS API。javax.xml.ws.spi 此套件为JAX-WS定义了SPI。javax.xml.ws.wsaddressing 此包定义与WS-Addressing相关的API。 -
-
Uses of EndpointReference in javax.xml.ws
Methods in javax.xml.ws with type parameters of type EndpointReference Modifier and Type 方法 描述 <T extends EndpointReference>
TBindingProvider. getEndpointReference(Class<T> clazz)
返回EndpointReference
与此相关BindingProvider
实例。abstract <T extends EndpointReference>
TEndpoint. getEndpointReference(Class<T> clazz, Element... referenceParameters)
返回EndpointReference
与此相关Endpoint
实例。<T extends EndpointReference>
TWebServiceContext. getEndpointReference(Class<T> clazz, Element... referenceParameters)
返回与此端点相关联的EndpointReference
。Methods in javax.xml.ws that return EndpointReference Modifier and Type 方法 描述 EndpointReference
BindingProvider. getEndpointReference()
返回EndpointReference
与此相关BindingProvider
实例。abstract EndpointReference
Endpoint. getEndpointReference(Element... referenceParameters)
返回EndpointReference
与此相关Endpoint
实例。EndpointReference
WebServiceContext. getEndpointReference(Element... referenceParameters)
返回此端点的EndpointReference
。static EndpointReference
EndpointReference. readFrom(Source eprInfoset)
从eprInfoset
包含的信息集读取EndpointReference的工厂方法。Methods in javax.xml.ws with parameters of type EndpointReference Modifier and Type 方法 描述 <T> Dispatch<T>
Service. createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
创建一个Dispatch
实例,供客户选择的对象使用。Dispatch<Object>
Service. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
创建一个用于JAXB生成的对象的Dispatch
实例。<T> T
Service. getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
getPort
方法返回代理。 -
Uses of EndpointReference in javax.xml.ws.spi
Methods in javax.xml.ws.spi that return EndpointReference Modifier and Type 方法 描述 abstract EndpointReference
Provider. readEndpointReference(Source eprInfoset)
从eprInfoset
包含的信息集读取EndpointReference。Methods in javax.xml.ws.spi with parameters of type EndpointReference Modifier and Type 方法 描述 abstract <T> Dispatch<T>
ServiceDelegate. createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
创建用于用户选择的对象的Dispatch
实例。abstract Dispatch<Object>
ServiceDelegate. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
创建一个用于JAXB生成的对象的Dispatch
实例。abstract <T> T
Provider. getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
getPort方法返回代理。abstract <T> T
ServiceDelegate. getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
getPort
方法返回代理。 -
Uses of EndpointReference in javax.xml.ws.wsaddressing
Subclasses of EndpointReference in javax.xml.ws.wsaddressing Modifier and Type Class 描述 class
W3CEndpointReference
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
-