Uses of Class
com.sun.xml.ws.model.AbstractSEIModelImpl
-
Packages that use AbstractSEIModelImpl Package Description com.sun.xml.ws.model com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.server.sei com.sun.xml.ws.spi.db com.sun.xml.ws.wsdl.writer -
-
Uses of AbstractSEIModelImpl in com.sun.xml.ws.model
Subclasses of AbstractSEIModelImpl in com.sun.xml.ws.model Modifier and Type Class Description classSOAPSEIModelCreates SOAP specific RuntimeModelMethods in com.sun.xml.ws.model that return AbstractSEIModelImpl Modifier and Type Method Description AbstractSEIModelImplRuntimeModeler. buildRuntimeModel()builds the runtime model from theportClassusing the binding IDbindingId.AbstractSEIModelImplCheckedExceptionImpl. getOwner()AbstractSEIModelImplParameterImpl. getOwner()Constructors in com.sun.xml.ws.model with parameters of type AbstractSEIModelImpl Constructor Description JavaMethodImpl(AbstractSEIModelImpl owner, Method method, 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 Modifier and Type Method Description protected EndpointAwareTubeEndpointFactory. 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 Constructor Description SEIInvokerTube(AbstractSEIModelImpl model, Invoker invoker, WSBinding binding) -
Uses of AbstractSEIModelImpl in com.sun.xml.ws.spi.db
Fields in com.sun.xml.ws.spi.db declared as AbstractSEIModelImpl Modifier and Type Field Description protected AbstractSEIModelImplServiceArtifactSchemaGenerator. model -
Uses of AbstractSEIModelImpl in com.sun.xml.ws.wsdl.writer
Constructors in com.sun.xml.ws.wsdl.writer with parameters of type AbstractSEIModelImpl Constructor Description WSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, boolean inlineSchemas, boolean disableXmlSecurity, WSDLGeneratorExtension... extensions)Creates the WSDLGeneratorWSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions)Creates the WSDLGenerator
-