Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.policy | |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
com.sun.xml.ws.api.wsdl.writer | |
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
com.sun.xml.ws.wsdl.parser | |
com.sun.xml.ws.wsdl.writer |
Modifier and Type | Method and Description |
---|---|
abstract Container |
WSService.getContainer()
Gets the
Container object. |
Container |
WSService.InitParams.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
WSService.InitParams.setContainer(Container c)
Sets the
Container object used by the created service. |
Modifier and Type | Field and Description |
---|---|
(package private) Container |
WSDLGenInfo.container |
Modifier and Type | Method and Description |
---|---|
Container |
WSDLGenInfo.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGenInfo.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a
WSDLModel built from it. |
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a
WSDLModel built from it. |
Modifier and Type | Method and Description |
---|---|
Container |
ClientTubeAssemblerContext.getContainer()
Returns the Container in which the client is running
|
Modifier and Type | Method and Description |
---|---|
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId,
Container container)
Locates
TubelineAssemblerFactory s and create
a suitable TubelineAssembler . |
Constructor and Description |
---|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSBindingProvider bindingProvider,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec,SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
Engine(String id,
Container container) |
Engine(String id,
Container container,
Executor threadPool) |
Modifier and Type | Method and Description |
---|---|
Container |
PolicyResolver.ServerContext.getContainer() |
Container |
PolicyResolver.ClientContext.getContainer() |
Constructor and Description |
---|
PolicyResolver.ClientContext(com.sun.xml.ws.policy.PolicyMap policyMap,
Container container)
The abstraction of PolicyMap is not finalized, and will change in few months.
|
PolicyResolver.ServerContext(com.sun.xml.ws.policy.PolicyMap policyMap,
Container container,
Class endpointClass,
boolean hasWsdl,
com.sun.xml.ws.policy.PolicyMapMutator... mutators)
The abstraction of PolicyMap is not finalized, and will change in few months.
|
PolicyResolver.ServerContext(com.sun.xml.ws.policy.PolicyMap policyMap,
Container container,
Class endpointClass,
com.sun.xml.ws.policy.PolicyMapMutator... mutators)
The abstraction of PolicyMap is not finalized, and will change in few months.
|
Modifier and Type | Field and Description |
---|---|
static Container |
Container.NONE
Constant that represents a "no
Container ",
which always returns null from getSPI(Class) . |
Modifier and Type | Method and Description |
---|---|
Container |
ThreadLocalContainerResolver.enterContainer(Container container)
Enters container
|
abstract Container |
WSEndpoint.getContainer()
Gets the
Container object. |
Container |
ThreadLocalContainerResolver.getContainer() |
abstract Container |
ContainerResolver.getContainer()
Returns the
Container context in which client is running. |
Modifier and Type | Method and Description |
---|---|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver)
Deprecated.
|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
Creates an endpoint from deployment or programmatic configuration
|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
URL catalogUrl)
The same as
WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
static <T> ProviderInvokerTube<T> |
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync) |
Container |
ThreadLocalContainerResolver.enterContainer(Container container)
Enters container
|
void |
ThreadLocalContainerResolver.exitContainer(Container old)
Exits container
|
Executor |
ThreadLocalContainerResolver.wrapExecutor(Container container,
Executor ex)
Used by
Engine to wrap asynchronous Fiber executions |
Modifier and Type | Method and Description |
---|---|
Container |
WSDLParserExtensionContext.getContainer()
Provides the
Container in which this service or client is running. |
Modifier and Type | Method and Description |
---|---|
Container |
WSDLGenExtnContext.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGeneratorExtension.start(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated.
|
Constructor and Description |
---|
WSDLGenExtnContext(com.sun.xml.txw2.TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions
|
Modifier and Type | Method and Description |
---|---|
Container |
DefaultClientTubelineAssemblyContext.getContainer()
Returns the Container in which the client is running
|
Constructor and Description |
---|
MetroConfigLoader(Container container,
MetroConfigName defaultTubesConfigNames) |
Modifier and Type | Method and Description |
---|---|
Container |
ClientTubelineAssemblyContext.getContainer()
Returns the Container in which the client is running
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClientContainer |
Modifier and Type | Method and Description |
---|---|
Container |
WSServiceDelegate.getContainer() |
Modifier and Type | Method and Description |
---|---|
Container |
MonitorRootService.container() |
Container |
WSEndpointMOMProxy.getContainer() |
Container |
WSEndpointImpl.getContainer() |
Modifier and Type | Method and Description |
---|---|
<T> WSEndpoint<T> |
EndpointFactory.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
|
<T> WSEndpoint<T> |
EndpointFactory.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
protected <T> WSEndpoint<T> |
EndpointFactory.create(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort wsdlPort,
Class<T> implType,
ServiceDefinitionImpl serviceDefinition,
EndpointAwareTube terminal,
boolean isTransportSynchronous,
com.sun.xml.ws.policy.PolicyMap policyMap) |
static <T> WSEndpoint<T> |
EndpointFactory.createEndpoint(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
|
static <T> WSEndpoint<T> |
EndpointFactory.createEndpoint(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
protected <T> EndpointAwareTube |
EndpointFactory.createProviderInvokerTube(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
Constructor and Description |
---|
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Class<T> implementationClass,
ServiceDefinitionImpl serviceDef,
EndpointAwareTube terminalTube,
boolean isSynchronous,
com.sun.xml.ws.policy.PolicyMap endpointPolicy) |
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Tube masterTubeline) |
Modifier and Type | Method and Description |
---|---|
static <T> ProviderInvokerTube<T> |
ProviderInvokerTube.create(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
Constructor and Description |
---|
DeploymentDescriptorParser(ClassLoader cl,
ResourceLoader loader,
Container container,
DeploymentDescriptorParser.AdapterFactory<A> adapterFactory) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ServletContainer
Provides access to
ServletContext via Container . |
Modifier and Type | Method and Description |
---|---|
protected Container |
WSServletContextListener.createContainer(javax.servlet.ServletContext context)
Creates
Container implementation that hosts the JAX-WS endpoint. |
Modifier and Type | Method and Description |
---|---|
Container |
WSDLParserExtensionContextImpl.getContainer() |
Modifier and Type | Method and Description |
---|---|
static WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
boolean isUseStreamFromEntityResolverWrapper,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions) |
static WSDLModelImpl |
RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions) |
Constructor and Description |
---|
WSDLParserExtensionContextImpl(WSDLModel model,
boolean isClientSide,
Container container,
PolicyResolver policyResolver)
Construct
WSDLParserExtensionContextImpl with information that whether its on client side
or server side. |
Constructor and Description |
---|
WSDLGenerator(AbstractSEIModelImpl model,
WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
WSDLGeneratorExtension... extensions)
Deprecated.
|
WSDLGenerator(AbstractSEIModelImpl model,
org.jvnet.ws.databinding.WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
WSDLGeneratorExtension... extensions)
Creates the WSDLGenerator
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.