Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.policy | |
com.sun.xml.ws.addressing.v200408 | |
com.sun.xml.ws.api.addressing | |
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.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.api.wsdl.writer | |
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.db | |
com.sun.xml.ws.developer |
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
|
com.sun.xml.ws.encoding.policy | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.model | |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws.spi | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.spi.db | |
com.sun.xml.ws.wsdl |
Modifier and Type | Field and Description |
---|---|
protected SEIModel |
WsaTubeHelper.seiModel |
Constructor and Description |
---|
WsaTubeHelper(WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort) |
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Modifier and Type | Method and Description |
---|---|
Collection<com.sun.xml.ws.policy.PolicySubject> |
AddressingPolicyMapConfigurator.update(com.sun.xml.ws.policy.PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Puts an addressing policy into the PolicyMap if the addressing feature was set.
|
Constructor and Description |
---|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
SEIModel |
MessageHandlerContext.getSEIModel()
Provides access to
SEIModel . |
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 ). |
JavaMethod |
Message.getMethod(SEIModel seiModel)
Deprecated.
|
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Modifier and Type | Method and Description |
---|---|
SEIModel |
Parameter.getOwner()
Gets the root
SEIModel that owns this model. |
SEIModel |
JavaMethod.getOwner()
Gets the root
SEIModel that owns this model. |
SEIModel |
CheckedException.getOwner()
Gets the root
SEIModel that owns this model. |
Modifier and Type | Method and Description |
---|---|
SEIModel |
ServerTubeAssemblerContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
SEIModel |
ClientTubeAssemblerContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
Modifier and Type | Method and Description |
---|---|
<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.
|
Constructor and Description |
---|
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,
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 SEIModel |
WSEndpoint.getSEIModel()
Gets the
SEIModel that represents the relationship
between WSDL and Java SEI. |
Modifier and Type | Method and Description |
---|---|
SEIModel |
WSDLGenExtnContext.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGeneratorExtension.start(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated.
|
Constructor and Description |
---|
WSDLGenExtnContext(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
DefaultServerTubelineAssemblyContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
SEIModel |
DefaultClientTubelineAssemblyContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
ServerTubelineAssemblyContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
SEIModel |
ClientTubelineAssemblyContext.getSEIModel()
The created pipeline will use seiModel to get java concepts for the endpoint
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
WSServiceDelegate.buildRuntimeModel(QName serviceName,
QName portName,
Class portInterface,
WSDLPort wsdlPort,
WebServiceFeatureList features) |
Modifier and Type | Method and Description |
---|---|
SEIModel |
DatabindingImpl.getModel() |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.bind.api.JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<com.sun.xml.bind.api.TypeReference> typeReferences)
Called by the JAX-WS runtime to create a
JAXBRIContext for the given SEI. |
Modifier and Type | Method and Description |
---|---|
Collection<com.sun.xml.ws.policy.PolicySubject> |
MtomPolicyMapConfigurator.update(com.sun.xml.ws.policy.PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Generates an MTOM policy if MTOM is enabled.
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
MessageHandlerContextImpl.getSEIModel() |
Constructor and Description |
---|
ClientLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, SOAPHandlerTube is created
first and then a LogicalHandlerTube is created with a handler to that
SOAPHandlerTube.
|
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
|
MessageHandlerContextImpl(SEIModel seiModel,
WSBinding binding,
WSDLPort wsdlModel,
Packet packet,
Set<String> roles) |
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, SOAPHandlerTube is created
first and then a LogicalHandlerTube is created with a handler to that
SOAPHandlerTube.
|
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube
|
ServerMessageHandlerTube(SEIModel seiModel,
WSBinding binding,
Tube next,
HandlerTube cousinTube) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSEIModelImpl
model of the web service.
|
class |
SOAPSEIModel
Creates SOAP specific RuntimeModel
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
JavaMethodImpl.getOwner() |
Constructor and Description |
---|
WSDLDirectProperties(QName serviceName,
QName portName,
SEIModel seiModel) |
WSDLPortProperties(WSDLPort port,
SEIModel seiModel) |
WSDLProperties(SEIModel seiModel) |
Modifier and Type | Method and Description |
---|---|
Collection<com.sun.xml.ws.policy.PolicySubject> |
PolicyMapConfigurator.update(com.sun.xml.ws.policy.PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
A callback method that allows to retrieve policy related information from provided parameters
return a collection of new policies that are added to the map.
|
Modifier and Type | Method and Description |
---|---|
SEIModel |
WSEndpointMOMProxy.getSEIModel() |
SEIModel |
WSEndpointImpl.getSEIModel() |
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 |
---|---|
SEIModel |
BindingInfo.getSEIModel() |
Modifier and Type | Method and Description |
---|---|
void |
BindingInfo.setSEIModel(SEIModel seiModel) |
Modifier and Type | Field and Description |
---|---|
protected SEIModel |
WSDLOperationFinder.seiModel |
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) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.