Uses of Class
com.sun.xml.ws.model.SOAPSEIModel

Packages that use SOAPSEIModel
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.sei   
 

Uses of SOAPSEIModel in com.sun.xml.ws.client
 

Fields in com.sun.xml.ws.client declared as SOAPSEIModel
 SOAPSEIModel SEIPortInfo.model
          Model of SEIPortInfo.sei.
 

Constructors in com.sun.xml.ws.client with parameters of type SOAPSEIModel
SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, WSDLPort portModel)
           
 

Uses of SOAPSEIModel in com.sun.xml.ws.client.sei
 

Fields in com.sun.xml.ws.client.sei declared as SOAPSEIModel
 SOAPSEIModel SEIStub.seiModel
           
 

Constructors in com.sun.xml.ws.client.sei with parameters of type SOAPSEIModel
SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)