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

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

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, java.lang.reflect.Method method, java.lang.reflect.Method seiMethod, MetadataReader metadataReader)
           
 

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

Methods in com.sun.xml.ws.server with parameters of type AbstractSEIModelImpl
protected  EndpointAwareTube EndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel, Invoker invoker, WSBinding binding)
           
 

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

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

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, java.lang.Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions)
          Deprecated.  
WSDLGenerator(AbstractSEIModelImpl model, org.jvnet.ws.databinding.WSDLResolver wsdlResolver, WSBinding binding, Container container, java.lang.Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions)
          Creates the WSDLGenerator
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.