All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AddressingConfigurator |
This class will enable/disable WS-Addressing in a JAX-WS 2.1 client,
based on the configuration passed to it via an AddressingFeature
and/or a SubmissionAddressingFeature.
|
| AnnotationBuilder |
Walks the ServiceDescription and its child *Description classes to find all of the types.
|
| AnnotationDesc |
Annotation information cached for a particular class
|
| ApplicationContextMigrator |
The ContextPropertyMigrator is a utility interface that can be implemented to handle any
transformation or migration that needs to happen between the internal JAX-WS MessageContext for a
request or a response and the associated context for the client or the server.
|
| ApplicationContextMigratorUtil |
|
| AsyncHandlerProxyFactory |
This interface defines the plug-point that is responsible for creating a
proxy for an AsyncHandler instance provided by a client
application as part of an async request invocation.
|
| AsyncHandlerProxyFactoryImpl |
This class is the default implementation of the AsyncHandlerProxyFactory
plug-point which is supported by the JAX-WS runtime.
|
| AsyncResponse |
The AsyncResponse class is used to collect the response information from Axis2 and deliver it to
a JAX-WS client.
|
| AsyncUtils |
|
| AttachmentContext |
|
| AttachmentsAdapter |
The JAX-WS exposes attachment properties whose value is Map.
|
| AttachmentUtils |
A suite of utilities used for handling MTOM attachment data.
|
| AttachmentUtils |
|
| Axis2EndpointReferenceFactory |
This class represents factories that can be use to create instances of
EndpointReference that can ultimately be converted into instances
of EndpointReference that are suitable to be returned
via the appropriate JAX-WS 2.1 API methods.
|
| Axis2EndpointReferenceFactoryImpl |
This class produces instances of EndpointReference.
|
| AxisInvocationController |
|
| BaseDispatch<T> |
|
| BaseHandlerResolver |
This class can be subclassed to produce different implementations of HandlerResolver
|
| BaseLifecycleManager |
|
| BaseMessageContext |
BaseMessageContext is the base class for the two handler message contexts:
SoapMessageContext and LogicalMessageContext.
|
| Binding |
|
| BindingImpl |
Classes that would normally "implement javax.xml.ws.Binding"
should extend this class instead.
|
| BindingProvider |
|
| BindingProvider |
|
| BindingUtils |
|
| Block<T,C> |
Block A Block represents an xml element and associated sub-tree.
|
| BlockFactory |
BlockFactory
|
| BlockFactoryImpl |
BlockFactoryImpl Abstract Base Class for the Block Factories
|
| BlockImpl<T,C> |
BlockImpl Abstract Base class for various Block Implementations.
|
| BOMOutputStreamFilter |
Strip off the BOM when serializing an embedded JAXB object.
|
| CallbackFuture |
The CallbackFuture implements the Axis2 org.apache.axis2.client.async.Callback API
and will get registered with the Axis2 engine to receive the asynchronous callback responses.
|
| ClassFinder |
|
| ClassFinderFactory |
|
| ClassFinderImpl |
|
| ClassUtils |
Contains static Class utility methods related to method parameter/argument marshalling.
|
| ClientConfigurator |
|
| ClientConfiguratorRegistry |
|
| ClientFramework |
|
| ClientUtils |
|
| Constants |
Constants that apply to the JAX-WS implementation.
|
| Constants |
|
| Constants |
JAXWS SPI Constants
|
| ContextUtils |
|
| ConvertUtils |
Provides utilities to convert an object into a different kind of Object.
|
| DataSourceBlock |
DataSourceBlock Block with a business object that is a javax.activation.DataSource
|
| DataSourceBlockFactory |
DataSourceBlockFactory
|
| DataSourceBlockFactoryImpl |
SourceBlockFactoryImpl
|
| DataSourceBlockImpl |
SourceBlock
|
| DataSourceFormatter |
|
| DispatchOperationHandler |
|
| DocLitBareMethodMarshaller |
|
| DocLitBareMinimalMethodMarshaller |
The Doc/Lit Wrapped Minimal Marshaller is used when 1) The web service is Doc/Lit mininal, and 2)
JAXB artifacts are missing (i.e.
|
| DocLitWrappedMethodMarshaller |
|
| DocLitWrappedMinimalMethodMarshaller |
|
| DocLitWrappedPlusMethodMarshaller |
The DocLitWrapped "plus" marshaller is used when the java method is doc/lit wrapped, but it does
not exactly comply with the doc/lit rules.
|
| Element |
Characteristics of the "Element" value.
|
| EndpointCallback |
|
| EndpointContextMap |
This class stores the context needed to correctly produce instances of
EndpointReference for a particular web service endpoint
identified by an EndpointKey.
|
| EndpointContextMapManager |
|
| EndpointContextMapMigrator |
This class will enable the JAX-WS 2.1 API methods to create instances of
EndpointReference that target a particular web service
endpoint, identified by specifying the WSDL service name and port name of the
endpoint, to work correctly.
|
| EndpointController |
The EndpointController is the server side equivalent to the InvocationController on the client
side.
|
| EndpointDispatcher |
The EndpointDispatcher is an abstraction for the object that will be doing the invocation of an
endpoints target Java object.
|
| EndpointDispatcherFactory |
|
| EndpointDispatcherFactoryImpl |
|
| EndpointImpl |
|
| EndpointInvocationContext |
The EndpointInvocationContext is an extension of the base InvocationContext
that provides extensions specific to the environment of the service
endpoint.
|
| EndpointInvocationContextImpl |
|
| EndpointKey |
This class is used to identify a particular web service endpoint based on
the combination of WSDL service name and port name.
|
| EndpointLifecycleException |
|
| EndpointLifecycleManager |
|
| EndpointLifecycleManagerFactory |
|
| EndpointLifecycleManagerFactoryImpl |
This is the supplied implementation of the EndpointLifecycleManagerFactory.
|
| EndpointLifecycleManagerImpl |
|
| EndpointReferenceUtils |
|
| ExecutorFactory |
This is the interface that should be implemented by classes that wish to
provide Executor instances to the JAX-WS runtime.
|
| FactoryRegistry |
FactoryRegistry Registry containing Factories related to the JAX-WS Implementation.
|
| FaultBeanDesc |
Description of FaultBean for a FaultDescription.
|
| GenericProviderDispatcher |
This dispatcher will look for a specific operation on the AxisService and return it
if found.
|
| HandlerChainProcessor |
|
| HandlerChainProcessor.Direction |
|
| HandlerChainProcessor.MEP |
|
| HandlerChainProcessor.TRACKER |
|
| HandlerInvocationContext |
This data bean will be passed to the HandlerInvoker instance.
|
| HandlerInvoker |
This interface represents a class that will be called by the
JAX-WS EndpointController to handle the invocation of both
inbound and outbound handlers.
|
| HandlerInvokerFactory |
Implementations of this interface is called by the EndpointController
in JAX-WS in order to serve up an instance of a HandlerInvoker.
|
| HandlerInvokerFactoryImpl |
This is the default implementation of the HandlerInvokerFactory,
and it will be registered with the FactoryRegistry.
|
| HandlerInvokerImpl |
This class will be responsible for driving both inbound and
outbound handler chains for an endpoint invocation.
|
| HandlerInvokerUtils |
|
| HandlerLifecycleManager |
|
| HandlerLifecycleManagerFactory |
|
| HandlerLifecycleManagerImpl |
|
| HandlerPostInvoker |
|
| HandlerPostInvokerFactory |
HandlerPostInvokerFactory is used to create a HandlerPostInvoker
implementation class that will be called just after each
JAXWS handler.handleMessage invocation.
|
| HandlerPostInvokerFactoryImpl |
HandlerPostInvokerFactoryImpl - the default implementation
of HandlerPostInvokerFactory.
|
| HandlerPostInvokerImpl |
|
| HandlerPreInvoker |
|
| HandlerPreInvokerFactory |
HandlerPreInvokerFactory is used to create a HandlerPreInvoker
implementation class that will be called just prior to each
JAXWS handler.handleMessage invocation.
|
| HandlerPreInvokerFactoryImpl |
HandlerPreInvokerFactoryImpl - the default implementation
of HandlerPreInvokerFactory.
|
| HandlerPreInvokerImpl |
|
| HandlerResolverImpl |
|
| HandlerResolverImpl |
This is an implementation of HandlerResolver that can be used with a JAX-WS client
to set the handler list.
|
| HandlerUtils |
|
| HTTPBinding |
|
| InvocationContext |
The InvocationContext encapsulates all of the information relevant to a particular
invocation.
|
| InvocationContextFactory |
The InvocationContextFactory is used to create instances of an InvocationContext.
|
| InvocationContextImpl |
An implementation of the InvocationContext interface.
|
| InvocationController |
The InvocationController is an interface modeling the invocation of a
target web service.
|
| InvocationControllerFactory |
|
| InvocationControllerFactoryImpl |
|
| InvocationControllerImpl |
An abstract implementation of the InvocationController interface.
|
| InvocationHelper |
This class represents static methods that are utilized during the course
of invocation of a JAX-WS endpoint.
|
| InvocationListener |
This interface will be implemented by those components wishing to
be notified when requests are received on the server-side and when
responses have been constructed on the server-side.
|
| InvocationListenerBean |
An instance of this class will be passed to the InvocationListener
instances in both the request and response flow.
|
| InvocationListenerBean.State |
|
| InvocationListenerFactory |
This interface will be implemented by those wishing to
create instances of an InvocationListener based on certain
context information for a given request.
|
| InvocationListenerRegistry |
This class will provide a means for JAX-WS users to register
InvocationListenerFactory implementations.
|
| InvocationPattern |
|
| JavaBeanDispatcher |
The JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation
bean and dispatching the inbound request to that instance.
|
| JavaDispatcher |
JavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a
Java object.
|
| JavaUtils |
Common Java Utilites
|
| JAXBAttachmentMarshaller |
|
| JAXBAttachmentUnmarshaller |
Implementation of the AttachmentUnmarshaller class that handles the attachments provided
by Axiom through the MimePartProvider interface.
|
| JAXBAttachmentUnmarshallerMonitor |
The monitor is used by the tests to ensure
that the JAXBAttachmentUnmarshaller is used and is functioning correctly.
|
| JAXBBlock |
JAXBBlock Block represented by a JAXB object
|
| JAXBBlockContext |
|
| JAXBBlockFactory |
JAXBBlockFactory
|
| JAXBBlockFactoryImpl |
JAXBBlockFactoryImpl Creates a JAXBBlock
|
| JAXBBlockImpl |
JAXBBlockImpl
|
| JAXBContextFromClasses |
This class provides a utility method, newInstance, which
builds a valid JAXBContext from a series of classes.
|
| JAXBCustomBuilder |
JAXBCustomBuilder creates an OMSourcedElement backed by a JAXBDataSource
for the specified namespace and localPart.
|
| JAXBCustomBuilderMonitor |
The monitor is used by the tests to ensure
that the JAXBCustomBuilder is used and is functioning correctly.
|
| JAXBDataSource |
OMDataSource backed by a jaxb object
|
| JAXBDispatch<T> |
|
| JAXBDispatchAsyncListener |
The JAXBDispatchAsyncListener is an extension of the AsyncResponse
class to provide JAX-B specific function when processing an async response.
|
| JAXBDSContext |
|
| JAXBExclude |
Marker interface that can be used to identify classes that should
be excluded from JAXB processing when JAX-WS constructs a
JAXBContext.
|
| JAXBUtils |
JAXB Utilites to pool JAXBContext and related objects.
|
| JAXBUtils.CONSTRUCTION_TYPE |
|
| JAXBUtilsMonitor |
The monitor is used by the tests to ensure
that the JAXBUtils code is used and is functioning correctly.
|
| JAXBWrapperException |
|
| JAXBWrapperTool |
The JAXBWrapper tool is used to create a JAXB Object from a series of child objects (wrap) or get
the child objects from a JAXB Object (unwrap)
|
| JAXBWrapperToolImpl |
The JAXBWrapper tool is used to create a JAXB Object from a series of child objects (wrap) or get
the child objects from a JAXB Object (unwrap)
|
| JAXWSDeployer |
|
| JAXWSDeployerSupport |
The Class JAXWSDeployerSupport act as a helper class for both JAXWSDeployer
and JAXWSServiceBuilderExtension.
|
| JAXWSEndpointReferenceFactory |
This class represents factories that can be used to generate instances of the
EndpointReference.
|
| JAXWSEndpointReferenceFactoryImpl |
This class is used to generate instances of the following subclasses of
EndpointReference.
|
| JAXWSExecutorFactory |
This is an implementation of the ExecutorFactory interface.
|
| JAXWSMessageReceiver |
The JAXWSMessageReceiver is the entry point, from the server's perspective, to the JAX-WS code.
|
| JAXWSProxyHandler |
ProxyHandler is the java.lang.reflect.InvocationHandler implementation.
|
| JAXWSServiceBuilderExtension |
The Class JAXWSServiceBuilderExtension is an implementation of
org.apache.axis2.deployment.ServiceBuilderExtension interface and facilitate
to deploy JAX-WS artifacts through other Deployers.
|
| JAXWSThreadFactory |
Factory to create threads in the ThreadPool Executor.
|
| LifecycleException |
|
| LifecycleManager |
|
| LogicalMessageContext |
The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide
access to the message and its associated properties.
|
| LogicalMessageImpl |
|
| MarshalServiceRuntimeDescription |
Used to cache marshal information
|
| MarshalServiceRuntimeDescriptionBuilder |
|
| MarshalServiceRuntimeDescriptionFactory |
|
| MarshalServiceRuntimeDescriptionImpl |
|
| MEPContext |
The MEPContext is the version of the MessageContext
that will be given to application handlers as the handler list
is traversed.
|
| Message |
Message
|
| MessageAccessor |
|
| MessageAccessorFactory |
Create an MessageAccessor object.
|
| MessageAccessorFactoryImpl |
Create an MessageAccessor object.
|
| MessageAttachmentContext |
|
| MessageContext |
The org.apache.axis2.jaxws.core.MessageContext is an interface that extends the
JAX-WS 2.0 javax.xml.ws.handler.MessageContext defined in the spec.
|
| MessageContextAttachmentContext |
An implementation of the JAXB AttachmentMarshaller that is used to handle binary data from JAXB
and create populate the appropriate constructs on the MessageContext
|
| MessageContextFactory |
|
| MessageContextUtils |
A utility class for handling some of the common issues related to the JAX-WS MessageContext.
|
| MessageFactory |
MessageFactory
|
| MessageFactoryImpl |
MessageFactoryImpl
|
| MessageImpl |
MessageImpl
A Message is an XML part + Attachments.
|
| MessageUtils |
Miscellaneous Utilities that may be useful inside and outside the Message subcomponent.
|
| MethodMarshaller |
This class marshals and unmarshals method invocations.
|
| MethodMarshallerFactory |
The MethodMarshallerFactory creates a Doc/Lit Wrapped, Doc/Lit Bare or RPC Marshaller using
SOAPBinding information
|
| MethodMarshallerUtils |
Static Utilty Classes used by the MethodMarshaller implementations in the alt package.
|
| MethodParameter |
Stores Method Parameter as Name and Value.
|
| MTOMConfigurator |
|
| MustUnderstandChecker |
Plugin to remove "understood" headers for the JAXWS related headers.
|
| MustUnderstandUtils |
Static utility methods used in processing mustUnderstand headers relative to JAXWS.
|
| MustUnderstandValidationDispatcher |
Do JAXWS MustUnderstand header processing per the JAXWS 2.0 specification.
|
| OccurrenceArray |
Used by the marshaling engine to wrap an array or List
to indicate that the components should be marshaled
as a series of elements (occurrence elements).
|
| OMBlock |
OMBlock Block represented by an OMElement object
|
| OMBlockFactory |
OMBlockFactory
|
| OMBlockFactoryImpl |
OMBlockFactoryImpl
|
| OMBlockImpl |
OMBlockImpl Block with a business object that is an OMElement
|
| PackageSetBuilder |
In order to marshal or unmarshal the user data, we need to know the set of packages involved.
|
| PDElement |
A PDElement object holds a ParameterDescription
Element object.
|
| PollingFuture |
|
| PropertyDescriptorMapBuilder |
Walks the ServiceDescription and its child *Description classes to find all of the types.
|
| PropertyDescriptorPlus |
A PropertyDescriptor provides acesss to a bean property.
|
| PropertyMigrator |
The PropertyMigrator implements the ApplicationContextMigrator in order to perform the necessary
manipulations of properties during a request or response flow.
|
| PropertyValidator |
|
| Protocol |
Protocol Each message has a protocol (soap11, soap12, rest) This enum represents the protocol
within the Message sub-component
|
| Provider |
|
| ProviderDispatcher |
The ProviderDispatcher is used to invoke instances of a target endpoint that implement the Provider interface.
|
| ProxyAsyncListener |
ProxyAsyncListener will be used to create response object when client does response.get(); The
Class will return the data type associated with Response Generic Class.
|
| Reader |
Reader In many situations, you want the ability to reset an XMLStreamReader.
|
| Reader2Writer |
Reader2Writer This is a simple converter that is constructed with an XMLStreamReader and allows
you to write the contents to an XMLStreamWriter.
|
| ReferenceParameterList |
This class is used to provide a read-only list of reference parameters
via the JAX-WS 2.1 api.
|
| ResettableReader |
ResettableReader A resettable XMLStreamReader.
|
| ResourceInjectionException |
|
| ResourceInjectionFactory |
This class is is responsible for creating instances that can
handle resource injection.
|
| ResourceInjectionServiceRuntimeDescription |
Used to cache @Resource injection information
|
| ResourceInjectionServiceRuntimeDescriptionBuilder |
|
| ResourceInjectionServiceRuntimeDescriptionFactory |
|
| ResourceInjectionServiceRuntimeDescriptionImpl |
|
| ResourceInjector |
|
| RespectBindingConfigurator |
|
| RPCLitMethodMarshaller |
|
| SAAJConverter |
SAAJConverter Provides Conversion between SAAJ and OM Constructed via the SAAJConverterFactory
|
| SAAJConverterFactory |
SAAJConverterFactory Creates an SAAJConverter object A factory is necessary because
implementations may need to plug in their own SAAJ or OM implementations.
|
| SAAJConverterFactoryImpl |
SAAJConverterFactoryImpl Get the default SAAJConverter implementation.
|
| SAAJConverterImpl |
SAAJConverterImpl Provides an conversion methods between OM<->SAAJ
|
| SAAJFactory |
Provides convenience methods to construct a SOAP 1.1 or SOAP 1.2 SAAJ MessageFactory or
SOAPFactory.
|
| SchemaReader |
Schema Reader interface is used to read schema from wsdl and derive appropriate package names
from targetnamespace.
|
| SchemaReaderException |
|
| SchemaReaderImpl |
|
| ServerConstants |
|
| ServiceDelegate |
The ServiceDelegate serves as the backing implementation for all of the methods in the Service API.
|
| ServiceInstanceFactory |
Code wishing to create web service implementation instances for JAX-WS
requests must implement this interface and register it with the the
JAX-WS FactoryRegistry.
|
| ServiceInstanceFactoryImpl |
This class will be responsible for creating an instance of
a web service implementation class for each incoming request
into the JAX-WS runtime.
|
| SingleThreadedExecutor |
A simple Executor implementation that does not create a new thread
for processing work, but just borrows the current thread.
|
| SOAPBinding |
An implementation of the javax.xml.ws.soap.SOAPBinding
interface.
|
| SOAPEnvelopeBlock |
SOAPEnvelopeBlock Block represented by an SAAJ SOAPEnvelope.
|
| SOAPEnvelopeBlockFactory |
SOAPEnvelopeBlockFactory
|
| SOAPEnvelopeBlockFactoryImpl |
Creates a SOAPEnvelopeBlock
|
| SOAPEnvelopeBlockImpl |
|
| SOAPHeadersAdapter |
The JAX-WS exposes soap header properties whose value is Map>.
|
| SoapMessageContext |
The SOAPMessageContext is the context handed to SOAP-based application handlers.
|
| SourceBlock |
SourceBlock Block with a business object that is a javax.xml.transform.Source
|
| SourceBlockFactory |
SourceBlockFactory
|
| SourceBlockFactoryImpl |
SourceBlockFactoryImpl
|
| SourceBlockImpl |
SourceBlock
|
| SourceDataSource |
OMDataSource backed by a source
|
| StackableReader |
StackableReader A StackableStreamReader provides an additional method push(XMLStreamReader)
|
| SubmissionEndpointReference |
Java class for EndpointReferenceType complex type.
|
| SubmissionEndpointReferenceBuilder |
|
| TransportHeadersAdapter |
The JAX-WS exposes transport properties whose value is Map>.
|
| UnmarshalInfo |
Information saved from a prior unmarshal that is used
to speed up subsequent unmarshalling.
|
| UnmarshalMessageContextListener |
This MessageContextListener is triggered when
a ServiceContext is attached to the MessageContext and
when a SOAPEnvelope is attached to the MessageContext.
|
| Utils |
|
| WebServiceContextImpl |
|
| WebServiceContextInjector |
|
| WebServiceContextInjectorImpl |
|
| WebServiceExceptionLogger |
Controls error logging of exceptions thrown by the WebService application (provider, impl, etc.)
This class logs errors for all non-checked exceptions.
|
| XMLDispatch<T> |
|
| XMLDispatchAsyncListener |
The XMLDispatchAsyncListener is an extension of the AsyncResponse
class to provide proper deserialization into the target format (XML String or Source).
|
| XmlEnumUtils |
Utility methods for JAXB Enum classes
|
| XMLFault |
This is a value class that is an agnostic representation of a fault.
|
| XMLFaultCode |
Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
|
| XMLFaultReason |
Agnostic representation of a Fault Reason/faultstring.
|
| XMLFaultUtils |
Collection of utilities used by the Message implementation to process XMLFaults.
|
| XMLPart |
XMLPart
The XML portion of a Message
The JAX-WS implementation (proxy, message receiver, etc.) interact with the
Message via Blocks.
|
| XMLPartBase |
XMLPartBase class for an XMLPart An XMLPart is an abstraction of the xml portion of the message.
|
| XMLPartFactory |
XMLPartFactory
|
| XMLPartFactoryImpl |
MessageFactoryImpl
|
| XMLPartImpl |
XMLPartImpl
|
| XMLRootElementUtil |
|
| XMLStreamReaderFilter |
XMLStreamReaderFilter Abstract class that simply delegates to the initial reader.
|
| XMLStreamReaderForXMLSpine |
XMLStreamReaderForXMLSpine
|
| XMLStreamWriterArrayFilter |
In some cases, we want to marshal an array of objects as a series
of elements instead of a single element containing items.
|
| XMLStreamWriterFilterBase |
The base class for classes that are MTOMXMLStreamWriter filters.
|
| XMLStreamWriterRemoveIllegalChars |
This is an MTOMXMLStreamWriter filter that removes illegal characters.
|
| XMLStreamWriterWithOS |
XMLStreamReader that exposes direct access to the OutputStream.
|
| XMLStringBlock |
XMLStringBlock Block with a business object that is a String containing xml text
|
| XMLStringBlockFactory |
XMLStringBlockFactory
|
| XMLStringBlockFactoryImpl |
XMLStringFactoryImpl
|
| XMLStringBlockImpl |
XMLStringBlock
|
| XSDListUtils |
Utilities to convert to/from xsd:list String to Object[]/List values.
|