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

Packages that use AbstractSEIModelImpl
com.sun.xml.ws.model   
com.sun.xml.ws.server.sei   
com.sun.xml.ws.wsdl.writer   
 

Uses of AbstractSEIModelImpl in com.sun.xml.ws.model
 

Subclasses of AbstractSEIModelImpl in com.sun.xml.ws.model
 class SOAPSEIModel
          Creates SOAP specific RuntimeModel
 

Fields in com.sun.xml.ws.model declared as AbstractSEIModelImpl
(package private)  AbstractSEIModelImpl JavaMethodImpl.owner
           
 

Methods in com.sun.xml.ws.model that return AbstractSEIModelImpl
 AbstractSEIModelImpl RuntimeModeler.buildRuntimeModel()
          builds the runtime model from the portClass using the binding ID bindingId.
 AbstractSEIModelImpl ParameterImpl.getOwner()
           
 AbstractSEIModelImpl CheckedExceptionImpl.getOwner()
           
 

Constructors in com.sun.xml.ws.model with parameters of type AbstractSEIModelImpl
JavaMethodImpl(AbstractSEIModelImpl owner, Method method, Method seiMethod)
           
 

Uses of AbstractSEIModelImpl in com.sun.xml.ws.server.sei
 

Constructors in com.sun.xml.ws.server.sei with parameters of type AbstractSEIModelImpl
ActionBasedDispatcher(AbstractSEIModelImpl model, WSBinding binding, SEIInvokerTube invokerTube)
           
EndpointMethodDispatcherGetter(AbstractSEIModelImpl model, WSBinding binding, SEIInvokerTube invokerTube)
           
PayloadQNameBasedDispatcher(AbstractSEIModelImpl model, WSBinding binding, SEIInvokerTube invokerTube)
           
SEIInvokerTube(AbstractSEIModelImpl model, Invoker invoker, WSBinding binding)
           
SOAPActionBasedDispatcher(AbstractSEIModelImpl model, WSBinding binding, SEIInvokerTube invokerTube)
           
 

Uses of AbstractSEIModelImpl in com.sun.xml.ws.wsdl.writer
 

Constructors in com.sun.xml.ws.wsdl.writer with parameters of type AbstractSEIModelImpl
WSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, WSDLGeneratorExtension... extensions)
          Creates the WSDLGenerator