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 方法 描述 EndpointReferenceBindingProvider. getEndpointReference()返回EndpointReference与此相关BindingProvider实例。abstract EndpointReferenceEndpoint. getEndpointReference(Element... referenceParameters)返回EndpointReference与此相关Endpoint实例。EndpointReferenceWebServiceContext. getEndpointReference(Element... referenceParameters)返回此端点的EndpointReference。static EndpointReferenceEndpointReference. 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> TService. 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 EndpointReferenceProvider. 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> TProvider. getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)getPort方法返回代理。abstract <T> TServiceDelegate. 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 描述 classW3CEndpointReferenceThis 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.
-