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.model | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
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.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.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.wsdl |
Modifier and Type | Field and Description |
---|---|
protected WSDLPort |
WsaTubeHelper.wsdlPort |
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) |
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 |
---|---|
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. |
WSDLPort |
WSDLService.getMatchingPort(QName portTypeName)
Gets the first port in this service which matches the portType
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLPort> |
WSDLService.getPorts()
Gives all the
WSDLPort in a wsdl:service WSDLService |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLPort |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
ClientTubeAssemblerContext.getWsdlModel()
The created pipeline will be used to serve this port.
|
WSDLPort |
ServerTubeAssemblerContext.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)
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
|
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 |
---|---|
abstract com.sun.xml.ws.api.message.Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
|
Modifier and Type | Method and Description |
---|---|
WSDLPort |
ClientTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port.
|
WSDLPort |
ServerTubelineAssemblyContext.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
WSDLFeaturedObject.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 |
WSServiceDelegate.getPortModel(WSDLService wsdlService,
QName portName)
Obtains a
WSDLPortImpl with error check. |
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,
com.sun.xml.ws.api.message.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 |
---|---|
void |
AbstractSEIModelImpl.freeze(WSDLPort port)
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLPortImpl
Implementation of
WSDLPort |
Constructor and Description |
---|
WSDLPortProperties(WSDLPort port) |
WSDLPortProperties(WSDLPort port,
SEIModel seiModel) |
Modifier and Type | Method and Description |
---|---|
WSDLPort |
WSEndpointImpl.getPort() |
WSDLPort |
WSEndpointMOMProxy.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) |
com.sun.xml.ws.api.message.Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
com.sun.xml.ws.api.message.Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
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 com.sun.xml.ws.api.message.Packet |
ProviderArgumentsBuilder.getResponse(com.sun.xml.ws.api.message.Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Creates
Message from method invocation's return value |
protected com.sun.xml.ws.api.message.Packet |
ProviderArgumentsBuilder.getResponse(com.sun.xml.ws.api.message.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 |
---|
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
WSDLOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
Copyright © 2015 Oracle Corporation. All rights reserved.