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

Packages that use SEIModel
com.sun.xml.ws.addressing   
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.handler   
com.sun.xml.ws.model   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

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.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)
          Returns WsaTubeHelper for the WS-Addressing version identified by binding WSBinding and for the WSDLPort port.
 

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)
          Returns the java Method of which this message is an instance of.
 

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(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, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel)
           
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.
 

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, Class endpointClass)
          Constructs WSDL Generation context for the extensions
 

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
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)
           
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.server
 

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

Constructors in com.sun.xml.ws.server with parameters of type SEIModel
WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous)