Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.v200408 | |
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.api.handler | |
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.model | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.binding | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.db | |
com.sun.xml.ws.encoding.xml | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.model | |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.wsdl | |
com.sun.xml.ws.wsdl.parser |
Modifier and Type | Field and Description |
---|---|
protected WSDLPort |
WsaTubeHelper.wsdlPort |
protected WSDLPort |
WsaTube.wsdlPort
Port that we are processing.
|
Constructor and Description |
---|
W3CWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
W3CWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaTubeHelper(WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort) |
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Constructor and Description |
---|
MemberSubmissionWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
MemberSubmissionWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Modifier and Type | Method and Description |
---|---|
static AddressingVersion |
AddressingVersion.fromPort(WSDLPort port)
Gets the
AddressingVersion from a WSDLPort |
abstract WsaTubeHelper |
AddressingVersion.getWsaHelper(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Deprecated.
TODO why are we exposing implementation specificc class through api?
TODO Remove it if no one elase uses it.
|
Modifier and Type | Method and Description |
---|---|
WSDLPort |
WSPortInfo.getPort()
|
Modifier and Type | Field and Description |
---|---|
protected WSDLPort |
DatabindingConfig.wsdlPort |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
DatabindingConfig.getWsdlPort() |
Modifier and Type | Method and Description |
---|---|
void |
DatabindingConfig.setWsdlPort(WSDLPort wsdlPort) |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
MessageHandlerContext.getPort()
Gets the
WSDLPort that represents the port. |
Modifier and Type | Method and Description |
---|---|
Packet |
Packet.createServerResponse(Message responseMessage,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Creates a server-side response
Packet from a request
packet (this ). |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet) |
void |
HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
Creates a set of outbound WS-Addressing headers on the client with the
default Action Message Addressing Property value.
|
WSDLBoundOperation |
Message.getOperation(WSDLPort port)
Deprecated.
It is not always possible to uniquely identify the WSDL Operation from just the
information in the Message. Instead, Use
Packet.getWSDLOperation()
to get it correctly. |
boolean |
MessageWrapper.isOneWay(WSDLPort port) |
boolean |
Message.isOneWay(WSDLPort port)
Returns true if this message is a request message for a
one way operation according to the given WSDL.
|
boolean |
FilterMessageImpl.isOneWay(WSDLPort port) |
static void |
AddressingUtils.readResponseAddressingHeaders(MessageHeaders headers,
WSDLPort wsdlPort,
WSBinding binding) |
void |
HeaderList.readResponseAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding) |
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
SEIModel.getPort()
Gets the
WSDLPort that represents the port that this SEI binds to. |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
WSDLService.get(QName portName)
Gets the
WSDLPort for a given port name |
WSDLPort |
WSDLService.getFirstPort()
Gets the first
WSDLPort if any, or otherwise null. |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLPort> |
WSDLService.getPorts()
Gives all the
WSDLPort in a wsdl:service WSDLService |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
ServerTubeAssemblerContext.getWsdlModel()
The created pipeline will be used to serve this port.
|
WSDLPort |
ClientTubeAssemblerContext.getWsdlModel()
The created pipeline will be used to serve this port.
|
Constructor and Description |
---|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated.
|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSBindingProvider bindingProvider,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec,SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
ServerPipeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous)
Deprecated.
|
ServerTubeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous) |
Modifier and Type | Method and Description |
---|---|
abstract WSDLPort |
WSEndpoint.getPort()
Gets the port that this endpoint is serving.
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.portAttributes(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
DefaultServerTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port.
|
WSDLPort |
DefaultClientTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port.
|
Modifier and Type | Method and Description |
---|---|
WSDLPort |
ServerTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port.
|
WSDLPort |
ClientTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceFeatureList.mergeFeatures(WSDLPort wsdlPort,
boolean honorWsdlRequired,
boolean reportConflicts)
Extracts features from
AbstractFeaturedObjectImpl.getFeatures() . |
Modifier and Type | Field and Description |
---|---|
WSDLPort |
PortInfo.portModel
If a port is known statically to a WSDL,
PortInfo may
have the corresponding WSDL model. |
protected WSDLPort |
Stub.wsdlPort |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
PortInfo.getPort() |
WSDLPort |
Stub.getWSDLPort() |
Modifier and Type | Method and Description |
---|---|
SEIModel |
WSServiceDelegate.buildRuntimeModel(QName serviceName,
QName portName,
Class portInterface,
WSDLPort wsdlPort,
WebServiceFeatureList features) |
Constructor and Description |
---|
ClientSchemaValidationTube(WSBinding binding,
WSDLPort port,
Tube next) |
PortInfo(WSServiceDelegate owner,
WSDLPort port) |
SEIPortInfo(WSServiceDelegate owner,
Class sei,
SOAPSEIModel model,
WSDLPort portModel) |
Stub(QName portname,
WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated.
|
Stub(WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabindingImpl.freeze(WSDLPort port) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLMessage.XMLMultiPart.isOneWay(WSDLPort port) |
Modifier and Type | Field and Description |
---|---|
protected WSDLPort |
HandlerTube.port |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
MessageHandlerContextImpl.getPort() |
Constructor and Description |
---|
ClientLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube
|
ClientMessageHandlerTube(SEIModel seiModel,
WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of MessageHandlerTube
|
ClientSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube
|
HandlerTube(Tube next,
WSDLPort port,
WSBinding binding) |
MessageHandlerContextImpl(SEIModel seiModel,
WSBinding binding,
WSDLPort wsdlModel,
Packet packet,
Set<String> roles) |
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube
|
ServerSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube
|
Modifier and Type | Method and Description |
---|---|
WSDLPort |
AbstractSEIModelImpl.getPort() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JavaMethodImpl.freeze(WSDLPort portType) |
void |
AbstractSEIModelImpl.freeze(WSDLPort port)
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLPortImpl
Implementation of
WSDLPort |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
WSDLServiceImpl.getFirstPort() |
Constructor and Description |
---|
WSDLPortProperties(WSDLPort port) |
WSDLPortProperties(WSDLPort port,
SEIModel seiModel) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.portAttributes(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
WSEndpointMOMProxy.getPort() |
WSDLPort |
WSEndpointImpl.getPort() |
Modifier and Type | Method and Description |
---|---|
protected <T> WSEndpoint<T> |
EndpointFactory.create(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort wsdlPort,
Class<T> implType,
ServiceDefinitionImpl serviceDefinition,
EndpointAwareTube terminal,
boolean isTransportSynchronous,
com.sun.xml.ws.policy.PolicyMap policyMap) |
Constructor and Description |
---|
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next) |
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Class<T> implementationClass,
ServiceDefinitionImpl serviceDef,
EndpointAwareTube terminalTube,
boolean isSynchronous,
com.sun.xml.ws.policy.PolicyMap endpointPolicy) |
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Tube masterTubeline) |
Modifier and Type | Method and Description |
---|---|
protected Packet |
XMLProviderArgumentBuilder.getResponse(Packet request,
Exception e,
WSDLPort port,
WSBinding binding) |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Creates
Message from method invocation's return value |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates
Packet from method invocation's return value |
Modifier and Type | Field and Description |
---|---|
protected WSDLPort |
WSDLOperationFinder.wsdlModel |
Constructor and Description |
---|
ActionBasedOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
PayloadQNameBasedOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
SOAPActionBasedOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
WSDLOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtensionFacade.portAttributes(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
void |
DelegatingParserExtension.portAttributes(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtensionFacade.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
W3CAddressingWSDLParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
W3CAddressingMetadataWSDLParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
MemberSubmissionAddressingWSDLParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
FoolProofParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
boolean |
DelegatingParserExtension.portElements(WSDLPort port,
javax.xml.stream.XMLStreamReader reader) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.