Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.client.dispatch | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.developer |
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
|
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
WsaPropertyBag.getFaultToFromRequest() |
WSEndpointReference |
WsaPropertyBag.getFrom()
Gets the wsa:From header.
|
WSEndpointReference |
WsaPropertyBag.getReplyToFromRequest() |
WSEndpointReference |
WsaPropertyBag.getToAsReference()
Gets the wsa:To header.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo,
WSEndpointReference replyTo,
WSEndpointReference faultTo) |
protected void |
W3CWsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo,
WSEndpointReference replyTo,
WSEndpointReference faultTo) |
void |
WsaPropertyBag.setFaultToFromRequest(WSEndpointReference ref) |
void |
WsaPropertyBag.setReplyToFromRequest(WSEndpointReference ref) |
Modifier and Type | Method and Description |
---|---|
abstract <T> Dispatch<T> |
WSService.createDispatch(QName portName,
WSEndpointReference wsepr,
Class<T> aClass,
Service.Mode mode,
WebServiceFeature... features)
Works like
#createDispatch(EndpointReference, Class, Mode, WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used. |
abstract Dispatch<Object> |
WSService.createDispatch(QName portName,
WSEndpointReference wsepr,
JAXBContext jaxbContext,
Service.Mode mode,
WebServiceFeature... features)
Works like
#createDispatch(EndpointReference, JAXBContext, Mode, WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used. |
abstract <T> T |
WSService.getPort(WSEndpointReference epr,
Class<T> portInterface,
WebServiceFeature... features)
Works like
ServiceDelegate.getPort(EndpointReference, Class, WebServiceFeature...)
but takes WSEndpointReference . |
Modifier and Type | Field and Description |
---|---|
WSEndpointReference |
AddressingVersion.anonymousEpr
Represents the anonymous EPR.
|
Modifier and Type | Method and Description |
---|---|
static WSEndpointReference |
WSEndpointReference.create(EndpointReference epr)
Converts from
EndpointReference . |
WSEndpointReference |
WSEndpointReference.createWithAddress(String newAddress)
Creates a new
WSEndpointReference by replacing the address of this EPR
to the new one. |
WSEndpointReference |
WSEndpointReference.createWithAddress(URI newAddress) |
WSEndpointReference |
WSEndpointReference.createWithAddress(URL newAddress) |
static WSEndpointReference |
OneWayFeature.enableSslForEpr(WSEndpointReference epr,
String sslHost,
int sslPort)
Calculate a new EPR using an existing one and substituting SSL specific
host and port values.
|
WSEndpointReference |
OneWayFeature.getFaultTo()
Getter for wsa:FaultTo header
WSEndpointReference . |
WSEndpointReference |
OneWayFeature.getFaultTo(boolean ssl) |
WSEndpointReference |
OneWayFeature.getFrom()
Getter for wsa:From header
WSEndpointReference . |
WSEndpointReference |
OneWayFeature.getReplyTo()
Getter for wsa:ReplyTo header
WSEndpointReference . |
WSEndpointReference |
OneWayFeature.getReplyTo(boolean ssl) |
WSEndpointReference |
OneWayFeature.getSslFaultTo() |
WSEndpointReference |
OneWayFeature.getSslReplyTo() |
Modifier and Type | Method and Description |
---|---|
static WSEndpointReference |
OneWayFeature.enableSslForEpr(WSEndpointReference epr,
String sslHost,
int sslPort)
Calculate a new EPR using an existing one and substituting SSL specific
host and port values.
|
void |
OneWayFeature.setFaultTo(WSEndpointReference address)
Setter for wsa:FaultTo header
WSEndpointReference . |
void |
OneWayFeature.setFrom(WSEndpointReference address)
Setter for wsa:From header
WSEndpointReference . |
void |
OneWayFeature.setReplyTo(WSEndpointReference address)
Setter for wsa:ReplyTo header
WSEndpointReference . |
void |
OneWayFeature.setSslFaultTo(WSEndpointReference sslFaultTo) |
void |
OneWayFeature.setSslReplyTo(WSEndpointReference sslReplyTo) |
Constructor and Description |
---|
EPRHeader(QName tagName,
WSEndpointReference epr) |
OneWayFeature(boolean enabled,
WSEndpointReference replyTo)
Create an
OneWayFeature |
OneWayFeature(boolean enabled,
WSEndpointReference replyTo,
WSEndpointReference from,
String relatesTo)
Create an
OneWayFeature |
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
FaultTo header. |
static WSEndpointReference |
AddressingUtils.getFaultTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
ReplyTo header. |
static WSEndpointReference |
AddressingUtils.getReplyTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
Reads this header as an
WSEndpointReference . |
Modifier and Type | Method and Description |
---|---|
static Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new
Dispatch stub for DataSource . |
static <T> Dispatch<T> |
Stubs.createDispatch(QName portName,
WSService owner,
WSBinding binding,
Class<T> clazz,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new
Dispatch stub that connects to the given pipe. |
static <T> Dispatch<T> |
Stubs.createDispatch(WSPortInfo portInfo,
WSService owner,
WSBinding binding,
Class<T> clazz,
Service.Mode mode,
WSEndpointReference epr)
Creates a new
Dispatch stub that connects to the given pipe. |
static Dispatch<Object> |
Stubs.createJAXBDispatch(QName portName,
WSService owner,
WSBinding binding,
JAXBContext jaxbContext,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<Object> |
Stubs.createJAXBDispatch(WSPortInfo portInfo,
WSBinding binding,
JAXBContext jaxbContext,
Service.Mode mode,
WSEndpointReference epr)
Creates a new JAXB-based
Dispatch stub that connects to the given pipe. |
static Dispatch<Message> |
Stubs.createMessageDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<Message> |
Stubs.createMessageDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
|
static Dispatch<Packet> |
Stubs.createPacketDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
|
static Dispatch<Packet> |
Stubs.createPacketDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
|
<T> T |
Stubs.createPortProxy(WSPortInfo portInfo,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface.
|
<T> T |
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
Tube next,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface.
|
static Dispatch<javax.xml.soap.SOAPMessage> |
Stubs.createSAAJDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<javax.xml.soap.SOAPMessage> |
Stubs.createSAAJDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new
Dispatch stub for SOAPMessage . |
static Dispatch<Source> |
Stubs.createSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<Source> |
Stubs.createSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
|
Modifier and Type | Field and Description |
---|---|
protected WSEndpointReference |
Stub.endpointReference
Non-null if this stub is configured to talk to an EPR.
|
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
Stub.getWSEndpointReference() |
Modifier and Type | Method and Description |
---|---|
<T> Dispatch<T> |
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
Class<T> aClass,
Service.Mode mode,
WebServiceFeature... features) |
<T> Dispatch<T> |
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
Class<T> aClass,
Service.Mode mode,
WebServiceFeatureList features) |
Dispatch<Object> |
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
JAXBContext jaxbContext,
Service.Mode mode,
WebServiceFeature... features) |
protected Dispatch<Object> |
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
JAXBContext jaxbContext,
Service.Mode mode,
WebServiceFeatureList features) |
<T> T |
WSServiceDelegate.getPort(WSEndpointReference wsepr,
Class<T> portInterface,
WebServiceFeature... features) |
protected <T> T |
WSServiceDelegate.getPort(WSEndpointReference wsepr,
QName portName,
Class<T> portInterface,
WebServiceFeatureList features) |
protected InvocationHandler |
WSServiceDelegate.getStubHandler(BindingImpl binding,
SEIPortInfo eif,
WSEndpointReference epr) |
Constructor and Description |
---|
Stub(QName portname,
WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated.
|
Stub(WSPortInfo portInfo,
BindingImpl binding,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr) |
Stub(WSPortInfo portInfo,
BindingImpl binding,
Tube master,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr) |
Stub(WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Dispatch<Source> |
DispatchImpl.createSourceDispatch(QName port,
Service.Mode mode,
WSServiceDelegate owner,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
Deprecated.
|
static Dispatch<Source> |
DispatchImpl.createSourceDispatch(WSPortInfo portInfo,
Service.Mode mode,
BindingImpl binding,
WSEndpointReference epr) |
Constructor and Description |
---|
SEIStub(WSPortInfo portInfo,
BindingImpl binding,
SOAPSEIModel seiModel,
WSEndpointReference epr) |
SEIStub(WSServiceDelegate owner,
BindingImpl binding,
SOAPSEIModel seiModel,
Tube master,
WSEndpointReference epr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
WSBindingProvider.getWSEndpointReference()
Similar to {link BindingProvider#getEndpointReference(}, but returns WSEndpointReference that has more
convenience methods
|
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
AbstractHeaderImpl.readAsEPR(AddressingVersion expected)
Default implementation that copies the infoset.
|
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
StreamHeader.readAsEPR(AddressingVersion expected)
Creates an EPR without copying infoset.
|
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
WSDLPortImpl.getEPR() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLPortImpl.setEPR(WSEndpointReference epr)
Only meant for
RuntimeWSDLParser to call. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.