Uses of Interface
com.sun.xml.ws.api.model.SEIModel

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   
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.metro.api.config.management   
com.sun.xml.ws.model   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.policy.jaxws.spi   
com.sun.xml.ws.rx.mc.policy.spi_impl   
com.sun.xml.ws.rx.rm.policy.spi_impl   
com.sun.xml.ws.security.addressing.policy   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.spi.db   
com.sun.xml.ws.transport.tcp.policy   
com.sun.xml.ws.tx.at.policy.spi_impl   
com.sun.xml.ws.wsdl   
com.sun.xml.wss.provider.wsit   
 

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
 Collection<PolicySubject> AddressingPolicyMapConfigurator.update(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 CheckedException.getOwner()
          Gets the root SEIModel that owns this model.
 SEIModel JavaMethod.getOwner()
          Gets the root SEIModel that owns this model.
 SEIModel Parameter.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 ClientTubeAssemblerContext.getSEIModel()
          The created pipeline will use seiModel to get java concepts for the endpoint
 SEIModel ServerTubeAssemblerContext.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
<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.
 

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, 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.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(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container)
          Deprecated.  
 

Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModel
WSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass)
          Constructs WSDL Generation context for the extensions
 

Uses of SEIModel in com.sun.xml.ws.assembler
 

Methods in com.sun.xml.ws.assembler with parameters of type SEIModel
 Pipe ServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail)
          Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.
 

Uses of SEIModel in com.sun.xml.ws.assembler.dev
 

Methods in com.sun.xml.ws.assembler.dev that return SEIModel
 SEIModel ClientTubelineAssemblyContext.getSEIModel()
          The created pipeline will use seiModel to get java concepts for the endpoint
 SEIModel ServerTubelineAssemblyContext.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(QName serviceName, QName portName, 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
 JAXBRIContext JAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<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
 Collection<PolicySubject> MtomPolicyMapConfigurator.update(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, 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)
           
 

Uses of SEIModel in com.sun.xml.ws.metro.api.config.management
 

Methods in com.sun.xml.ws.metro.api.config.management that return SEIModel
 SEIModel ManagedEndpoint.getSEIModel()
           
 

Methods in com.sun.xml.ws.metro.api.config.management with parameters of type SEIModel
 Packet ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb)
           
 

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(QName serviceName, 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
 Collection<PolicySubject> PolicyMapConfigurator.update(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.rx.mc.policy.spi_impl
 

Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type SEIModel
 Collection<PolicySubject> McPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

Uses of SEIModel in com.sun.xml.ws.rx.rm.policy.spi_impl
 

Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type SEIModel
 Collection<PolicySubject> RmPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

Uses of SEIModel in com.sun.xml.ws.security.addressing.policy
 

Methods in com.sun.xml.ws.security.addressing.policy with parameters of type SEIModel
 Collection<PolicySubject> WsawAddressingPolicyMapConfigurator.update(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.server
 

Methods in com.sun.xml.ws.server that return SEIModel
 SEIModel WSEndpointImpl.getSEIModel()
           
 SEIModel WSEndpointMOMProxy.getSEIModel()
           
 

Methods in com.sun.xml.ws.server with parameters of type SEIModel
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, PolicyMap policyMap)
           
 Packet WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 Packet WSEndpointMOMProxy.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(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy)
           
WSEndpointImpl(QName serviceName, 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.transport.tcp.policy
 

Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type SEIModel
 Collection<PolicySubject> OptimalTransportPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 Collection<PolicySubject> TCPTransportPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

Uses of SEIModel in com.sun.xml.ws.tx.at.policy.spi_impl
 

Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type SEIModel
 Collection<PolicySubject> AtPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          Update policy map with operation scope of correct WS-AT policy assertions.
 

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)
           
 

Uses of SEIModel in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type SEIModel
 Pipe ServerPipeCreator.createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.