Package | Description |
---|---|
com.arjuna.webservices11.util | |
com.arjuna.webservices11.wsaddr | |
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
org.picketlink.trust.jbossws |
Modifier and Type | Method and Description |
---|---|
<T> T |
PrivilegedServiceHelper.getPort(Service service,
EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
Modifier and Type | Class and Description |
---|---|
class |
JAXBContextUnmarshalAction<T extends EndpointReference> |
Modifier and Type | Class and Description |
---|---|
class |
NativeEndpointReference
internal representation of endpoint reference
|
Modifier and Type | Method and Description |
---|---|
static <T extends EndpointReference> |
JAXBContextUnmarshalAction.getInstance(JAXBContext jaxbContext,
Source source,
Class<T> endpointReferenceClass) |
static <T extends EndpointReference> |
EndpointHelper.transform(Class<T> clazz,
EndpointReference epr) |
Modifier and Type | Method and Description |
---|---|
static EndpointReference |
NativeEndpointReference.readFrom(Source eprInfoset)
Directly read a NativeEndpointReference from the given source
instead of leveraging the Provider's readEndpointReference method.
|
Modifier and Type | Method and Description |
---|---|
static <T extends EndpointReference> |
EndpointHelper.transform(Class<T> clazz,
EndpointReference epr) |
Modifier and Type | Method and Description |
---|---|
<T extends EndpointReference> |
BindingProvider.getEndpointReference(Class<T> clazz)
Returns the
EndpointReference associated with
this BindingProvider instance. |
<T extends EndpointReference> |
WebServiceContext.getEndpointReference(Class<T> clazz,
Element... referenceParameters)
Returns the
EndpointReference associated with
this endpoint. |
abstract <T extends EndpointReference> |
Endpoint.getEndpointReference(Class<T> clazz,
Element... referenceParameters)
Returns the
EndpointReference associated with
this Endpoint instance. |
Modifier and Type | Method and Description |
---|---|
EndpointReference |
BindingProvider.getEndpointReference()
Returns the
EndpointReference associated with
this BindingProvider instance. |
EndpointReference |
WebServiceContext.getEndpointReference(Element... referenceParameters)
Returns the
EndpointReference for this
endpoint. |
abstract EndpointReference |
Endpoint.getEndpointReference(Element... referenceParameters)
Returns the
EndpointReference associated with
this Endpoint instance. |
static EndpointReference |
EndpointReference.readFrom(Source eprInfoset)
Factory method to read an EndpointReference from the infoset contained in
eprInfoset . |
Modifier and Type | Method and Description |
---|---|
<T> Dispatch<T> |
Service.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with objects of
the client's choosing. |
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
<T> T |
Service.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The
getPort method returns a proxy. |
Modifier and Type | Method and Description |
---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source eprInfoset)
read an EndpointReference from the infoset contained in
eprInfoset . |
Modifier and Type | Method and Description |
---|---|
abstract <T> Dispatch<T> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with objects of
the user's choosing. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract <T> T |
ServiceDelegate.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The
getPort method returns a proxy. |
abstract <T> T |
Provider.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends EndpointReference> |
PicketLinkDispatch.getEndpointReference(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
EndpointReference |
PicketLinkDispatch.getEndpointReference() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.