|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SEIModel | |
|---|---|
| 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.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 | |
| Uses of SEIModel in com.sun.xml.ws.addressing |
|---|
| Fields in com.sun.xml.ws.addressing declared as SEIModel | |
|---|---|
protected SEIModel |
WsaTubeHelper.seiModel
|
| Constructors in com.sun.xml.ws.addressing with parameters of type SEIModel | |
|---|---|
WsaTubeHelper(WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort)
|
|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of SEIModel in com.sun.xml.ws.addressing.policy |
|---|
| Methods in com.sun.xml.ws.addressing.policy with parameters of type SEIModel | |
|---|---|
java.util.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. |
| Uses of SEIModel in com.sun.xml.ws.addressing.v200408 |
|---|
| Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type SEIModel | |
|---|---|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of SEIModel in com.sun.xml.ws.api.addressing |
|---|
| Methods in com.sun.xml.ws.api.addressing with parameters of type SEIModel | |
|---|---|
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. |
| Uses of SEIModel in com.sun.xml.ws.api.handler |
|---|
| Methods in com.sun.xml.ws.api.handler that return SEIModel | |
|---|---|
SEIModel |
MessageHandlerContext.getSEIModel()
Provides access to SEIModel. |
| Uses of SEIModel in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message with parameters of type SEIModel | |
|---|---|
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)
|
| Uses of SEIModel in com.sun.xml.ws.api.model |
|---|
| Methods in com.sun.xml.ws.api.model that return SEIModel | |
|---|---|
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. |
| Uses of SEIModel in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return SEIModel | |
|---|---|
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 |
| Methods in com.sun.xml.ws.api.pipe with parameters of type SEIModel | ||
|---|---|---|
|
Stubs.createPortProxy(WSPortInfo portInfo,
WSBinding binding,
SEIModel model,
java.lang.Class<T> portInterface,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
|
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
java.lang.Class<T> portInterface,
Tube next,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
| Constructors in com.sun.xml.ws.api.pipe with parameters of type SEIModel | |
|---|---|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSBindingProvider bindingProvider,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
java.lang.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,
java.lang.Class sei)
Deprecated. Use ClientTubeAssemblerContext.ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class) |
|
ServerPipeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous)
Deprecated. |
|
ServerTubeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous)
|
|
| Uses of SEIModel in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server that return SEIModel | |
|---|---|
abstract SEIModel |
WSEndpoint.getSEIModel()
Gets the SEIModel that represents the relationship
between WSDL and Java SEI. |
| Methods in com.sun.xml.ws.api.server with parameters of type SEIModel | |
|---|---|
abstract Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
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. |
| Uses of SEIModel in com.sun.xml.ws.api.wsdl.writer |
|---|
| Methods in com.sun.xml.ws.api.wsdl.writer that return SEIModel | |
|---|---|
SEIModel |
WSDLGenExtnContext.getModel()
|
| Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModel | |
|---|---|
void |
WSDLGeneratorExtension.start(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated. |
| Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModel | |
|---|---|
WSDLGenExtnContext(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
java.lang.Class endpointClass)
Constructs WSDL Generation context for the extensions |
|
| Uses of SEIModel in com.sun.xml.ws.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return SEIModel | |
|---|---|
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 |
| Uses of SEIModel in com.sun.xml.ws.client |
|---|
| Methods in com.sun.xml.ws.client that return SEIModel | |
|---|---|
SEIModel |
WSServiceDelegate.buildRuntimeModel(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.lang.Class portInterface,
WSDLPort wsdlPort,
WebServiceFeatureList features)
|
| Uses of SEIModel in com.sun.xml.ws.db |
|---|
| Methods in com.sun.xml.ws.db that return SEIModel | |
|---|---|
SEIModel |
DatabindingImpl.getModel()
|
| Uses of SEIModel in com.sun.xml.ws.developer |
|---|
| Methods in com.sun.xml.ws.developer with parameters of type SEIModel | |
|---|---|
com.sun.xml.bind.api.JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
java.util.List<java.lang.Class> classesToBind,
java.util.List<com.sun.xml.bind.api.TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
| Uses of SEIModel in com.sun.xml.ws.encoding.policy |
|---|
| Methods in com.sun.xml.ws.encoding.policy with parameters of type SEIModel | |
|---|---|
java.util.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. |
| Uses of SEIModel in com.sun.xml.ws.handler |
|---|
| Methods in com.sun.xml.ws.handler that return SEIModel | |
|---|---|
SEIModel |
MessageHandlerContextImpl.getSEIModel()
|
| Constructors in com.sun.xml.ws.handler with parameters of type SEIModel | |
|---|---|
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,
java.util.Set<java.lang.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)
|
|
| Uses of SEIModel in com.sun.xml.ws.model |
|---|
| Classes in com.sun.xml.ws.model that implement SEIModel | |
|---|---|
class |
AbstractSEIModelImpl
model of the web service. |
class |
SOAPSEIModel
Creates SOAP specific RuntimeModel |
| Methods in com.sun.xml.ws.model that return SEIModel | |
|---|---|
SEIModel |
JavaMethodImpl.getOwner()
|
| Uses of SEIModel in com.sun.xml.ws.model.wsdl |
|---|
| Constructors in com.sun.xml.ws.model.wsdl with parameters of type SEIModel | |
|---|---|
WSDLDirectProperties(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
SEIModel seiModel)
|
|
WSDLPortProperties(WSDLPort port,
SEIModel seiModel)
|
|
WSDLProperties(SEIModel seiModel)
|
|
| Uses of SEIModel in com.sun.xml.ws.policy.jaxws.spi |
|---|
| Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type SEIModel | |
|---|---|
java.util.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. |
| Uses of SEIModel in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server that return SEIModel | |
|---|---|
SEIModel |
WSEndpointMOMProxy.getSEIModel()
|
SEIModel |
WSEndpointImpl.getSEIModel()
|
| Methods in com.sun.xml.ws.server with parameters of type SEIModel | ||
|---|---|---|
protected
|
EndpointFactory.create(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort wsdlPort,
java.lang.Class<T> implType,
ServiceDefinitionImpl serviceDefinition,
EndpointAwareTube terminal,
boolean isTransportSynchronous,
com.sun.xml.ws.policy.PolicyMap policyMap)
|
|
Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Constructors in com.sun.xml.ws.server with parameters of type SEIModel | |
|---|---|
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next)
|
|
WSEndpointImpl(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
java.lang.Class<T> implementationClass,
ServiceDefinitionImpl serviceDef,
EndpointAwareTube terminalTube,
boolean isSynchronous,
com.sun.xml.ws.policy.PolicyMap endpointPolicy)
|
|
WSEndpointImpl(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Tube masterTubeline)
|
|
| Uses of SEIModel in com.sun.xml.ws.spi.db |
|---|
| Methods in com.sun.xml.ws.spi.db that return SEIModel | |
|---|---|
SEIModel |
BindingInfo.getSEIModel()
|
| Methods in com.sun.xml.ws.spi.db with parameters of type SEIModel | |
|---|---|
void |
BindingInfo.setSEIModel(SEIModel seiModel)
|
| Uses of SEIModel in com.sun.xml.ws.wsdl |
|---|
| Fields in com.sun.xml.ws.wsdl declared as SEIModel | |
|---|---|
protected SEIModel |
WSDLOperationFinder.seiModel
|
| Constructors in com.sun.xml.ws.wsdl with parameters of type SEIModel | |
|---|---|
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
WSDLOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||