addApplicationContextMigrator(ConfigurationContext, String, ApplicationContextMigrator) - Static method in class org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
Register a new ContextPropertyMigrator.
addAttributes(SAAJConverterImpl.NameCreator, SOAPElement, XMLStreamReader) - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl
add attributes
addBlobCID(String) - Static method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
Increase number of total builders
addConfigurator(String, ClientConfigurator) - Method in class org.apache.axis2.jaxws.feature.ClientFramework
addDataHandler(DataHandler, String) - Method in interface org.apache.axis2.datasource.jaxb.AttachmentContext
Inform the context that an Attachment (DataHandler, CID) is written.
addDataHandler(DataHandler, String) - Method in class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
addDataHandler(DataHandler, String) - Method in class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
addDataHandler(DataHandler, String) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
addDataHandler(DataHandler, String) - Method in interface org.apache.axis2.jaxws.message.Message
Add Attachment
addExtensibleAttributes(EndpointReference, Map<QName, String>) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addExtensibleElements(EndpointReference, Element...) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addFactory(InvocationListenerFactory) - Static method in class org.apache.axis2.jaxws.registry.InvocationListenerRegistry
This method accepts an object instance that is an implementation of
the InvocationListenerFactory.
addFeature(WebServiceFeature) - Method in class org.apache.axis2.jaxws.feature.ClientFramework
addInterface(EndpointReference, QName, String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addInvocationListener(InvocationListener) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Adds an InvocationListener to the contex.
addInvocationListener(InvocationListener) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
addLocation(EndpointReference, String, String, String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addMessageContext(WebServiceContext, MessageContext) - Method in class org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
addMessageContext(WebServiceContext, MessageContext) - Method in interface org.apache.axis2.jaxws.server.endpoint.injection.WebServiceContextInjector
MessageContext is made availble to the endpoint instance via the WebServiceContext.
addMetadata(EndpointReference, Element...) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller
addMtomAttachment(DataHandler, String, String) - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller
addPackageKey(String) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtilsMonitor
Add PackageKey
addPort(QName, String, String) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
addProperties(SOAPMessageContext, MessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
Adds the appropriate properties to the MessageContext that the user will see
addReferenceParameters(EndpointReference, Element...) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
address - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
address(String) - Method in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Add the address URI to use.
AddressingConfigurator - Class in org.apache.axis2.jaxws.client.config
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.
AddressingConfigurator() - Constructor for class org.apache.axis2.jaxws.client.config.AddressingConfigurator
addService(EndpointReference, QName, QName, String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
addSwaRefAttachment(DataHandler) - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller
addWSDLProperties(MessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
addWSDLProperties(MessageContext, SOAPMessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
addWSDLProperties_provider(MessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
addWSDLProperties_provider(MessageContext, SOAPMessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
AnnotationBuilder - Class in org.apache.axis2.jaxws.runtime.description.marshal.impl
Walks the ServiceDescription and its child *Description classes to find all of the types.
AnnotationDesc - Interface in org.apache.axis2.jaxws.runtime.description.marshal
Annotation information cached for a particular class
any - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
append(InputStream) - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
appendHeaderBlock(String, String, Block) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
appendHeaderBlock(String, String, Block) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
appendHeaderBlock(String, String, Block) - Method in interface org.apache.axis2.jaxws.message.XMLPart
appendHeaderBlock
Append the block to the list of header blocks.
APPLICATION_CONTEXT_MIGRATOR_LIST_ID - Static variable in class org.apache.axis2.jaxws.spi.Constants
ApplicationContextMigrator - Interface in org.apache.axis2.jaxws.spi.migrator
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 - Class in org.apache.axis2.jaxws.spi.migrator
ApplicationContextMigratorUtil() - Constructor for class org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
AsyncHandlerProxyFactory - Interface in org.apache.axis2.jaxws.server
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 - Class in org.apache.axis2.jaxws.server
This class is the default implementation of the AsyncHandlerProxyFactory
plug-point which is supported by the JAX-WS runtime.
AsyncHandlerProxyFactoryImpl() - Constructor for class org.apache.axis2.jaxws.server.AsyncHandlerProxyFactoryImpl
AsyncInvocationWorker(Method, Object[], ClassLoader, EndpointInvocationContext) - Constructor for class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker
AsyncResponse - Class in org.apache.axis2.jaxws.client.async
The AsyncResponse class is used to collect the response information from Axis2 and deliver it to
a JAX-WS client.
AsyncResponse(EndpointDescription) - Constructor for class org.apache.axis2.jaxws.client.async.AsyncResponse
AsyncUtils - Class in org.apache.axis2.jaxws.client.async
AsyncUtils() - Constructor for class org.apache.axis2.jaxws.client.async.AsyncUtils
attachEnvelopeEvent(MessageContext) - Method in class org.apache.axis2.jaxws.context.listener.ProviderOMContextListener
attachEnvelopeEvent(MessageContext) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalMessageContextListener
AttachmentContext - Interface in org.apache.axis2.datasource.jaxb
AttachmentsAdapter - Class in org.apache.axis2.jaxws.handler
The JAX-WS exposes attachment properties whose value is Map.
AttachmentUtils - Class in org.apache.axis2.jaxws.message.attachments
A suite of utilities used for handling MTOM attachment data.
AttachmentUtils() - Constructor for class org.apache.axis2.jaxws.message.attachments.AttachmentUtils
AttachmentUtils - Class in org.apache.axis2.jaxws.utility
AttachmentUtils() - Constructor for class org.apache.axis2.jaxws.utility.AttachmentUtils
attachServiceContextEvent(ServiceContext, MessageContext) - Method in class org.apache.axis2.jaxws.context.listener.ProviderOMContextListener
attachServiceContextEvent(ServiceContext, MessageContext) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalMessageContextListener
available() - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
Axis2EndpointReferenceFactory - Interface in org.apache.axis2.jaxws.addressing.factory
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 - Class in org.apache.axis2.jaxws.addressing.factory.impl
This class produces instances of EndpointReference.
Axis2EndpointReferenceFactoryImpl() - Constructor for class org.apache.axis2.jaxws.addressing.factory.impl.Axis2EndpointReferenceFactoryImpl
axisConfig - Variable in class org.apache.axis2.jaxws.framework.JAXWSDeployer
AxisInvocationController - Class in org.apache.axis2.jaxws.core.controller.impl
AxisInvocationController() - Constructor for class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
CACHE_CLASSLOADER - Static variable in class org.apache.axis2.jaxws.spi.Constants
call() - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker
CallbackFuture - Class in org.apache.axis2.jaxws.client.async
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.
CallbackFuture(InvocationContext, AsyncHandler) - Constructor for class org.apache.axis2.jaxws.client.async.CallbackFuture
callListenersForException(Throwable, MessageContext) - Static method in class org.apache.axis2.jaxws.server.InvocationHelper
This method is responsible for driving the method below.
callListenersForException(Throwable, EndpointInvocationContext) - Static method in class org.apache.axis2.jaxws.server.InvocationHelper
This method is responsible for driving the InvocationListener instances'
'notifyOnException' method.
cancel(boolean) - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
chainResolvesToPort(HandlerChainType, PortInfo) - Static method in class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
checkAndUpdate() - Method in class org.apache.axis2.jaxws.handler.SoapMessageContext
Check the current (cached) SOAPMessage and make sure
its internals are consistent with when it was created.
CHECKED_EXCEPTION - Static variable in interface org.apache.axis2.jaxws.Constants
If a checked exception is thrown by the webservice's webmethod, then
the name of the checked exception is placed in the outbound response context.
checkMaintainSessionState(MessageContext, InvocationContext) - Method in class org.apache.axis2.jaxws.BindingProvider
Check for maintain session state enablement either in the
MessageContext.isMaintainSession() or in the ServiceContext properties.
checkMustUnderstand(MessageContext, List<QName>, List<String>) - Static method in class org.apache.axis2.jaxws.handler.HandlerUtils
checkMustUnderstand will validate headers that where delegated by Axis Engine
to MessageReceiver for mustUnderstand check.
checkPreconditions(Object) - Method in class org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension
This method check whether all the defined are type of
JAXWSMessageReceiver.
ClassFinder - Interface in org.apache.axis2.jaxws.message.databinding
ClassFinderFactory - Class in org.apache.axis2.jaxws.message.factory
ClassFinderFactory() - Constructor for class org.apache.axis2.jaxws.message.factory.ClassFinderFactory
ClassFinderImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
ClassFinderImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.ClassFinderImpl
ClassUtils - Class in org.apache.axis2.jaxws.utility
Contains static Class utility methods related to method parameter/argument marshalling.
ClassUtils() - Constructor for class org.apache.axis2.jaxws.utility.ClassUtils
cleanupContext(MessageContext) - Method in class org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator
cleanupThread(MessageContext) - Method in class org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator
clear() - Static method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
Clear the number of creates and failed creates
clear() - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
Clear the number of creates and failed creates
clear() - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
clear() - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
clear() - Method in class org.apache.axis2.jaxws.handler.MEPContext
clear() - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
clear() - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
clear() - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtilsMonitor
Clear the number of creates and failed creates
CLIENT_EXECUTOR - Static variable in interface org.apache.axis2.jaxws.utility.ExecutorFactory
ClientConfigurator - Interface in org.apache.axis2.jaxws.feature
ClientConfiguratorRegistry - Class in org.apache.axis2.jaxws.registry
ClientConfiguratorRegistry() - Constructor for class org.apache.axis2.jaxws.registry.ClientConfiguratorRegistry
ClientFramework - Class in org.apache.axis2.jaxws.feature
ClientFramework() - Constructor for class org.apache.axis2.jaxws.feature.ClientFramework
ClientUtils - Class in org.apache.axis2.jaxws.client
ClientUtils() - Constructor for class org.apache.axis2.jaxws.client.ClientUtils
close() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
close() - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
close() - Method in class org.apache.axis2.datasource.SourceDataSource
close() - Method in class org.apache.axis2.datasource.XMLStringDataSource
close() - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
close() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
close() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
close() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
close() - Method in class org.apache.axis2.jaxws.message.util.Reader
close() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
close() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
close() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
close() - Method in interface org.apache.axis2.jaxws.message.XMLPart
Used primarily to ensure the parser is forwarded to the end so it can be closed.
compareImages(Image, Image) - Static method in class org.apache.axis2.jaxws.utility.AttachmentUtils
CompositeInputStream - Class in org.apache.axis2.jaxws.context.listener
CompositeInputStream has ability to store multiple inputStreams in a LinkList
and perform various input stream operaitons on these inputStream in a serialized
manner or first in first read model.
CompositeInputStream() - Constructor for class org.apache.axis2.jaxws.context.listener.CompositeInputStream
CompositeInputStream(InputStream) - Constructor for class org.apache.axis2.jaxws.context.listener.CompositeInputStream
CompositeInputStream(InputStream[]) - Constructor for class org.apache.axis2.jaxws.context.listener.CompositeInputStream
configCtx - Variable in class org.apache.axis2.jaxws.framework.JAXWSDeployer
configure(MessageContext, BindingProvider) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
configure(MessageContext, BindingProvider) - Method in class org.apache.axis2.jaxws.client.config.AddressingConfigurator
configure(MessageContext, BindingProvider) - Method in class org.apache.axis2.jaxws.client.config.MTOMConfigurator
configure(MessageContext, BindingProvider) - Method in class org.apache.axis2.jaxws.client.config.RespectBindingConfigurator
configure(MessageContext, BindingProvider) - Method in interface org.apache.axis2.jaxws.feature.ClientConfigurator
Perform client-side configuration for a WebServiceFeature.
configure(MessageContext, BindingProvider) - Method in class org.apache.axis2.jaxws.feature.ClientFramework
configure(MessageContext, BindingProvider) - Method in interface org.apache.axis2.jaxws.spi.Binding
Constants - Interface in org.apache.axis2.jaxws
Constants that apply to the JAX-WS implementation.
Constants - Class in org.apache.axis2.jaxws.handler
Constants() - Constructor for class org.apache.axis2.jaxws.handler.Constants
Constants - Class in org.apache.axis2.jaxws.spi
JAXWS SPI Constants
consumed - Variable in class org.apache.axis2.jaxws.message.impl.BlockImpl
containsFault(Block) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
containsKey(Object) - Method in class org.apache.axis2.jaxws.core.MessageContext
containsKey(Object) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
containsKey(Object) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
containsKey(Object) - Method in class org.apache.axis2.jaxws.handler.MEPContext
containsKey(Object) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
containsKey(Object) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
containsValue(Object) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
containsValue(Object) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
containsValue(Object) - Method in class org.apache.axis2.jaxws.handler.MEPContext
containsValue(Object) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
containsValue(Object) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
ContextListenerUtils - Class in org.apache.axis2.jaxws.context.listener
ContextListenerUtils() - Constructor for class org.apache.axis2.jaxws.context.listener.ContextListenerUtils
ContextUtils - Class in org.apache.axis2.jaxws.context.utils
ContextUtils() - Constructor for class org.apache.axis2.jaxws.context.utils.ContextUtils
controller - Variable in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
convert(Object, Class) - Static method in class org.apache.axis2.jaxws.utility.ConvertUtils
Utility function to convert an Object to some desired Class.
convertEntityReferences(String) - Method in class org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
convertFromAxis2(EndpointReference, String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
convertFromSource(Source) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
convertToAxis2(EndpointReference, EndpointReference) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
convertToFaultMessage(MEPContext, Exception, Protocol) - Static method in class org.apache.axis2.jaxws.handler.HandlerChainProcessor
convertToFaultMessage(MEPContext, Exception, Protocol, boolean) - Static method in class org.apache.axis2.jaxws.handler.HandlerChainProcessor
Converts the Exception into an XML Fault Message that is stored on the MEPContext.
ConvertUtils - Class in org.apache.axis2.jaxws.utility
Provides utilities to convert an object into a different kind of Object.
ConvertUtils() - Constructor for class org.apache.axis2.jaxws.utility.ConvertUtils
copy() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
copy() - Method in class org.apache.axis2.datasource.SourceDataSource
copy() - Method in class org.apache.axis2.datasource.XMLStringDataSource
copy() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
copy() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
copy() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
create(String, String, OMContainer, XMLStreamReader, OMFactory) - Method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilder
create(String, String, OMContainer, XMLStreamReader, OMFactory) - Method in class org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
create(String, String, OMContainer, XMLStreamReader, OMFactory, InputStream) - Method in class org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
create(ServiceContext) - Static method in class org.apache.axis2.jaxws.context.listener.ProviderOMContextListener
Create and add a listener
create(ServiceContext) - Static method in class org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalMessageContextListener
Create and add a listener
create(Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.MessageFactory
create empty Message of the specified protocol
create(Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.XMLPartFactory
create empty XMLPart of the specified protocol
create(Protocol) - Method in class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
create(Protocol) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
create(ServiceDescription, Class) - Static method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionBuilder
create
create(ServiceDescription) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionBuilder
create
createAndPublishEndpoint(String, Object) - Method in class org.apache.axis2.jaxws.spi.Provider
createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.Provider
createAsyncHandlerProxy(AsyncHandler) - Method in interface org.apache.axis2.jaxws.server.AsyncHandlerProxyFactory
This method is invoked by the JAX-WS runtime to allow the implementation
to provide a proxy for the specified AsyncHandler instance.
createAsyncHandlerProxy(AsyncHandler) - Method in class org.apache.axis2.jaxws.server.AsyncHandlerProxyFactoryImpl
createAsyncResponseListener() - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Creates an instance of the AsyncListener that is to be used for waiting for async responses.
createAsyncResponseListener() - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
createAsyncResponseListener() - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
createAttachmentContext() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
createAttachmentContext() - Method in class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
createAttachmentPart(String, DataHandler, SOAPMessage) - Static method in class org.apache.axis2.jaxws.message.util.MessageUtils
Create an SAAJ AttachmentPart from a JAXWS Attachment
createAxis2EndpointReference(String, QName, QName, String, String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
createAxis2EndpointReference(String) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
createAxisService(ClassLoader, String, URL) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Creates the axis service.
createBinding(EndpointDescription) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
Creates a Binding instance based on an EndpointDescription.
createDispatch(QName, Class<T>, Service.Mode) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createDispatch(QName, JAXBContext, Service.Mode) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
createElement(SOAPElement, QName) - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl
Create child SOAPElement
createElementFromTag(SAAJConverterImpl.NameCreator, SOAPElement, XMLStreamReader) - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl
Create SOAPElement from the current tag data
createEndpoint(String, Object) - Method in class org.apache.axis2.jaxws.spi.Provider
createEndpoint(String, Object, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.Provider
createEndpointDispatcher(Class, Object) - Method in interface org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactory
createEndpointDispatcher(MessageContext, Class, Object) - Method in interface org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactory
createEndpointDispatcher(MessageContext, Class, Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactoryImpl
createEndpointDispatcher(Class, Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactoryImpl
createEndpointInvocationContext(Binding) - Static method in class org.apache.axis2.jaxws.core.InvocationContextFactory
createEndpointLifecycleManager(Object) - Method in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.EndpointLifecycleManagerFactory
createEndpointLifecycleManager() - Method in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.EndpointLifecycleManagerFactory
createEndpointLifecycleManager(Object) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.impl.EndpointLifecycleManagerFactoryImpl
createEndpointLifecycleManager() - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.impl.EndpointLifecycleManagerFactoryImpl
createEndpointReference(String) - Method in interface org.apache.axis2.jaxws.addressing.factory.Axis2EndpointReferenceFactory
Create an instance of EndpointReference with the specified address.
createEndpointReference(QName, QName) - Method in interface org.apache.axis2.jaxws.addressing.factory.Axis2EndpointReferenceFactory
Create an instance of EndpointReference that targets the endpoint
identified by the specified WSDL service name and endpoint name.
createEndpointReference(String, QName, QName, String, String) - Method in interface org.apache.axis2.jaxws.addressing.factory.Axis2EndpointReferenceFactory
Create an instance of EndpointReference.
createEndpointReference(String) - Method in class org.apache.axis2.jaxws.addressing.factory.impl.Axis2EndpointReferenceFactoryImpl
createEndpointReference(QName, QName) - Method in class org.apache.axis2.jaxws.addressing.factory.impl.Axis2EndpointReferenceFactoryImpl
createEndpointReference(String, QName, QName, String, String) - Method in class org.apache.axis2.jaxws.addressing.factory.impl.Axis2EndpointReferenceFactoryImpl
createEndpointReference(Source) - Method in class org.apache.axis2.jaxws.addressing.factory.impl.JAXWSEndpointReferenceFactoryImpl
createEndpointReference(Source) - Method in interface org.apache.axis2.jaxws.addressing.factory.JAXWSEndpointReferenceFactory
Create an instance of a supported subclass of EndpointReference.
createFaultMessage(MessageContext, String) - Static method in class org.apache.axis2.jaxws.server.endpoint.Utils
createFaultMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.core.util.MessageContextUtils
Given a request MessageContext, create a new MessageContext for a fault response.
createFaultResponse(MessageContext, Throwable) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
createFaultResponse(MessageContext, Protocol, Throwable) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
createFaultResponse(MessageContext, Throwable) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
createFaultResponse(MessageContext, Throwable) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockFactoryImpl
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockFactoryImpl
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockFactoryImpl
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockFactoryImpl
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockFactoryImpl
createFrom(Object, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockFactoryImpl
createFrom(OMElement, Object, QName) - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockFactoryImpl
createFrom(XMLStreamReader, Object, QName) - Method in interface org.apache.axis2.jaxws.message.factory.BlockFactory
createBlock from XMLStreamReader
createFrom(OMElement, Object, QName) - Method in interface org.apache.axis2.jaxws.message.factory.BlockFactory
createBlock from XMLStreamReader
createFrom(Block, Object) - Method in interface org.apache.axis2.jaxws.message.factory.BlockFactory
createBlock from another Block If the other Block was created with the same factory and has the
same context, the other Block is returned.
createFrom(Object, Object, QName) - Method in interface org.apache.axis2.jaxws.message.factory.BlockFactory
Create from business object
createFrom(XMLStreamReader, Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.MessageFactory
create Message with the xml from the XMLStreamReader
createFrom(OMElement, Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.MessageFactory
create Message with the xml from the OMElement
createFrom(Block, Object, Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.MessageFactory
create Message from a Block
createFrom(SOAPMessage) - Method in interface org.apache.axis2.jaxws.message.factory.MessageFactory
create Message from SOAPMessage The xml and attachments from the SOAPMessage are used to
populate the new Message The protocol is inferred from the SOAPMessage
createFrom(XMLStreamReader, Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.XMLPartFactory
create XMLPart from XMLStreamReader
createFrom(OMElement, Protocol) - Method in interface org.apache.axis2.jaxws.message.factory.XMLPartFactory
create XMLPart from OMElement
createFrom(SOAPEnvelope) - Method in interface org.apache.axis2.jaxws.message.factory.XMLPartFactory
create XMLPart from SOAPEnvelope
createFrom(Block, Object) - Method in class org.apache.axis2.jaxws.message.impl.BlockFactoryImpl
createFrom(XMLStreamReader, Object, QName) - Method in class org.apache.axis2.jaxws.message.impl.BlockFactoryImpl
createFrom(XMLStreamReader, Protocol) - Method in class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
createFrom(OMElement, Protocol) - Method in class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
createFrom(SOAPMessage) - Method in class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
createFrom(Block, Object, Protocol) - Method in class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
createFrom(XMLStreamReader, Protocol) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
createFrom(OMElement, Protocol) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
createFrom(SOAPEnvelope) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
createHandlerInstance(MessageContext, Class) - Method in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
createHandlerInstance(MessageContext, Class) - Method in class org.apache.axis2.jaxws.handler.lifecycle.impl.HandlerLifecycleManagerImpl
createHandlerInvoker(MessageContext) - Method in interface org.apache.axis2.jaxws.handler.factory.HandlerInvokerFactory
Returns an instance of the HandlerInvoker class.
createHandlerInvoker(MessageContext) - Method in class org.apache.axis2.jaxws.handler.factory.impl.HandlerInvokerFactoryImpl
createHandlerLifecycleManager() - Method in class org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManagerFactory
createHandlerPostInvoker() - Method in interface org.apache.axis2.jaxws.handler.factory.HandlerPostInvokerFactory
createHandlerPostInvoker() - Method in class org.apache.axis2.jaxws.handler.factory.impl.HandlerPostInvokerFactoryImpl
createHandlerPreInvoker() - Method in interface org.apache.axis2.jaxws.handler.factory.HandlerPreInvokerFactory
createHandlerPreInvoker() - Method in class org.apache.axis2.jaxws.handler.factory.impl.HandlerPreInvokerFactoryImpl
createInvocationContext(Binding) - Static method in class org.apache.axis2.jaxws.core.InvocationContextFactory
Creates an instance of an InvocationContext based on the Binding that was passed in.
createInvocationListener(MessageContext) - Method in interface org.apache.axis2.jaxws.server.InvocationListenerFactory
createJAXWSMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.client.async.AsyncUtils
createLogicalMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.context.factory.MessageContextFactory
Creates a LogicalMessageContext based on the input core MEPContext.
createMessageAccessor(MessageContext) - Method in interface org.apache.axis2.jaxws.api.MessageAccessorFactory
createMessageAccessor(MessageContext) - Method in class org.apache.axis2.jaxws.api.MessageAccessorFactoryImpl
createMessageFactory(String) - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl
createMessageFactory(String) - Method in interface org.apache.axis2.jaxws.message.util.SAAJConverter
Creates a MessageFactory that can support the SOAP version identified
by the specified envelope namespace.
createMessageFactory(String) - Static method in class org.apache.axis2.jaxws.utility.SAAJFactory
Create MessageFactory using information from the envelope namespace
createMessageFromValue(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Take the input object and turn it into an OMElement so that it can be sent.
createMessageFromValue(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
createMessageFromValue(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
createMinimalResponseMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.core.util.MessageContextUtils
createName(String, String, String) - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl.NameCreator
Creates a Name
createPayloadElement(InputStream, OMNamespace, String, OMContainer, HashMap<String, String>, HashMap<String, String>) - Static method in class org.apache.axis2.jaxws.context.listener.ContextListenerUtils
createPropertyDescriptorMap(Class) - Static method in class org.apache.axis2.jaxws.utility.XMLRootElementUtil
The JAXBClass has a set of bean properties each represented by a PropertyDescriptor Each of
the fields of the class has an associated xml name.
createRequest(Method, Object[]) - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
Creates a request MessageContext for the method call.
createRequestParameters(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
createResourceInjector(Class) - Static method in class org.apache.axis2.jaxws.server.endpoint.injection.factory.ResourceInjectionFactory
This method retrieves the appropriate ResourceInjector instance
based on the type that is supplied.
createResponse(Method, Object[], MessageContext, OperationDescription) - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
Creates a response MessageContext for the method call.
createResponse(MessageContext, Object[], Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
createResponse(MessageContext, Protocol, Object[], Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
createResponse(MessageContext, Object[], Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
createResponse(MessageContext, Object[], Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Create a MessageContext for the response.
createResponseMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.core.util.MessageContextUtils
Given a request MessageContext, create a new MessageContext from there with the necessary
information to make sure the new MessageContext is related to the existing one.
createSAAJFault(XMLFault, SOAPBody) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
Create a SOAPFault representing the XMLFault.
createServiceDelegate(URL, QName, Class) - Method in class org.apache.axis2.jaxws.spi.Provider
createServiceDelegate(URL, QName, Class, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.Provider
createServiceInstance(MessageContext, Class) - Method in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
EndpointLifecycleManager will create a service instance.
createServiceInstance(MessageContext, Class) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
createServiceInstance(MessageContext, Class) - Method in interface org.apache.axis2.jaxws.server.ServiceInstanceFactory
This method will create, or otherwise obtain a reference to an
instance of a web service implementation class.
createServiceInstance(MessageContext, Class) - Method in class org.apache.axis2.jaxws.server.ServiceInstanceFactoryImpl
createSOAPFactory(String) - Static method in class org.apache.axis2.jaxws.utility.SAAJFactory
Create SOAPFactory using information from the envelope namespace
createSOAPFault(XMLFault, SOAPBody, boolean) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
Create a SOAPFault representing the XMLFault and attach it to body.
createSoapMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.context.factory.MessageContextFactory
Creates a SOAPMessageContext based on the input core MEPContext.
createSOAPMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
createSystemException(XMLFault, Message) - Static method in class org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils
Create a system exception
createURI(String) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
Convert a String to a URI, handling special characters in the String such as
spaces.
createVersionMismatchMessage(MessageContext, Protocol) - Static method in class org.apache.axis2.jaxws.server.endpoint.Utils
Creates a fault message that reflects a version mismatch for the configured message protocol.
createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class org.apache.axis2.jaxws.spi.Provider
createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class org.apache.axis2.jaxws.spi.Provider
createWebServiceContext() - Static method in class org.apache.axis2.jaxws.context.factory.MessageContextFactory
createWebServiceContext(MessageContext) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method will be responsible for creating an instance of a WebServiceContext
and initializing the instance with a MessageContext.
createXMLFault(SOAPFault, Block[]) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
Create an XMLFault object from a SOAPFault and detail Blocks
createXMLFault(SOAPFault) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
Create XMLFault
createXMLFault(SOAPFault, Block[]) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
Create an XMLFault object from a SOAPFault and detail Blocks
createXMLFault(Block, Protocol) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
createXMLFaultFromSystemException(Throwable) - Static method in class org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils
This method is used by WebService Impl and Provider to create an XMLFault (for marshalling)
from an exception that is a non-service exception
DATAENCODINGUNKNOWN - Static variable in class org.apache.axis2.jaxws.message.XMLFaultCode
DataSourceBlock - Interface in org.apache.axis2.jaxws.message.databinding
DataSourceBlock Block with a business object that is a javax.activation.DataSource
DataSourceBlockFactory - Interface in org.apache.axis2.jaxws.message.factory
DataSourceBlockFactory
Creates a SourceBlock
The FactoryRegistry should be used to get access to the Factory
DataSourceBlockFactoryImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
SourceBlockFactoryImpl
Creates a SourceBlock
DataSourceBlockFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockFactoryImpl
Default Constructor required for Factory
DataSourceBlockImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
SourceBlock
Block containing a business object that is a javax.activation.DataSource
DataSourceBlockImpl(OMElement, QName, BlockFactory) - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
Constructor called from factory
DataSourceFormatter - Class in org.apache.axis2.jaxws.utility
DataSourceFormatter(String) - Constructor for class org.apache.axis2.jaxws.utility.DataSourceFormatter
DEBUG_ENABLED - Static variable in class org.apache.axis2.datasource.jaxb.JAXBDSContext
DEFAULT_NAMESPACE_REMAP - Static variable in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
delegate - Variable in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
demarshalFaultResponse(Message, OperationDescription) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method converts a Message (containing a fault) into a JAX-WS Service or
WebServiceException.
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
demarshalRequest(Message, OperationDescription) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method converts the Message into a SIGNATURE_ARGS It is used on the server
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
demarshalResponse(Message, Object[], OperationDescription) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also
returns the RETURN object.
deploy(DeploymentFileData) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
deployClasses(String, URL, ClassLoader, List<String>) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Deploy classes.
deployClasses(URL, ClassLoader, List<String>) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Deploy classes.
deployServicesInWARClassPath() - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
destroyHandlerInstance(MessageContext, Handler) - Method in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
destroyHandlerInstance(MessageContext, Handler) - Method in class org.apache.axis2.jaxws.handler.lifecycle.impl.HandlerLifecycleManagerImpl
destroyHandlerInstance calls the handler's annotated PreDestroy method,
if it exists.
determineMappedException(Throwable, EndpointInvocationContext) - Static method in class org.apache.axis2.jaxws.server.InvocationHelper
This method will drive the call to the above methods.
determineMappedException(Throwable, MessageContext) - Static method in class org.apache.axis2.jaxws.server.InvocationHelper
This method will drive the call to the above methods.
DISABLE_ENDPOINT_PUBLISH_METHODS - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.endpoint.publish.disable
Value: String "false" or "true"
Default: null, which is interpreted as "false"
Can be set on:
- Axis Configuration, which affects all jax-ws endpoints
Indicates if the javax.xml.ws.Endpoint.publish methods should be disabled, throwing an exception if
they are called.
DISABLE_SOAPFAULT_FOR_LOCAL_EXCEPTION - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.soapfault.local.exceptions.disable
Value: String "false" or "true"
Default: null, which is interpreted as "false"
Can be set on:
- Axis Configuration, which affects all jax-ws clients
Indicates if local exceptions encountered by a JAX-WS client should be turned into a SOAPFaultException
and then call the appropriate JAX-WS application handlers handleFault()methods with that SOAPFault
in the message.
DISPATCH_CLIENT_OUTBOUND_RESOLUTION - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.dispatch.outbound.operation.resolution.enable
Value: String "false" or "true"
Default: null, which is interpreted as "true"
Can be set on:
- Axis Configuration, which affects operation resolution across all Dispatch clients
- Request message context, which affects only the Dispatch client using that context.
DispatchOperationHandler - Class in org.apache.axis2.jaxws.client.dispatch
DispatchOperationHandler() - Constructor for class org.apache.axis2.jaxws.client.dispatch.DispatchOperationHandler
displayHandle(Object) - Static method in class org.apache.axis2.jaxws.client.async.CallbackFuture
DocLitBareMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
DocLitBareMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
DocLitBareMinimalMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
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.
DocLitBareMinimalMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
DocLitWrappedMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
DocLitWrappedMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
DocLitWrappedMinimalMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
DocLitWrappedMinimalMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
DocLitWrappedPlusMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
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.
DocLitWrappedPlusMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
doesPatternMatch(QName, QName) - Static method in class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
Returns true of the specified qName matches the pattern.
doInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
doInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
doInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker
doInvokeAsync(MessageContext, AsyncHandler) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
doInvokeAsync(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
doInvokeAsync(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
doInvokeAsync(MessageContext, AsyncHandler) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
doInvokeOneWay(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
doInvokeOneWay(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
DOMReader - Class in org.apache.axis2.jaxws.message.util
DOMReader Creates an XMLStreamReader backed by a DOM tree.
DOMReader(Element) - Constructor for class org.apache.axis2.jaxws.message.util.DOMReader
dump(String) - Method in class org.apache.axis2.jaxws.message.XMLFault
dump contents, used for debugging
DYNAMIC_PROTOCOL - Static variable in class org.apache.axis2.jaxws.utility.SAAJFactory
GenericProviderDispatcher - Class in org.apache.axis2.jaxws.dispatchers
This dispatcher will look for a specific operation on the AxisService and return it
if found.
GenericProviderDispatcher() - Constructor for class org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher
get(int) - Method in class org.apache.axis2.jaxws.addressing.util.ReferenceParameterList
get() - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
get(long, TimeUnit) - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
get(Object) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
get(Object) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
get(Object) - Method in class org.apache.axis2.jaxws.handler.MEPContext
get(Object) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
Returns a list of XML strings that have the same namespace as the QName key.
get(Object) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
get(ServiceDescription, Class) - Static method in class org.apache.axis2.jaxws.runtime.description.injection.ResourceInjectionServiceRuntimeDescriptionFactory
Get or create MarshalServiceRuntimeDescription
get(ServiceDescription) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescriptionFactory
Get or create MarshalServiceRuntimeDescription
get(Object) - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
Get the object
getAddressingNamespace(Class<T>) - Method in class org.apache.axis2.jaxws.addressing.factory.impl.JAXWSEndpointReferenceFactoryImpl
getAddressingNamespace(Class<T>) - Method in interface org.apache.axis2.jaxws.addressing.factory.JAXWSEndpointReferenceFactory
Map the specified class to a supported WS-Addressing namespace.
getAddressingNamespace(Class<T>) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
getAddressingNamespace() - Method in class org.apache.axis2.jaxws.binding.BindingImpl
getAddressingNamespace() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getAddressingNamespace() - Method in interface org.apache.axis2.jaxws.spi.Binding
getAddressingResponses() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
Return the type of responses required by Addressing.
getAllFeatures() - Method in class org.apache.axis2.jaxws.feature.ClientFramework
getAnnotationDesc(Class) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getAnnotationDesc(String) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getAnnotationDesc(Class) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
Gets/Creates the AnnotationDesc for this class.
getAnnotationDesc(String) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
Gets the AnnotationDesc for this class if already determined
getAnnotationDescs(ServiceDescription, ArtifactProcessor) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.AnnotationBuilder
getApplicationScopedProperties() - Method in class org.apache.axis2.jaxws.handler.MEPContext
The returned tempMap should be used as a read-only map as changes to it will
not propogate into the requestMC or responseMC
Watch out for infinite loop if you call another method in this class that uses this method.
getAsArray() - Method in class org.apache.axis2.jaxws.message.OccurrenceArray
Get the List or array as a Object[]
getAsOMElement() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getAsOMElement() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getAsOMElement() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getAsOMElement Get the xml part as a read/write OM...note this returns an OM SOAPEnvelope for
all protocols...even REST
getAsSOAPEnvelope() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getAsSOAPEnvelope() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getAsSOAPEnvelope() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getAsEnvelope Get the xml part as a read/write SOAPEnvelope
getAsSOAPMessage() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getAsSOAPMessage() - Method in interface org.apache.axis2.jaxws.message.Message
getAsSOAPMessage Get the xml part as a read/write SOAPEnvelope
getAsString() - Method in class org.apache.axis2.jaxws.message.util.Reader2Writer
Utility method to write the reader contents to a String
getAsyncResponseListener() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getAsyncResponseListener() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getAttachment() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
getAttachmentAsByteArray(String) - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshaller
getAttachmentAsDataHandler(String) - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshaller
getAttachmentID(int) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
Get the indicated (non-soap part) attachment id
getAttachmentID(String) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getAttachmentID(int) - Method in interface org.apache.axis2.jaxws.message.Message
Get the indicated (non-soap part) attachment id
getAttachmentID(String) - Method in interface org.apache.axis2.jaxws.message.Message
Get the indicated (non-soap part) attachment id
getAttachmentIDs() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getAttachmentIDs() - Method in interface org.apache.axis2.jaxws.message.Message
Get the list of attachment content ids for the message
getAttributeCount() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeCount() - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeCount() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeCount() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeLocalName(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeLocalName(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeLocalName(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeLocalName(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeName(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeName(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeName(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeName(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeNamespace(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeNamespace(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeNamespace(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeNamespace(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeType(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeType(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeType(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeType(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeValue(String, String) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeValue(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getAttributeValue(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeValue(String, String) - Method in class org.apache.axis2.jaxws.message.util.Reader
getAttributeValue(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeValue(String, String) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getAttributeValue(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAttributeValue(String, String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getAxis2EndpointReference() - Method in class org.apache.axis2.jaxws.binding.BindingImpl
getAxis2EndpointReference() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getAxis2EndpointReference() - Method in interface org.apache.axis2.jaxws.spi.Binding
getAxisMessageContext() - Method in class org.apache.axis2.jaxws.core.MessageContext
getBinding() - Method in class org.apache.axis2.jaxws.BindingProvider
getBinding() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getBindingID() - Method in class org.apache.axis2.jaxws.binding.BindingImpl
getBlobCIDs() - Static method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
getBlockFactory() - Method in interface org.apache.axis2.jaxws.message.Block
Get BlockFactory
getBlockFactory() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getBodyBlock(int, Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getBodyBlock(Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getBodyBlock(int, Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getBodyBlock(Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getBodyBlock(int, Object, BlockFactory) - Method in interface org.apache.axis2.jaxws.message.XMLPart
getBodyBlock Get the body block at the specificed index.
getBodyBlock(Object, BlockFactory) - Method in interface org.apache.axis2.jaxws.message.XMLPart
getBodyBlock Get the single Body Block.
getBodyBlockQNames() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getBodyBlockQNames() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getBodyBlockQNames
Calling this method will cache the OM.
getBodyBlockQNames() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getBodyBlockQNames
Calling this method will cache the OM.
getBusinessContext() - Method in interface org.apache.axis2.jaxws.message.Block
GetBusinesContext Some business objects have an associated context object (i.e.
getBusinessContext() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getBusinessObject(boolean) - Method in interface org.apache.axis2.jaxws.message.Block
Get a reference to the Business Object represented by this Block
getBusinessObject(boolean) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getByJavaTypeClass() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.axis2.jaxws.utility.DataSourceFormatter
getCachedClassLoader(MessageContext) - Method in class org.apache.axis2.jaxws.server.JAXWSMessageReceiver
getCallback() - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Returns the callback object to be used for asynchronous
endpoint invocations.
getCallback() - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
getCausedByException() - Method in class org.apache.axis2.jaxws.core.MessageContext
getCharacterEncodingScheme() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getCharacterEncodingScheme() - Method in class org.apache.axis2.jaxws.message.util.Reader
getCharacterEncodingScheme() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getCharacterEncodingScheme() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getCheckedException(Throwable, Method) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
Get checked exception
getClasses(Type, Set<Class>) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
getClassesFromJarFile(String, ClassLoader) - Method in interface org.apache.axis2.jaxws.message.databinding.ClassFinder
This method reads all the classes from given package in a jar file.
getClassesFromJarFile(String, ClassLoader) - Method in class org.apache.axis2.jaxws.message.databinding.impl.ClassFinderImpl
getClassesInWebInfDirectory(File) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
getClassFinder() - Method in class org.apache.axis2.jaxws.message.factory.ClassFinderFactory
getClassLoader() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getClassLoader() - Method in class org.apache.axis2.jaxws.core.MessageContext
getClassLoader() - Method in class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
getCode() - Method in class org.apache.axis2.jaxws.message.XMLFault
getConfigurationContext() - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Gets the configuration context.
getConfigurator(String) - Static method in class org.apache.axis2.jaxws.registry.ClientConfiguratorRegistry
getConstructionType() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.jaxws.utility.DataSourceFormatter
getContext() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
getContext() - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
getContextPackages() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getConversionType(Class) - Static method in class org.apache.axis2.jaxws.utility.XmlEnumUtils
getDataHandler(String) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getDataHandler(String) - Method in interface org.apache.axis2.jaxws.message.Message
Get the attachment identified by the contentID
getDataHandlerForSwA(String) - Method in interface org.apache.axis2.datasource.jaxb.AttachmentContext
getDataHandlerForSwA(String) - Method in class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
getDataHandlerForSwA(String) - Method in class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
getDefaultLang() - Static method in class org.apache.axis2.jaxws.message.XMLFaultReason
getDefaultPublicConstructor(Class) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
Get the default public constructor
getDetailBlocks() - Method in class org.apache.axis2.jaxws.message.XMLFault
getDirectory() - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Gets the directory.
getDispatcher() - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
getDispatcher() - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
getElement() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
getElementText() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getElementText() - Method in class org.apache.axis2.jaxws.message.util.Reader
getElementText() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getElementText() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getElementValue() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.Element
getEncoding() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getEncoding() - Method in class org.apache.axis2.jaxws.message.util.Reader
getEncoding() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getEncoding() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getEndpoint() - Method in class org.apache.axis2.jaxws.addressing.util.EndpointKey
getEndpointContextMap() - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointContextMapManager
getEndpointDesc() - Method in class org.apache.axis2.jaxws.handler.MEPContext
getEndpointDescription() - Method in class org.apache.axis2.jaxws.BindingProvider
getEndpointDescription() - Method in class org.apache.axis2.jaxws.core.MessageContext
getEndpointDescription() - Method in interface org.apache.axis2.jaxws.spi.BindingProvider
getEndpointDispatcher(Class, Object) - Method in class org.apache.axis2.jaxws.server.EndpointController
getEndpointDispatcher(MessageContext, Class, Object) - Method in class org.apache.axis2.jaxws.server.EndpointController
getEndpointInvocationContext() - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
getEndpointReference() - Method in class org.apache.axis2.jaxws.BindingProvider
getEndpointReference(Class<T>) - Method in class org.apache.axis2.jaxws.BindingProvider
getEndpointReference(Class<T>, Element...) - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
getEndpointReference(Element...) - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
getEndpointReference(Class<T>, Element...) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getEndpointReference(Element...) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getEnumValue(Enum) - Static method in class org.apache.axis2.jaxws.utility.XMLRootElementUtil
getEventType() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getEventType() - Method in class org.apache.axis2.jaxws.message.util.Reader
getEventType() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getEventType() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getExceptionToBeThrownOnSOAPFault(MessageContext) - Static method in class org.apache.axis2.jaxws.client.ClientUtils
The operation is used to make sure Option is property configured for ThrowingExceptionOnFault
getExecutor() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getExecutor() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getExecutor() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getExecutor() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getExecutorInstance() - Method in interface org.apache.axis2.jaxws.utility.ExecutorFactory
getExecutorInstance(int) - Method in interface org.apache.axis2.jaxws.utility.ExecutorFactory
getExecutorInstance() - Method in class org.apache.axis2.jaxws.utility.JAXWSExecutorFactory
getExecutorInstance(int) - Method in class org.apache.axis2.jaxws.utility.JAXWSExecutorFactory
getExpectedValue(String) - Static method in class org.apache.axis2.jaxws.client.PropertyValidator
getFactories() - Static method in class org.apache.axis2.jaxws.registry.InvocationListenerRegistry
This method will return all the InvocationListenerFactory instances
that have been registered.
getFactory(Class) - Static method in class org.apache.axis2.jaxws.registry.FactoryRegistry
Get the factory.
getFaultBeanClassName() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.FaultBeanDesc
Get the class name of the fault bean for the FaultDescription.
getFaultBeanDesc(FaultDescription) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getFaultBeanDesc(FaultDescription) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getFaultBeanLocalName() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.FaultBeanDesc
Get the local name of the fault bean.
getFaultBeanNamespace() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.FaultBeanDesc
Get the targetNamespace of the fault bean.
getFaultResponse(MessageContext) - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
getFaultResponse(MessageContext) - Static method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Returns the fault that is contained within the MessageContext for an invocation.
getFaultResponse(MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
getFaultResponse(MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
getFaultResponse(MessageContext, OperationDescription) - Static method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
getFaultResponse(MessageContext) - Method in class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
getFeature(String) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
getFeature(String) - Method in class org.apache.axis2.jaxws.feature.ClientFramework
getFeature(String) - Method in interface org.apache.axis2.jaxws.spi.Binding
getFutureTask() - Method in class org.apache.axis2.jaxws.client.async.CallbackFuture
getHandler() - Method in class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
getHandlerChain() - Method in class org.apache.axis2.jaxws.binding.BindingImpl
getHandlerChain(PortInfo) - Method in class org.apache.axis2.jaxws.handler.HandlerResolverImpl
getHandlerChain(PortInfo) - Method in class org.apache.axis2.jaxws.spi.handler.HandlerResolverImpl
getHandlerResolver() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getHandlers() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getHandlers() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getHandlers() - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
getHandlersHeaderParameterList(AxisService) - Static method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
Return an ArrayList of QNames that is a collection of SOAP handlers
getHeaderBlock(String, String, Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getHeaderBlock(String, String, Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getHeaderBlock(String, String, Object, BlockFactory) - Method in interface org.apache.axis2.jaxws.message.XMLPart
getHeaderBlock
Get the firstheader block with the specified name.
getHeaderBlocks(String, String, Object, BlockFactory, RolePlayer) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getHeaderBlocks(String, String, Object, BlockFactory, RolePlayer) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getHeaderBlocks(String, String, Object, BlockFactory, RolePlayer) - Method in interface org.apache.axis2.jaxws.message.XMLPart
getHeaderBlock
Get the header blocks with the specified name
The BlockFactory and object context
are passed in to help create the proper kind of block.
getHeaderParamaterList(MessageContext) - Static method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
getHeaderQNames() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getHeaderQNames() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getHeaderQNames() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getHeaders(QName, JAXBContext, boolean) - Method in class org.apache.axis2.jaxws.handler.SoapMessageContext
getIds() - Static method in class org.apache.axis2.jaxws.registry.ClientConfiguratorRegistry
getImplementor() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getIndirection() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getIndirection() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getIndirection() - Method in interface org.apache.axis2.jaxws.message.XMLPart
Get indirection.
getInjectionDesc(ServiceDescription, Class) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method will retrieve a ResourceInjectionServiceRuntimeDescription if one
is associated with the current ServiceDescription.
getInvocationContext() - Method in class org.apache.axis2.jaxws.core.MessageContext
getInvocationController() - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerFactoryImpl
getInvocationController() - Method in interface org.apache.axis2.jaxws.core.controller.InvocationControllerFactory
Used to obtain an instance of the InvocationController currently
configured for the runtime.
getInvocationListenerFactories() - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Returns the InvocationListenerFactory instances registered with JAX-WS.
getInvocationListenerFactories() - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
getInvocationListeners() - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Gets the InvocationListener instances from the context.
getInvocationListeners() - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
getJavaMethod(MessageContext, Class) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
getJavaMethod() - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
getJAXBContext() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getJAXBContext(ClassLoader) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getJAXBContext(ClassLoader, boolean) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getJAXBContext() - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
getJAXBContext(TreeSet<String>) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Deprecated.
getJAXBContext(TreeSet<String>, ClassLoader) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Deprecated.
getJAXBContext(TreeSet<String>, Holder<JAXBUtils.CONSTRUCTION_TYPE>, String) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
getJAXBContext(TreeSet<String>, Holder<JAXBUtils.CONSTRUCTION_TYPE>, String, ClassLoader, Map<String, ?>) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Get a JAXBContext for the class
Note: The contextPackage object is used by multiple threads.
getJAXBContext(TreeSet<String>, Holder<JAXBUtils.CONSTRUCTION_TYPE>, boolean, String, ClassLoader, Map<String, ?>) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Get a JAXBContext for the class
Note: The contextPackage object is used by multiple threads.
getJAXBIntrospector(JAXBContext) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
get JAXB Introspector
getJAXBMarshaller(JAXBContext) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Get JAXBMarshaller
getJAXBUnmarshaller(JAXBContext) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Get the unmarshaller.
getJaxwsProviderInterpretNullOneway(MessageContext) - Static method in class org.apache.axis2.jaxws.core.util.MessageContextUtils
getKey(Class) - Static method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionBuilder
getKey() - Method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
getKey() - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionBuilder
getKey() - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getLang() - Method in class org.apache.axis2.jaxws.message.XMLFaultReason
getListOfClasses(DeploymentFileData) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Gets the list of classes.
getLoadableClassName(String) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
getLocalException() - Method in class org.apache.axis2.jaxws.core.MessageContext
The local exception is the Throwable object held on the Message from a problem that occurred
due to something other than the server.
getLocalName() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getLocalName() - Method in class org.apache.axis2.jaxws.message.util.Reader
getLocalName() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getLocalName() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getLocation() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getLocation() - Method in class org.apache.axis2.jaxws.message.util.Reader
getLocation() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getLocation() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getMarshaller(OperationDescription, boolean) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
getMarshaller(OperationDescription, boolean, ClassLoader) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
getMEP() - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
getMEPContext() - Method in class org.apache.axis2.jaxws.core.MessageContext
getMessage() - Method in class org.apache.axis2.jaxws.core.MessageContext
getMessage() - Method in class org.apache.axis2.jaxws.handler.LogicalMessageContext
getMessage() - Method in class org.apache.axis2.jaxws.handler.SoapMessageContext
getMessage() - Method in class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
getMessage() - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Get the parameter for a given endpoint invocation
getMessageAsString() - Method in class org.apache.axis2.jaxws.api.MessageAccessor
getMessageContext() - Method in interface org.apache.axis2.datasource.jaxb.AttachmentContext
getMessageContext() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getMessageContext() - Method in class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
getMessageContext() - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
getMessageContext() - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
getMessageContext() - Method in class org.apache.axis2.jaxws.handler.MEPContext
getMessageContext() - Method in class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
getMessageContext() - Method in class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
getMessageContext() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getMessageContext() - Method in interface org.apache.axis2.jaxws.message.Message
getMessageFactory() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getMessageFactory() - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getMessageFactory() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getMessageFromMessageContext(MessageContext) - Static method in class org.apache.axis2.jaxws.message.util.MessageUtils
Create a JAX-WS Message from the information on an Axis 2 Message Context
getMessageObject() - Method in class org.apache.axis2.jaxws.handler.MEPContext
getMetadata() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getMethod(OperationDescription) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
Get the Method for the specified OperationDescription
getMethod(OperationDescription) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getMimeHeaders() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getMimeHeaders() - Method in interface org.apache.axis2.jaxws.message.Message
getMode() - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
getMode() - Method in class org.apache.axis2.jaxws.core.MessageContext
getMTOMThreshold() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getName() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getName() - Method in class org.apache.axis2.jaxws.message.util.Reader
getName() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getName() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceContext() - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
getNamespaceContext() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespaceContext() - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespaceContext() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespaceContext() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceContext() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
getNamespaceCount() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespaceCount() - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespaceCount() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespaceCount() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceDeclarations() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespacePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespacePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespacePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespacePrefix(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceURI(String) - Method in class org.apache.axis2.jaxws.message.util.impl.NamespaceContextFromDOM
getNamespaceURI(String) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespaceURI(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespaceURI() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getNamespaceURI() - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespaceURI(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespaceURI(String) - Method in class org.apache.axis2.jaxws.message.util.Reader
getNamespaceURI() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespaceURI(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespaceURI(String) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getNamespaceURI() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceURI(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNamespaceURI(String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getNode() - Method in class org.apache.axis2.jaxws.message.XMLFault
getNumBodyBlocks() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getNumBodyBlocks() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getNumBodyBlocks() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getNumBodyBlocks Calling this method will cache the OM.
getNumHeaderBlocks() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getNumHeaderBlocks() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getNumHeaderBlocks() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getNumHeaderBlocks
getObject() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
getObject() - Method in class org.apache.axis2.datasource.SourceDataSource
getObject() - Method in class org.apache.axis2.datasource.XMLStringDataSource
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
getObject() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
getOMElement() - Method in interface org.apache.axis2.jaxws.message.Block
Get the OMElement represented by this Block.
getOMElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
getOMElement() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getOperationDescription() - Method in class org.apache.axis2.jaxws.core.MessageContext
getOperationDescription(MessageContext) - Static method in class org.apache.axis2.jaxws.server.endpoint.Utils
getOperationElement() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getOperationElement() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getOperationElement() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getOperationName() - Method in class org.apache.axis2.jaxws.core.MessageContext
getOutputStream() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
If this XMLStreamWriter is connected to an OutputStream
then the OutputStream is returned.
getPackageFromClass(Class) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.PackageSetBuilder
Return the package associated with the class name.
getPackageFromClassName(String) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.PackageSetBuilder
Return the package associated with the class name.
getPackageFromNamespace(String) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
Namespace 2 Package algorithm as defined by the JAXB Specification
getPackageFromNamespace(String, boolean) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
getPackageKeys() - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtilsMonitor
getPackages() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalInfo
getPackages() - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getPackages() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getPackagesFromAnnotations(ServiceDescription, MarshalServiceRuntimeDescription) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.PackageSetBuilder
getPackagesFromNamespace(String) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
getPackagesFromSchema(ServiceDescription) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.PackageSetBuilder
Walks the schemas of the serviceDesc's wsdl (or generated wsdl) to determine the list of
packages.
getPackagesKey() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalInfo
getPackagesKey() - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getPackagesKey() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getParam() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
getParameterDescription() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
getParent() - Method in interface org.apache.axis2.jaxws.message.Block
Get the Message associated with this block
getParent() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getParent() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getParent() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getParent() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getParent Get the Message object that this XMLPart is attached to, if it is attached to one
at all.
getParsedEntityReader() - Method in class org.apache.axis2.jaxws.message.factory.ParsedEntityReaderFactory
getPayload() - Method in class org.apache.axis2.jaxws.handler.LogicalMessageImpl
getPayload(JAXBContext) - Method in class org.apache.axis2.jaxws.handler.LogicalMessageImpl
getPIData() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getPIData() - Method in class org.apache.axis2.jaxws.message.util.Reader
getPIData() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getPIData() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getPITarget() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getPITarget() - Method in class org.apache.axis2.jaxws.message.util.Reader
getPITarget() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getPITarget() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.Provider
getPort(Class<T>) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPort(QName, Class<T>) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPort(Class<T>, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPort(QName, Class<T>, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPort(EndpointReference, String, Class<T>, WebServiceFeature...) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPorts() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getPostConstructMethod() - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
getPostConstructMethod() - Method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
getPostConstructMethod() - Method in interface org.apache.axis2.jaxws.runtime.description.injection.ResourceInjectionServiceRuntimeDescription
getPostConstructMethod() - Method in class org.apache.axis2.jaxws.spi.handler.LifecycleManager
getPreDestroyMethod() - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
getPreDestroyMethod() - Method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
getPreDestroyMethod() - Method in interface org.apache.axis2.jaxws.runtime.description.injection.ResourceInjectionServiceRuntimeDescription
getPreDestroyMethod() - Method in class org.apache.axis2.jaxws.spi.handler.LifecycleManager
getPrefix(String) - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
getPrefix(String) - Method in class org.apache.axis2.jaxws.message.util.impl.NamespaceContextFromDOM
getPrefix() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getPrefix() - Method in class org.apache.axis2.jaxws.message.util.Reader
getPrefix() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getPrefix() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getPrefix(String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
getPrefixes(String) - Method in class org.apache.axis2.jaxws.message.util.impl.NamespaceContextFromDOM
getPrimitiveClass(Class) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
getPrimitiveClass(String) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
getProcessType() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
getProperties() - Method in class org.apache.axis2.jaxws.core.MessageContext
getProperties() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
getProperty(String) - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
getProperty(String) - Method in class org.apache.axis2.jaxws.core.MessageContext
getProperty(String) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getProperty(String) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getProperty(String) - Method in class org.apache.axis2.jaxws.message.util.Reader
getProperty(String) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getProperty(String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getProperty(String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
getPropertyDescMaps(ServiceDescription, ArtifactProcessor) - Static method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.PropertyDescriptorMapBuilder
getPropertyDescriptorMap(Class) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getPropertyDescriptorMap(Class) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
Get the PropertyDescriptor map for the class.
getPropertyName() - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
getPropertyType() - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
getProtocol() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getProtocol() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getProtocol() - Method in interface org.apache.axis2.jaxws.message.Message
Get the protocol for this Message (soap11, soap12, etc.)
getProtocol() - Method in interface org.apache.axis2.jaxws.message.XMLPart
Get the protocol for this Message (soap11, soap12, etc.)
getProtocolForBinding(String) - Static method in enum org.apache.axis2.jaxws.message.Protocol
Return the right value for the Protocol based on the binding URL that was passed in.
getProvider() - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Get the endpoint provider instance
getQName() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.Element
getQName() - Method in interface org.apache.axis2.jaxws.message.Block
Get the QName (namespace, localpart) of the Block.
getQName() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getReader() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
getReader() - Method in class org.apache.axis2.datasource.SourceDataSource
getReader() - Method in class org.apache.axis2.datasource.XMLStringDataSource
getReader() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getReason() - Method in class org.apache.axis2.jaxws.message.XMLFault
getRequestContext() - Method in class org.apache.axis2.jaxws.BindingProvider
getRequestMessageContext() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getRequestMessageContext() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getRequestMessageContext() - Method in class org.apache.axis2.jaxws.handler.MEPContext
getRequestWrapperClassName(OperationDescription) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getRequestWrapperClassName(OperationDescription) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getResponseContext() - Method in class org.apache.axis2.jaxws.BindingProvider
getResponseMessageContext() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getResponseMessageContext() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getResponseMessageContext() - Method in class org.apache.axis2.jaxws.handler.MEPContext
getResponseValueObject(MessageContext) - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
getResponseValueObject(MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
getResponseValueObject(MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
getResponseValueObject(MessageContext) - Method in class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
getResponseWrapperClassName(OperationDescription) - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getResponseWrapperClassName(OperationDescription) - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
getRole() - Method in class org.apache.axis2.jaxws.message.XMLFault
getRoles() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getRoles(PortInfo) - Method in class org.apache.axis2.jaxws.handler.HandlerResolverImpl
getRoles() - Method in class org.apache.axis2.jaxws.handler.SoapMessageContext
getRootCause(Throwable) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
Gets the RootCause for an throwable.
getSAAJConverter() - Method in interface org.apache.axis2.jaxws.message.factory.SAAJConverterFactory
Get or create the SAAJConverter
getSAAJConverter() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartImpl
Load the SAAJConverter
getSAAJConverter() - Method in class org.apache.axis2.jaxws.message.util.impl.SAAJConverterFactoryImpl
getScope(String) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
getScope(String) - Method in class org.apache.axis2.jaxws.handler.MEPContext
getSecondaryReasons() - Method in class org.apache.axis2.jaxws.message.XMLFault
getSeiClazz() - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
getSEIMethodHeaderParameterList(AxisOperation) - Static method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
Return an ArrayList of QNames corresponding to SOAP headers which map to method parameters
for a specific operation.
getService() - Method in class org.apache.axis2.jaxws.addressing.util.EndpointKey
getServiceClassNameFromMetaData(OMElement) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Gets the service class name from meta data.
getServiceClient() - Method in interface org.apache.axis2.jaxws.core.InvocationContext
getServiceClient() - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
getServiceClient(QName) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getServiceDelegate() - Method in class org.apache.axis2.jaxws.BindingProvider
getServiceDelegate() - Method in interface org.apache.axis2.jaxws.spi.BindingProvider
getServiceDescription() - Method in class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
getServiceDescription() - Method in class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
getServiceDescription() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
Get the ServiceDescription tree that this ServiceDelegate
getServiceImplementationClass() - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
getServiceName() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getSOAPFactory() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
getState() - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
getStyle() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getStyle() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getStyle() - Method in interface org.apache.axis2.jaxws.message.XMLPart
getSubCodes() - Method in class org.apache.axis2.jaxws.message.XMLFault
getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.axis2.jaxws.utility.DataSourceFormatter
getText() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getText() - Method in class org.apache.axis2.jaxws.message.util.Reader
getText() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getText() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getText() - Method in class org.apache.axis2.jaxws.message.XMLFaultReason
getTextCharacters() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getTextCharacters() - Method in class org.apache.axis2.jaxws.message.util.Reader
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.jaxws.message.util.Reader
getTextCharacters() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getTextCharacters() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getTextClassName(String) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
Converts text of the form [LFoo to the Foo[]
getTextLength() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getTextLength() - Method in class org.apache.axis2.jaxws.message.util.Reader
getTextLength() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getTextLength() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getTextStart() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getTextStart() - Method in class org.apache.axis2.jaxws.message.util.Reader
getTextStart() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getTextStart() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getThrowable() - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
getTotalBuilders() - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
getTotalCreates() - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
getTotalFailedCreates() - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
getType() - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
getTypeValue() - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.Element
getUserPrincipal() - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
getValue() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
getValue(Object, BlockFactory) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getValue(Object, BlockFactory) - Method in interface org.apache.axis2.jaxws.message.Message
getValueFromMessage(Message) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Given a message, return the business object based on the requestor's required format (PAYLOAD
vs.
getValueFromMessage(Message) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
getValueFromMessage(Message) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
getVersion() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
getVersion() - Method in class org.apache.axis2.jaxws.message.util.Reader
getVersion() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
getVersion() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
getWebResultName() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
getWebResultTNS() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
getWebResultType() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
getWrapperClass(Class) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
getWSDLDocumentLocation() - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
getXMLBytes(String) - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
getXMLBytes(String) - Method in class org.apache.axis2.datasource.SourceDataSource
getXMLBytes(String) - Method in class org.apache.axis2.datasource.XMLStringDataSource
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
getXMLBytes(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
getXMLFault() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getXMLFault() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getXMLFault() - Method in interface org.apache.axis2.jaxws.message.XMLPart
If the XMLPart represents a fault, an XMLFault is returned which describes the fault in a
protocol agnostic manner
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
getXMLInputStream(String) - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
getXmlName() - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
getXMLPartContentType() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getXMLPartContentType() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getXMLPartContentType() - Method in interface org.apache.axis2.jaxws.message.XMLPart
The representation of the XMLPart may be in a number of different forms.
getXmlQName() - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
getXmlRootElementName() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
getXmlRootElementNamespace() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
getXmlRootElementQName(Class) - Static method in class org.apache.axis2.jaxws.utility.XMLRootElementUtil
getXmlRootElementQNameFromObject(Object) - Static method in class org.apache.axis2.jaxws.utility.XMLRootElementUtil
getXmlSeeAlsoClasses() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
getXMLStreamReader(boolean) - Method in interface org.apache.axis2.jaxws.message.Block
Get the XMLStreamReader represented by this Block
getXMLStreamReader(boolean) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
getXMLStreamReader(boolean) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
getXMLStreamReader(boolean) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
getXMLStreamReader(boolean) - Method in interface org.apache.axis2.jaxws.message.XMLPart
Get the XMLStreamReader represented by this Message for the xml part
getXmlTypeName() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
getXmlTypeNamespace() - Method in interface org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
getXmlTypeQName(Class) - Static method in class org.apache.axis2.jaxws.utility.XMLRootElementUtil
ic - Variable in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
init(ConfigurationContext) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
initDispatcher() - Method in class org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher
initDispatcher() - Method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher
initialize(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
initialize(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
initMessageContext(Object, MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
initMessageContext(Object, MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
initMessageContext(MessageContext, Message, Object) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
inject(Object, Object) - Method in class org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
inject(Object, Object) - Method in interface org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
Inject resource on Filed, Method or Class depending on how the @Resource annotation is defined.
injectOnClass(Object, Object, Class) - Method in class org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
injectOnClass(Object, Object, Class) - Method in interface org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
Resource will be injection on the class.
injectOnField(Object, Object, Field) - Method in class org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
injectOnField(Object, Object, Field) - Method in interface org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
Resource will be injected on the field.
injectOnMethod(Object, Object, Method) - Method in class org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
injectOnMethod(Object, Object, Method) - Method in interface org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
Resource will be injected on the Method.
injectWebServiceContext(MessageContext, WebServiceContext, Object) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
install(MessageContext) - Static method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
Add the AttachmentAdapter as the property for the inbound or
outbound attachment property
install(MessageContext) - Static method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
Add the AttachmentAdapter as the property for the inbound and/or
outbound attachment property
install(MessageContext) - Static method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
Add the TransportHeadersAdapter as the property for TransportHeaders
instance - Variable in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
INVOCATION_LISTENER_LIST - Static variable in class org.apache.axis2.jaxws.spi.Constants
InvocationContext - Interface in org.apache.axis2.jaxws.core
The InvocationContext encapsulates all of the information relevant to a particular
invocation.
InvocationContextFactory - Class in org.apache.axis2.jaxws.core
The InvocationContextFactory is used to create instances of an InvocationContext.
InvocationContextFactory() - Constructor for class org.apache.axis2.jaxws.core.InvocationContextFactory
InvocationContextImpl - Class in org.apache.axis2.jaxws.core
An implementation of the InvocationContext interface.
InvocationContextImpl() - Constructor for class org.apache.axis2.jaxws.core.InvocationContextImpl
InvocationController - Interface in org.apache.axis2.jaxws.core.controller
The InvocationController is an interface modeling the invocation of a
target web service.
InvocationControllerFactory - Interface in org.apache.axis2.jaxws.core.controller
InvocationControllerFactoryImpl - Class in org.apache.axis2.jaxws.core.controller.impl
InvocationControllerFactoryImpl() - Constructor for class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerFactoryImpl
InvocationControllerImpl - Class in org.apache.axis2.jaxws.core.controller.impl
An abstract implementation of the InvocationController interface.
InvocationControllerImpl() - Constructor for class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
InvocationHelper - Class in org.apache.axis2.jaxws.server
This class represents static methods that are utilized during the course
of invocation of a JAX-WS endpoint.
InvocationHelper() - Constructor for class org.apache.axis2.jaxws.server.InvocationHelper
InvocationListener - Interface in org.apache.axis2.jaxws.server
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 - Class in org.apache.axis2.jaxws.server
An instance of this class will be passed to the InvocationListener
instances in both the request and response flow.
InvocationListenerBean() - Constructor for class org.apache.axis2.jaxws.server.InvocationListenerBean
InvocationListenerBean(EndpointInvocationContext, InvocationListenerBean.State) - Constructor for class org.apache.axis2.jaxws.server.InvocationListenerBean
InvocationListenerBean.State - Enum in org.apache.axis2.jaxws.server
InvocationListenerFactory - Interface in org.apache.axis2.jaxws.server
This interface will be implemented by those wishing to
create instances of an InvocationListener based on certain
context information for a given request.
InvocationListenerRegistry - Class in org.apache.axis2.jaxws.registry
This class will provide a means for JAX-WS users to register
InvocationListenerFactory implementations.
InvocationListenerRegistry() - Constructor for class org.apache.axis2.jaxws.registry.InvocationListenerRegistry
InvocationPattern - Enum in org.apache.axis2.jaxws.core.controller
invoke(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Note to developer: When making a change or fix to this method, please consider
all 5 Proxy/Dispatch "invoke" methods now available in JAX-WS.
invoke(MessageContext) - Method in class org.apache.axis2.jaxws.client.dispatch.DispatchOperationHandler
invoke(Object, Method, Object[]) - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
invoke(InvocationContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
invoke(InvocationContext) - Method in interface org.apache.axis2.jaxws.core.controller.InvocationController
Performs a synchronous (blocking) invocation of a target service.
invoke(MessageContext) - Method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher
invoke(MessageContext) - Method in interface org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher
Invoke the target endpoint synchronously
invoke(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
invoke(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
invoke(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
invoke(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointController
This method is used to start the JAX-WS invocation of a target endpoint.
invokeAsync(Object, AsyncHandler) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Note to developer: When making a change or fix to this method, please consider
all 5 Proxy/Dispatch "invoke" methods now available in JAX-WS.
invokeAsync(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Note to developer: When making a change or fix to this method, please consider
all 5 Proxy/Dispatch "invoke" methods now available in JAX-WS.
invokeAsync(InvocationContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
invokeAsync(InvocationContext, AsyncHandler) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
invokeAsync(InvocationContext) - Method in interface org.apache.axis2.jaxws.core.controller.InvocationController
Performs an asynchronous (non-blocking) invocation of the client based on a callback model.
invokeAsync(InvocationContext, AsyncHandler) - Method in interface org.apache.axis2.jaxws.core.controller.InvocationController
Performs an asynchronous (non-blocking) invocation of the client based on a polling model.
invokeAsync(MessageContext, EndpointCallback) - Method in interface org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher
invokeAsync(MessageContext, EndpointCallback) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
invokeAsync(MessageContext, EndpointCallback) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
invokeAsync(MessageContext, EndpointCallback) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
invokeAsync(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointController
invokeInboundHandlers(HandlerInvocationContext) - Method in interface org.apache.axis2.jaxws.handler.HandlerInvoker
Invokes all inbound handlers for the incoming request to the endpoint.
invokeInboundHandlers(MEPContext, List<Handler>, HandlerChainProcessor.MEP, boolean) - Static method in class org.apache.axis2.jaxws.handler.HandlerInvokerUtils
Invoke Inbound Handlers
invokeInboundHandlers(HandlerInvocationContext) - Method in class org.apache.axis2.jaxws.handler.impl.HandlerInvokerImpl
This invokes the inbound handlers for the invocation.
invokeInboundHandlersForClosure(MEPContext, List<Handler>, HandlerChainProcessor.MEP) - Static method in class org.apache.axis2.jaxws.handler.HandlerInvokerUtils
Invoke Inbound Handlers
invokeMethod(Method, Object[]) - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokeOneWay(Object) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
Note to developer: When making a change or fix to this method, please consider
all 5 Proxy/Dispatch "invoke" methods now available in JAX-WS.
invokeOneWay(InvocationContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
invokeOneWay(InvocationContext) - Method in interface org.apache.axis2.jaxws.core.controller.InvocationController
Performs a one-way invocation of the client.
invokeOneWay(MessageContext) - Method in interface org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher
invokeOneWay(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
invokeOneWay(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
invokeOneWay(MessageContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
invokeOneWay(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointController
invokeOutboundHandlerFlow(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointCallback
This method will drive the invocation of the outbound JAX-WS
application handler flow.
invokeOutboundHandlers(HandlerInvocationContext) - Method in interface org.apache.axis2.jaxws.handler.HandlerInvoker
Invokes all inbound handlers for the incoming request to the endpoint.
invokeOutboundHandlers(MEPContext, List<Handler>, HandlerChainProcessor.MEP, boolean) - Static method in class org.apache.axis2.jaxws.handler.HandlerInvokerUtils
Invoke OutboundHandlers
invokeOutboundHandlers(HandlerInvocationContext) - Method in class org.apache.axis2.jaxws.handler.impl.HandlerInvokerImpl
This invokes the outbound handlers for the invocation.
invokePostConstruct() - Method in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
invokePostConstruct() - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokePostConstruct(Method) - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokePostConstruct() - Method in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
invokePreDestroy() - Method in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
invokePreDestroy() - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokePreDestroy(Method) - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokePreDestroy() - Method in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
invokeTargetOperation(Method, Object[]) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
isAddressingConfigured() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
Indicates if Addressing was configured explicitly via metadata, such as through a deployment descriptor.
isAddressingEnabled() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
Indicates if addressing is enabled or disabled.
isAddressingRequired() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
Indicates if addressing is required or not.
isApplicationAccessLocked() - Method in class org.apache.axis2.jaxws.handler.MEPContext
isAsync() - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
isAttributeSpecified(int) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isAttributeSpecified(int) - Method in class org.apache.axis2.jaxws.message.util.Reader
isAttributeSpecified(int) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isAttributeSpecified(int) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isBusinessObject() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
isCancelled() - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
isCharacters() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isCharacters() - Method in class org.apache.axis2.jaxws.message.util.Reader
isCharacters() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isCharacters() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isConsumed() - Method in interface org.apache.axis2.jaxws.message.Block
isConsumed Return true if the block is consumed.
isConsumed() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
isConsumed() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
isConsumed() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
isConsumed() - Method in interface org.apache.axis2.jaxws.message.XMLPart
isConsumed Return true if the part is consumed.
isConvertable(Object, Class) - Static method in class org.apache.axis2.jaxws.utility.ConvertUtils
This method should return true if the convert method will succeed.
isDestructiveRead() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
isDestructiveRead() - Method in class org.apache.axis2.datasource.SourceDataSource
isDestructiveRead() - Method in class org.apache.axis2.datasource.XMLStringDataSource
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
isDestructiveRead() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
isDestructiveWrite() - Method in class org.apache.axis2.datasource.SourceDataSource
isDestructiveWrite() - Method in class org.apache.axis2.datasource.XMLStringDataSource
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
isDestructiveWrite() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
isDocLitBare(OperationDescription) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
isDocLitBareMinimal(OperationDescription, ClassLoader) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
If a webservices is created without xjc, then there will be no ObjectFactory classes packaged
with the webservice.
isDocLitWrapped(OperationDescription) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
isDocLitWrappedMinimal(OperationDescription) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
If a web service is created without wsgen, it is possible that the wrapper elements are
missing.
isDocLitWrappedPlus(OperationDescription) - Static method in class org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
If an web service is created using wsgen, it is possible that the sei does not comply with
the wrapped rules.
isDoingSWA() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
isDoingSWA() - Method in interface org.apache.axis2.jaxws.message.Message
isDone() - Method in class org.apache.axis2.jaxws.client.async.AsyncResponse
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockFactoryImpl
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockFactoryImpl
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockFactoryImpl
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockFactoryImpl
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockFactoryImpl
isElement() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockFactoryImpl
isElement() - Method in interface org.apache.axis2.jaxws.message.factory.BlockFactory
isElementData() - Method in interface org.apache.axis2.jaxws.message.Block
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.OMBlockImpl
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
isElementData() - Method in class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
isEmpty() - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
isEmpty() - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
isEmpty() - Method in class org.apache.axis2.jaxws.handler.MEPContext
isEmpty() - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
isEmpty() - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
isEndElement() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isEndElement() - Method in class org.apache.axis2.jaxws.message.util.Reader
isEndElement() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isEndElement() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isFault() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
isFault() - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
isFault(SOAPEnvelope) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
isFault(SOAPEnvelope) - Static method in class org.apache.axis2.jaxws.message.util.XMLFaultUtils
isFault() - Method in interface org.apache.axis2.jaxws.message.XMLPart
Determines whether the XMLPart represents a Fault
isHighFidelity(MessageContext) - Static method in class org.apache.axis2.jaxws.handler.HandlerUtils
isHighFidelity
The JAX-WS engine attempts to stream data as fast as possible.
isHTTPBinding(String) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
isJar(File) - Static method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
Check if this inputstream is a jar/zip
isJAXBRemoveIllegalChars(MessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
isJAXBRemoveIllegalChars
Determine if illegal characters should be removed when JAXB beans are written
isJAXWSClass(Class) - Static method in class org.apache.axis2.jaxws.utility.ClassUtils
isMaintainSession() - Method in class org.apache.axis2.jaxws.core.MessageContext
Used to determine whether or not session state has been enabled.
isMonitoring() - Static method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
isMonitoring() - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
isMonitoring() - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtilsMonitor
isMTOMBinding(String) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
isMTOMEnabled() - Method in interface org.apache.axis2.datasource.jaxb.AttachmentContext
isMTOMEnabled() - Method in class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
isMTOMEnabled() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
isMTOMEnabled() - Method in class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
isMTOMEnabled() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
isMTOMEnabled() - Method in interface org.apache.axis2.jaxws.message.Message
A message is MTOM enabled if the
associated dispatch/client/impl/provider has a binding type
that enables MTOM.
isOneWay() - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
isOneWay(MessageContext) - Static method in class org.apache.axis2.jaxws.server.EndpointController
isOneWay() - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Returns a boolean value indicating whether or not the invocation
pattern for the request is one way or not.
isOneWay() - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
isOutbound() - Method in class org.apache.axis2.jaxws.core.MessageContext
isParsedEntityStreamAvailable() - Method in class org.apache.axis2.jaxws.message.databinding.impl.ParsedEntityReaderImpl
isParsedEntityStreamAvailable() - Method in interface org.apache.axis2.jaxws.message.databinding.ParsedEntityReader
isPostConstruct(Method) - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
isPostPivot() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
isPostPivot() - Method in interface org.apache.axis2.jaxws.message.Message
isPreDestroy(Method) - Method in class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
isPublished() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
isQNameAvailable() - Method in interface org.apache.axis2.jaxws.message.Block
isQNameAvailable() - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
isResettable() - Method in class org.apache.axis2.jaxws.message.util.Reader
isResettable
isRespectBindingEnabled() - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
isServer() - Method in class org.apache.axis2.jaxws.core.MessageContext
isSOAP11Binding(String) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
isSOAP12Binding(String) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
isSOAPBinding(String) - Static method in class org.apache.axis2.jaxws.binding.BindingUtils
isStandalone() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isStandalone() - Method in class org.apache.axis2.jaxws.message.util.Reader
isStandalone() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isStandalone() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isStartElement() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isStartElement() - Method in class org.apache.axis2.jaxws.message.util.Reader
isStartElement() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isStartElement() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isUserInRole(String) - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
isValid(WebServiceFeature) - Method in class org.apache.axis2.jaxws.feature.ClientFramework
isWebResult() - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
isWhiteSpace() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
isWhiteSpace() - Method in class org.apache.axis2.jaxws.message.util.Reader
isWhiteSpace() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
isWhiteSpace() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
isxmlList() - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
isXOPPackage() - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller
Override isXOPPackaget to calculate the isXOPPackage setting
isXOPPackage() - Method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshaller
JavaBeanDispatcher - Class in org.apache.axis2.jaxws.server.dispatcher
The JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation
bean and dispatching the inbound request to that instance.
JavaBeanDispatcher(Class, Object) - Constructor for class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
JavaDispatcher - Class in org.apache.axis2.jaxws.server.dispatcher
JavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a
Java object.
JavaDispatcher(Class, Object) - Constructor for class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
JavaDispatcher.AsyncInvocationWorker - Class in org.apache.axis2.jaxws.server.dispatcher
JavaUtils - Class in org.apache.axis2.jaxws.utility
Common Java Utilites
JAXBAttachmentMarshaller - Class in org.apache.axis2.datasource.jaxb
JAXBAttachmentMarshaller(AttachmentContext, XMLStreamWriter) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller
Construct the JAXBAttachmentMarshaller that has access to the MessageContext
JAXBAttachmentUnmarshaller - Class in org.apache.axis2.datasource.jaxb
Implementation of the
AttachmentUnmarshaller class that handles the attachments provided
by Axiom through the
MimePartProvider interface.
JAXBAttachmentUnmarshaller(AttachmentContext, MimePartProvider) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshaller
JAXBAttachmentUnmarshallerMonitor - Class in org.apache.axis2.datasource.jaxb
The monitor is used by the tests to ensure
that the JAXBAttachmentUnmarshaller is used and is functioning correctly.
JAXBBlock - Interface in org.apache.axis2.jaxws.message.databinding
JAXBBlock Block represented by a JAXB object
JAXBBlockContext - Class in org.apache.axis2.jaxws.message.databinding
JAXBBlockContext(TreeSet<String>, String) - Constructor for class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
Full Constructor JAXBBlockContext (most performant)
JAXBBlockContext(TreeSet<String>) - Constructor for class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
Slightly slower constructor
JAXBBlockContext(String) - Constructor for class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
Deprecated.
JAXBBlockContext(JAXBContext) - Constructor for class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
"Dispatch" Constructor Use this full constructor when the JAXBContent is provided by the
customer.
JAXBBlockFactory - Interface in org.apache.axis2.jaxws.message.factory
JAXBBlockFactory
Creates a JAXBBlock.
JAXBBlockFactoryImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
JAXBBlockFactoryImpl Creates a JAXBBlock
JAXBBlockFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockFactoryImpl
Default Constructor required for Factory
JAXBBlockImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
JAXBBlockImpl
A Block containing a JAXB business object (either a JAXBElement or an object
with @XmlRootElement).
jaxbContext - Static variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
JAXBContextFromClasses - Class in org.apache.axis2.jaxws.message.databinding
This class provides a utility method, newInstance, which
builds a valid JAXBContext from a series of classes.
JAXBCustomBuilder - Class in org.apache.axis2.datasource.jaxb
JAXBCustomBuilder creates an OMSourcedElement backed by a JAXBDataSource
for the specified namespace and localPart.
JAXBCustomBuilder(JAXBDSContext) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBCustomBuilder
Create a JAXBCustomBuilder
JAXBCustomBuilderMonitor - Class in org.apache.axis2.datasource.jaxb
The monitor is used by the tests to ensure
that the JAXBCustomBuilder is used and is functioning correctly.
JAXBDataSource - Class in org.apache.axis2.datasource.jaxb
OMDataSource backed by a jaxb object
JAXBDataSource(Object, JAXBDSContext) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBDataSource
JAXBDispatch <T > - Class in org.apache.axis2.jaxws.client.dispatch
JAXBDispatch(ServiceDelegate, EndpointDescription, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
JAXBDispatch(ServiceDelegate, EndpointDescription, EndpointReference, String, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
JAXBDispatchAsyncListener - Class in org.apache.axis2.jaxws.client.dispatch
The JAXBDispatchAsyncListener is an extension of the
AsyncResponse
class to provide JAX-B specific function when processing an async response.
JAXBDispatchAsyncListener(EndpointDescription) - Constructor for class org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
JAXBDSContext - Class in org.apache.axis2.datasource.jaxb
JAXBDSContext(TreeSet<String>, String) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBDSContext
Full Constructor JAXBDSContext (most performant)
JAXBDSContext(TreeSet<String>) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBDSContext
Slightly slower constructor
JAXBDSContext(String) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBDSContext
Deprecated.
JAXBDSContext(JAXBContext) - Constructor for class org.apache.axis2.datasource.jaxb.JAXBDSContext
"Dispatch" Constructor
Use this full constructor when the JAXBContent is provided by the
customer.
JAXBExclude - Interface in org.apache.axis2.jaxws.spi
Marker interface that can be used to identify classes that should
be excluded from JAXB processing when JAX-WS constructs a
JAXBContext.
JAXBUtils - Class in org.apache.axis2.jaxws.message.databinding
JAXB Utilites to pool JAXBContext and related objects.
JAXBUtils() - Constructor for class org.apache.axis2.jaxws.message.databinding.JAXBUtils
JAXBUtils.CONSTRUCTION_TYPE - Enum in org.apache.axis2.jaxws.message.databinding
JAXBUtilsMonitor - Class in org.apache.axis2.jaxws.message.databinding
The monitor is used by the tests to ensure
that the JAXBUtils code is used and is functioning correctly.
JAXBWrapperException - Exception in org.apache.axis2.jaxws.wrapper.impl
JAXBWrapperException() - Constructor for exception org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException
JAXBWrapperException(String, Throwable) - Constructor for exception org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException
JAXBWrapperException(String) - Constructor for exception org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException
JAXBWrapperException(Throwable) - Constructor for exception org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException
JAXBWrapperTool - Interface in org.apache.axis2.jaxws.wrapper
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 - Class in org.apache.axis2.jaxws.wrapper.impl
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() - Constructor for class org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperToolImpl
JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING - Static variable in interface org.apache.axis2.jaxws.Constants
JAXWS_HANDLER_TRACKER - Static variable in class org.apache.axis2.jaxws.handler.Constants
This constant is used to decide if we should track a JAX-WS handler's usage
of the SOAPHeadersAdapter along with SAAJ.
JAXWS_INBOUND_SOAP_HEADERS - Static variable in interface org.apache.axis2.jaxws.Constants
JAXWS_JAXB_WRITE_REMOVE_ILLEGAL_CHARS - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.jaxb.write.remove.illegal.chars
Value: Boolean.TRUE or Boolean.FALSE
Default: null, which is interpreted as FALSE.
JAXWS_MESSAGE_ACCESSOR - Static variable in interface org.apache.axis2.jaxws.Constants
javax.xml.ws.handler.MessageContext Property:
Name: jaxws.message.as.string
Value: null or MessageAccessor
Description:
A handler or resource injection @WebServiceContext may use
this property to get access to a MessageAccessor object.
JAXWS_OUTBOUND_SOAP_HEADERS - Static variable in interface org.apache.axis2.jaxws.Constants
JAXWS_PAYLOAD_HIGH_FIDELITY - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.payload.highFidelity
Value: Boolean.TRUE or Boolean.FALSE
Default: null, which is interpreted as FALSE....engine may set this to TRUE in some cases.
JAXWS_PROVIDER_NULL_ONEWAY - Static variable in interface org.apache.axis2.jaxws.Constants
Context Property:
Name: jaxws.provider.interpretNullAsOneway
Value: Boolean.TRUE or Boolean.FALSE
Default: TRUE.
JAXWS_WEBMETHOD_EXCEPTION - Static variable in interface org.apache.axis2.jaxws.Constants
If an exception is thrown by the JAXWS webservice's webmethod, the
Throwable object is placed in the service outbound response context.
JAXWSDeployer - Class in org.apache.axis2.jaxws.framework
JAXWSDeployer() - Constructor for class org.apache.axis2.jaxws.framework.JAXWSDeployer
JAXWSDeployerSupport - Class in org.apache.axis2.jaxws.framework
The Class JAXWSDeployerSupport act as a helper class for both JAXWSDeployer
and JAXWSServiceBuilderExtension.
JAXWSDeployerSupport() - Constructor for class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
JAXWSDeployerSupport(ConfigurationContext) - Constructor for class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Instantiates a new jAXWS deployer support.
JAXWSDeployerSupport(ConfigurationContext, String) - Constructor for class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Instantiates a new jAXWS deployer support.
JAXWSEndpointReferenceFactory - Interface in org.apache.axis2.jaxws.addressing.factory
This class represents factories that can be used to generate instances of the
EndpointReference.
JAXWSEndpointReferenceFactoryImpl - Class in org.apache.axis2.jaxws.addressing.factory.impl
This class is used to generate instances of the following subclasses of
EndpointReference.
JAXWSEndpointReferenceFactoryImpl() - Constructor for class org.apache.axis2.jaxws.addressing.factory.impl.JAXWSEndpointReferenceFactoryImpl
Constructor
JAXWSExecutorFactory - Class in org.apache.axis2.jaxws.utility
This is an implementation of the ExecutorFactory interface.
JAXWSExecutorFactory() - Constructor for class org.apache.axis2.jaxws.utility.JAXWSExecutorFactory
JAXWSMessageReceiver - Class in org.apache.axis2.jaxws.server
The JAXWSMessageReceiver is the entry point, from the server's perspective, to the JAX-WS code.
JAXWSMessageReceiver() - Constructor for class org.apache.axis2.jaxws.server.JAXWSMessageReceiver
JAXWSProxyHandler - Class in org.apache.axis2.jaxws.client.proxy
ProxyHandler is the java.lang.reflect.InvocationHandler implementation.
JAXWSProxyHandler(ServiceDelegate, Class, EndpointDescription, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
JAXWSProxyHandler(ServiceDelegate, Class, EndpointDescription, EndpointReference, String, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
JAXWSServiceBuilderExtension - Class in org.apache.axis2.jaxws.framework
The Class JAXWSServiceBuilderExtension is an implementation of
org.apache.axis2.deployment.ServiceBuilderExtension interface and facilitate
to deploy JAX-WS artifacts through other Deployers.
JAXWSServiceBuilderExtension() - Constructor for class org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension
JAXWSThreadFactory - Class in org.apache.axis2.jaxws.utility
Factory to create threads in the ThreadPool Executor.
JAXWSThreadFactory() - Constructor for class org.apache.axis2.jaxws.utility.JAXWSThreadFactory
makeBinaryOMNode(OMElement, DataHandler) - Static method in class org.apache.axis2.jaxws.message.attachments.AttachmentUtils
Given an
makeXopElement(OMText) - Static method in class org.apache.axis2.jaxws.message.attachments.AttachmentUtils
Given an OMText node, create it's corresponding
MAPPED_EXCEPTION - Static variable in class org.apache.axis2.jaxws.spi.Constants
markUnderstoodHeaderParameters(MessageContext) - Static method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
Mark all headers for JAXWS SEI method paramaters as understood.
marshal(Object, XMLStreamWriter) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
Marshal the jaxb object
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
marshalFaultResponse(Throwable, OperationDescription, Protocol) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method creates a Message from a Throwable input parameter.
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
marshalRequest(Object[], OperationDescription, Map<String, Object>) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method converts SIGNATURE_ARGS into a Message.
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
marshalResponse(Object, Object[], OperationDescription, Protocol) - Method in interface org.apache.axis2.jaxws.marshaller.MethodMarshaller
This method converts the SIGNATURE_ARGS and RETURN object into a Message.
MarshalServiceRuntimeDescription - Interface in org.apache.axis2.jaxws.runtime.description.marshal
Used to cache marshal information
MarshalServiceRuntimeDescriptionBuilder - Class in org.apache.axis2.jaxws.runtime.description.marshal.impl
MarshalServiceRuntimeDescriptionFactory - Class in org.apache.axis2.jaxws.runtime.description.marshal
MarshalServiceRuntimeDescriptionImpl - Class in org.apache.axis2.jaxws.runtime.description.marshal.impl
MarshalServiceRuntimeDescriptionImpl(String, ServiceDescription) - Constructor for class org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
MEP_CONTEXT - Static variable in interface org.apache.axis2.jaxws.Constants
MEPContext - Class in org.apache.axis2.jaxws.handler
The MEPContext is the version of the MessageContext
that will be given to application handlers as the handler list
is traversed.
MEPContext(MessageContext) - Constructor for class org.apache.axis2.jaxws.handler.MEPContext
Message - Interface in org.apache.axis2.jaxws.message
Message
A Message represents the XML + Attachments
Most of the methods available on a message are only applicable to the XML part of the Message.
MessageAccessor - Class in org.apache.axis2.jaxws.api
Value of the Constants.JAXWS_MESSAGE_ACCESSOR property
Allows a user to gain access to certain Message information
that are not exposed by the Message on the
javax.xml.ws.handler.MessageContext
The MessageAccessor is created with MessageAccessorFactory.
MessageAccessorFactory - Interface in org.apache.axis2.jaxws.api
Create an MessageAccessor object.
MessageAccessorFactoryImpl - Class in org.apache.axis2.jaxws.api
Create an MessageAccessor object.
MessageAccessorFactoryImpl() - Constructor for class org.apache.axis2.jaxws.api.MessageAccessorFactoryImpl
MessageAttachmentContext - Class in org.apache.axis2.jaxws.message.attachments
MessageAttachmentContext(Message) - Constructor for class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
MessageContext - Class in org.apache.axis2.jaxws.core
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.
MessageContext() - Constructor for class org.apache.axis2.jaxws.core.MessageContext
Construct a MessageContext without a prior Axis2 MessageContext
(usage outbound dispatch/proxy)
MessageContext(MessageContext) - Constructor for class org.apache.axis2.jaxws.core.MessageContext
Construct a MessageContext with a prior MessageContext
(usage inbound client/server or outbound server)
MessageContextAttachmentContext - Class in org.apache.axis2.datasource.jaxb
An implementation of the JAXB AttachmentMarshaller that is used to handle binary data from JAXB
and create populate the appropriate constructs on the MessageContext
MessageContextAttachmentContext(MessageContext) - Constructor for class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
MessageContextFactory - Class in org.apache.axis2.jaxws.context.factory
MessageContextFactory() - Constructor for class org.apache.axis2.jaxws.context.factory.MessageContextFactory
MessageContextUtils - Class in org.apache.axis2.jaxws.core.util
A utility class for handling some of the common issues related to the JAX-WS MessageContext.
MessageContextUtils() - Constructor for class org.apache.axis2.jaxws.core.util.MessageContextUtils
messageCtx - Variable in class org.apache.axis2.jaxws.handler.BaseMessageContext
MessageFactory - Interface in org.apache.axis2.jaxws.message.factory
MessageFactory
Creates a Message object.
MessageFactoryImpl - Class in org.apache.axis2.jaxws.message.impl
MessageFactoryImpl
MessageFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.impl.MessageFactoryImpl
Default Constructor required for Factory
MessageImpl - Class in org.apache.axis2.jaxws.message.impl
MessageImpl
A Message is an XML part + Attachments.
MessageUtils - Class in org.apache.axis2.jaxws.message.util
Miscellaneous Utilities that may be useful inside and outside the Message subcomponent.
MessageUtils() - Constructor for class org.apache.axis2.jaxws.message.util.MessageUtils
MethodMarshaller - Interface in org.apache.axis2.jaxws.marshaller
This class marshals and unmarshals method invocations.
MethodMarshallerFactory - Class in org.apache.axis2.jaxws.marshaller.factory
The MethodMarshallerFactory creates a Doc/Lit Wrapped, Doc/Lit Bare or RPC Marshaller using
SOAPBinding information
MethodMarshallerUtils - Class in org.apache.axis2.jaxws.marshaller.impl.alt
Static Utilty Classes used by the MethodMarshaller implementations in the alt package.
MethodParameter - Class in org.apache.axis2.jaxws.marshaller
Stores Method Parameter as Name and Value.
MethodParameter(ParameterDescription, Object) - Constructor for class org.apache.axis2.jaxws.marshaller.MethodParameter
MethodParameter(String, String, Class, Object) - Constructor for class org.apache.axis2.jaxws.marshaller.MethodParameter
migrateContextToThread(MessageContext) - Method in class org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator
migratePropertiesFromMessageContext(Map<String, Object>, MessageContext) - Method in class org.apache.axis2.jaxws.client.PropertyMigrator
migratePropertiesFromMessageContext(Map<String, Object>, MessageContext) - Method in interface org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigrator
Is called to handle property migratom FROM the internal org.apache.axis2.jaxws.core.MessageContext
TO a target user context (BindingProvider client context or server MessageContext) that the
user will access.
migratePropertiesToMessageContext(Map<String, Object>, MessageContext) - Method in class org.apache.axis2.jaxws.client.PropertyMigrator
migratePropertiesToMessageContext(Map<String, Object>, MessageContext) - Method in interface org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigrator
Is called to handle property migration FROM the user context (BindingProvider client context
or server MessageContext) TO a target internal org.apache.axis2.jaxws.core.MessageContext.
migrateThreadToContext(MessageContext) - Method in class org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator
mode - Variable in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
MTOMConfigurator - Class in org.apache.axis2.jaxws.client.config
MTOMConfigurator() - Constructor for class org.apache.axis2.jaxws.client.config.MTOMConfigurator
MUSTUNDERSTAND - Static variable in class org.apache.axis2.jaxws.message.XMLFaultCode
MustUnderstandChecker - Class in org.apache.axis2.jaxws.dispatchers
Plugin to remove "understood" headers for the JAXWS related headers.
MustUnderstandChecker() - Constructor for class org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker
MustUnderstandUtils - Class in org.apache.axis2.jaxws.dispatchers
Static utility methods used in processing mustUnderstand headers relative to JAXWS.
MustUnderstandUtils() - Constructor for class org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
MustUnderstandValidationDispatcher - Class in org.apache.axis2.jaxws.dispatchers
Do JAXWS MustUnderstand header processing per the JAXWS 2.0 specification.
MustUnderstandValidationDispatcher() - Constructor for class org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher
PackageSetBuilder - Class in org.apache.axis2.jaxws.runtime.description.marshal.impl
In order to marshal or unmarshal the user data, we need to know the set of packages involved.
PARAM_BINDING - Static variable in class org.apache.axis2.jaxws.server.JAXWSMessageReceiver
parent - Variable in class org.apache.axis2.jaxws.message.impl.BlockImpl
ParsedEntityReader - Interface in org.apache.axis2.jaxws.message.databinding
This interface will be used to read data stream directly from a parser.
ParsedEntityReaderFactory - Class in org.apache.axis2.jaxws.message.factory
ParsedEntityReaderFactory() - Constructor for class org.apache.axis2.jaxws.message.factory.ParsedEntityReaderFactory
ParsedEntityReaderImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
ParsedEntityReaderImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.ParsedEntityReaderImpl
ParserInputStreamCustomBuilder - Class in org.apache.axis2.jaxws.context.listener
A custom builder to that does the following:
1) Uses the parser to fetch the inputStream if parser supports reading of element contents
2) Use the inputStream to create a DataSource backed by the InputStream read from Parser.
ParserInputStreamCustomBuilder(String) - Constructor for class org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
Constructor
PDElement - Class in org.apache.axis2.jaxws.marshaller.impl.alt
A PDElement object holds a ParameterDescription
Element object.
PDElement(ParameterDescription, Element, Class, Attachment) - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
PDElement(ParameterDescription, Element, Class) - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
performMigrationFromMessageContext(String, Map<String, Object>, MessageContext) - Static method in class org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
performMigrationToMessageContext(String, Map<String, Object>, MessageContext) - Static method in class org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
performWebServiceContextInjection(MessageContext, Object) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method will provide the necessary function in order to inject
a WebServiceContext instance on a member of the service implementation class.
performWebServiceContextUpdate(MessageContext) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method will provide the necessary function in order to update
an existing WebServiceContext instance with a MessageContext for
the current request.
PollingFuture - Class in org.apache.axis2.jaxws.client.async
PollingFuture(InvocationContext) - Constructor for class org.apache.axis2.jaxws.client.async.PollingFuture
portType - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
portType(QName) - Method in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Add the name of the WSDL port type.
postInvoke(MessageContext) - Method in interface org.apache.axis2.jaxws.handler.HandlerPostInvoker
postInvoke is called just prior to each JAXWS handler.handleMessage.
postInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.handler.impl.HandlerPostInvokerImpl
preInvoke(MessageContext) - Method in interface org.apache.axis2.jaxws.handler.HandlerPreInvoker
preInvoke is called just prior to each JAXWS handler.handleMessage.
preInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.handler.impl.HandlerPreInvokerImpl
prepareRequest(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
prepareRequest(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
Abstract method that must be implemented by whoever is providing the specific client binding.
prepareResponse(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController
prepareResponse(MessageContext) - Method in class org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl
Abstract method that must be implemented by whoever is providing the specific client binding.
processChain(MEPContext, HandlerChainProcessor.Direction, HandlerChainProcessor.MEP, boolean) - Method in class org.apache.axis2.jaxws.handler.HandlerChainProcessor
processChainForClose(MEPContext, HandlerChainProcessor.Direction) - Method in class org.apache.axis2.jaxws.handler.HandlerChainProcessor
processFault(MEPContext, HandlerChainProcessor.Direction) - Method in class org.apache.axis2.jaxws.handler.HandlerChainProcessor
PropertyDescriptorMapBuilder - Class in org.apache.axis2.jaxws.runtime.description.marshal.impl
Walks the ServiceDescription and its child *Description classes to find all of the types.
PropertyDescriptorPlus - Class in org.apache.axis2.jaxws.utility
A PropertyDescriptor provides acesss to a bean property.
PropertyMigrator - Class in org.apache.axis2.jaxws.client
The PropertyMigrator implements the ApplicationContextMigrator in order to perform the necessary
manipulations of properties during a request or response flow.
PropertyMigrator() - Constructor for class org.apache.axis2.jaxws.client.PropertyMigrator
PropertyValidator - Class in org.apache.axis2.jaxws.client
PropertyValidator() - Constructor for class org.apache.axis2.jaxws.client.PropertyValidator
Protocol - Enum in org.apache.axis2.jaxws.message
Protocol Each message has a protocol (soap11, soap12, rest) This enum represents the protocol
within the Message sub-component
protocolBindingsMap - Static variable in class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
Provider - Class in org.apache.axis2.jaxws.spi
Provider() - Constructor for class org.apache.axis2.jaxws.spi.Provider
ProviderDispatcher - Class in org.apache.axis2.jaxws.server.dispatcher
The ProviderDispatcher is used to invoke instances of a target endpoint that implement the
Provider interface.
ProviderDispatcher(Class, Object) - Constructor for class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Constructor
ProviderOMContextListener - Class in org.apache.axis2.jaxws.context.listener
This is a MessageContextListener that installs ParserInputStreamCustomBuilder
during an Envelope or ServiceContext event on AxisService.
ProviderOMContextListener() - Constructor for class org.apache.axis2.jaxws.context.listener.ProviderOMContextListener
ProxyAsyncListener - Class in org.apache.axis2.jaxws.client.proxy
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.
ProxyAsyncListener(OperationDescription) - Constructor for class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
pruneDirectives(TreeSet<String>) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
The contextPackages may declare overrides.
publish(Object) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
publish(String) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
push(XMLStreamReader) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
Push a new StreamReader
put(String, DataHandler) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
put(String, Object) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
put(String, Object) - Method in class org.apache.axis2.jaxws.handler.MEPContext
put(QName, List<String>) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
put will inject the headers into the SOAP message immediately
put(Object, Object) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
putAll(Map<? extends String, ? extends DataHandler>) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
putAll(Map) - Method in class org.apache.axis2.jaxws.handler.MEPContext
putAll(Map<? extends QName, ? extends List<String>>) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
putAll will inject the headers into the SOAP message immediately
putAll(Map) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
putMessageOnMessageContext(Message, MessageContext) - Static method in class org.apache.axis2.jaxws.message.util.MessageUtils
Put the JAX-WS Message onto the Axis2 MessageContext
read() - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
read(byte[], int, int) - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
read(byte[]) - Method in class org.apache.axis2.jaxws.context.listener.CompositeInputStream
readEndpointReference(Source) - Method in class org.apache.axis2.jaxws.spi.Provider
Reader - Class in org.apache.axis2.jaxws.message.util
Reader In many situations, you want the ability to reset an XMLStreamReader.
reader - Variable in class org.apache.axis2.jaxws.message.util.Reader
Reader2Writer - Class in org.apache.axis2.jaxws.message.util
Reader2Writer This is a simple converter that is constructed with an XMLStreamReader and allows
you to write the contents to an XMLStreamWriter.
Reader2Writer(XMLStreamReader) - Constructor for class org.apache.axis2.jaxws.message.util.Reader2Writer
Construct from a Reader
Reader2Writer(XMLStreamReader, boolean) - Constructor for class org.apache.axis2.jaxws.message.util.Reader2Writer
Construct from a Reader
readPackagesFromSchema(Definition) - Method in class org.apache.axis2.jaxws.wsdl.impl.SchemaReaderImpl
readPackagesFromSchema(Definition) - Method in interface org.apache.axis2.jaxws.wsdl.SchemaReader
readParsedEntityStream(XMLStreamReader) - Method in class org.apache.axis2.jaxws.message.databinding.impl.ParsedEntityReaderImpl
readParsedEntityStream(XMLStreamReader) - Method in interface org.apache.axis2.jaxws.message.databinding.ParsedEntityReader
receive(MessageContext) - Method in class org.apache.axis2.jaxws.server.JAXWSMessageReceiver
We should have already determined which AxisService we're targetting at this point.
RECEIVER - Static variable in class org.apache.axis2.jaxws.message.XMLFaultCode
referenceParameter(Element) - Method in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Add reference parameters.
ReferenceParameterList - Class in org.apache.axis2.jaxws.addressing.util
This class is used to provide a read-only list of reference parameters
via the JAX-WS 2.1 api.
ReferenceParameterList() - Constructor for class org.apache.axis2.jaxws.addressing.util.ReferenceParameterList
ReferenceParameterList(SOAPHeader) - Constructor for class org.apache.axis2.jaxws.addressing.util.ReferenceParameterList
referenceParameters - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
referenceProperties - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
referenceProperty(Element) - Method in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Add reference properties.
registerProviderOMListener(MessageContext) - Static method in class org.apache.axis2.jaxws.context.listener.ContextListenerUtils
registerSOAPHandlerHeaders(MessageContext, List<Handler>) - Static method in class org.apache.axis2.jaxws.handler.HandlerUtils
registerHandlerHeaders will invoke getHeaders on SOAPHandlers and return a List of headers
that are Understood by the handlers.
releaseJAXBIntrospector(JAXBContext, JAXBIntrospector) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Release JAXBIntrospector Do not call this method if an exception occurred while using the
JAXBIntrospector.
releaseJAXBMarshaller(JAXBContext, Marshaller) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
releaseJAXBMarshalller
Do not call this method if an exception occurred while using the
Marshaller.
releaseJAXBUnmarshaller(JAXBContext, Unmarshaller) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtils
Release Unmarshaller Do not call this method if an exception occurred while using the
Unmarshaller.
releaseResources() - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
Release objects held by WebServiceContext so that they can be garbage collected.
releaseService(Service) - Static method in class org.apache.axis2.jaxws.spi.ServiceDelegate
PROPRIETARY METHOD TO RELEASE RESOUCES.
releaseWebServiceContextResources(MessageContext) - Static method in class org.apache.axis2.jaxws.context.utils.ContextUtils
Release the contents of the WebServiceContext.
remove(Object) - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
remove(Object) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
remove(Object) - Method in class org.apache.axis2.jaxws.handler.MEPContext
remove(Object) - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
remove will immediately remove the headers from the SOAP message that match the QName key
remove(Object) - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
removeBodyBlock(int) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
removeBodyBlock(int) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
removeBodyBlock(int) - Method in interface org.apache.axis2.jaxws.message.XMLPart
removeBodyBlock Removes the indicated BodyBlock
removeDataHandler(String) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
removeDataHandler(String) - Method in interface org.apache.axis2.jaxws.message.Message
Get the attachment and remove it from the Message
removeHeaderBlock(String, String) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
removeHeaderBlock(String, String) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
removeHeaderBlock(String, String) - Method in interface org.apache.axis2.jaxws.message.XMLPart
removeHeaderBlock
Removes all header blocks with this namespace/localpart
requestContext - Variable in class org.apache.axis2.jaxws.BindingProvider
requestMC - Variable in class org.apache.axis2.jaxws.handler.MEPContext
requestReceived(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointController
This method will retrieve all the InvocationListenerFactory instances and
call the 'createInvocationListener' instance on each.
require(int, String, String) - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
require(int, String, String) - Method in class org.apache.axis2.jaxws.message.util.Reader
require(int, String, String) - Method in class org.apache.axis2.jaxws.message.util.StackableReader
require(int, String, String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
reset() - Method in class org.apache.axis2.jaxws.message.util.Reader
ResettableReader - Class in org.apache.axis2.jaxws.message.util
ResettableReader A resettable XMLStreamReader.
ResettableReader(XMLStreamReader) - Constructor for class org.apache.axis2.jaxws.message.util.ResettableReader
Create resettable XMLStreamReader
ResourceInjectionException - Exception in org.apache.axis2.jaxws.injection
ResourceInjectionException() - Constructor for exception org.apache.axis2.jaxws.injection.ResourceInjectionException
ResourceInjectionException(String) - Constructor for exception org.apache.axis2.jaxws.injection.ResourceInjectionException
ResourceInjectionException(String, Throwable) - Constructor for exception org.apache.axis2.jaxws.injection.ResourceInjectionException
ResourceInjectionException(Throwable) - Constructor for exception org.apache.axis2.jaxws.injection.ResourceInjectionException
ResourceInjectionFactory - Class in org.apache.axis2.jaxws.server.endpoint.injection.factory
This class is is responsible for creating instances that can
handle resource injection.
ResourceInjectionFactory() - Constructor for class org.apache.axis2.jaxws.server.endpoint.injection.factory.ResourceInjectionFactory
ResourceInjectionServiceRuntimeDescription - Interface in org.apache.axis2.jaxws.runtime.description.injection
Used to cache @Resource injection information
ResourceInjectionServiceRuntimeDescriptionBuilder - Class in org.apache.axis2.jaxws.runtime.description.injection.impl
ResourceInjectionServiceRuntimeDescriptionFactory - Class in org.apache.axis2.jaxws.runtime.description.injection
ResourceInjectionServiceRuntimeDescriptionImpl - Class in org.apache.axis2.jaxws.runtime.description.injection.impl
ResourceInjectionServiceRuntimeDescriptionImpl(String, ServiceDescription) - Constructor for class org.apache.axis2.jaxws.runtime.description.injection.impl.ResourceInjectionServiceRuntimeDescriptionImpl
ResourceInjector - Interface in org.apache.axis2.jaxws.server.endpoint.injection
RespectBindingConfigurator - Class in org.apache.axis2.jaxws.client.config
RespectBindingConfigurator() - Constructor for class org.apache.axis2.jaxws.client.config.RespectBindingConfigurator
responseContext - Variable in class org.apache.axis2.jaxws.BindingProvider
responseMC - Variable in class org.apache.axis2.jaxws.handler.MEPContext
responseReady(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
This will call the InvocationListener instances that were called during
the request processing for this message.
responseReady(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointCallback
This will call the InvocationListener instances that were called during
the request processing for this message.
responseReady(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.EndpointController
This will call the InvocationListener instances that were called during
the request processing for this message.
retrieveServiceInstance(MessageContext) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method locates an existing service implementation instance if
one has been previously stored away.
roles - Variable in class org.apache.axis2.jaxws.binding.BindingImpl
RPCLitMethodMarshaller - Class in org.apache.axis2.jaxws.marshaller.impl.alt
RPCLitMethodMarshaller() - Constructor for class org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller
SAAJConverter - Interface in org.apache.axis2.jaxws.message.util
SAAJConverter Provides Conversion between SAAJ and OM Constructed via the SAAJConverterFactory
SAAJConverterFactory - Interface in org.apache.axis2.jaxws.message.factory
SAAJConverterFactory Creates an SAAJConverter object A factory is necessary because
implementations may need to plug in their own SAAJ or OM implementations.
SAAJConverterFactoryImpl - Class in org.apache.axis2.jaxws.message.util.impl
SAAJConverterFactoryImpl Get the default SAAJConverter implementation.
SAAJConverterFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.util.impl.SAAJConverterFactoryImpl
Required for Factory instantiation
SAAJConverterImpl - Class in org.apache.axis2.jaxws.message.util.impl
SAAJConverterImpl Provides an conversion methods between OM<->SAAJ
SAAJConverterImpl.NameCreator - Class in org.apache.axis2.jaxws.message.util.impl
A Name can be created from either a SOAPEnvelope or SOAPFactory.
SAAJFactory - Class in org.apache.axis2.jaxws.utility
Provides convenience methods to construct a SOAP 1.1 or SOAP 1.2 SAAJ MessageFactory or
SOAPFactory.
SAAJFactory() - Constructor for class org.apache.axis2.jaxws.utility.SAAJFactory
SAVE_REQUEST_MSG - Static variable in class org.apache.axis2.jaxws.spi.Constants
SAVED_REQUEST_MSG_TEXT - Static variable in class org.apache.axis2.jaxws.spi.Constants
saveWebServiceContext(MessageContext, WebServiceContext) - Method in class org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
This method will provide the function necessary to save the WebServiceContext
associated with the endpoint.
SchemaReader - Interface in org.apache.axis2.jaxws.wsdl
Schema Reader interface is used to read schema from wsdl and derive appropriate package names
from targetnamespace.
SchemaReaderException - Exception in org.apache.axis2.jaxws.wsdl
SchemaReaderException() - Constructor for exception org.apache.axis2.jaxws.wsdl.SchemaReaderException
SchemaReaderException(String, Throwable) - Constructor for exception org.apache.axis2.jaxws.wsdl.SchemaReaderException
SchemaReaderException(String) - Constructor for exception org.apache.axis2.jaxws.wsdl.SchemaReaderException
SchemaReaderException(Throwable) - Constructor for exception org.apache.axis2.jaxws.wsdl.SchemaReaderException
SchemaReaderImpl - Class in org.apache.axis2.jaxws.wsdl.impl
SchemaReaderImpl() - Constructor for class org.apache.axis2.jaxws.wsdl.impl.SchemaReaderImpl
SENDER - Static variable in class org.apache.axis2.jaxws.message.XMLFaultCode
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
serialize(Writer, OMOutputFormat) - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
serialize(XMLStreamWriter) - Method in class org.apache.axis2.datasource.jaxb.JAXBDataSource
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.jaxws.message.databinding.impl.DataSourceBlockImpl
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
serialize(Writer, OMOutputFormat) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
serialize(XMLStreamWriter) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
SERVER_DISABLE_THREAD_SWITCH - Static variable in class org.apache.axis2.jaxws.server.ServerConstants
A constant for the property used to disable the server side
thread switch on async and one way requests.
SERVER_EXECUTOR - Static variable in interface org.apache.axis2.jaxws.utility.ExecutorFactory
ServerConstants - Class in org.apache.axis2.jaxws.server
ServerConstants() - Constructor for class org.apache.axis2.jaxws.server.ServerConstants
serviceClient - Variable in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
serviceDelegate - Variable in class org.apache.axis2.jaxws.BindingProvider
ServiceDelegate - Class in org.apache.axis2.jaxws.spi
The ServiceDelegate serves as the backing implementation for all of the methods in the
Service API.
ServiceDelegate(URL, QName, Class, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.spi.ServiceDelegate
serviceDesc - Variable in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
serviceImplClass - Variable in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
serviceInstance - Variable in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
ServiceInstanceFactory - Interface in org.apache.axis2.jaxws.server
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 - Class in org.apache.axis2.jaxws.server
This class will be responsible for creating an instance of
a web service implementation class for each incoming request
into the JAX-WS runtime.
ServiceInstanceFactoryImpl() - Constructor for class org.apache.axis2.jaxws.server.ServiceInstanceFactoryImpl
serviceName - Variable in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
serviceName(QName) - Method in class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Add the WSDL service name of the endpoint that the endpoint reference will target.
set(Object, Object, Class) - Method in class org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
Set the object
setAddressingConfigured(boolean) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
Set whether Addressing was explicitly configured via metadata.
setAddressingEnabled(boolean) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setAddressingNamespace(String) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
setAddressingNamespace(String) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setAddressingNamespace(String) - Method in interface org.apache.axis2.jaxws.spi.Binding
setAddressingRequired(boolean) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setAddressingResponses(AddressingFeature.Responses) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setApplicationAccessLocked(boolean) - Method in class org.apache.axis2.jaxws.handler.MEPContext
setAsyncResponseListener(AsyncResponse) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setAsyncResponseListener(AsyncResponse) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
setAxis2EndpointReference(EndpointReference) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
setAxis2EndpointReference(EndpointReference) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setAxis2EndpointReference(EndpointReference) - Method in interface org.apache.axis2.jaxws.spi.Binding
setBlockFactoryType(Class) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
setBodyBlock(int, Block) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setBodyBlock(Block) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setBodyBlock(int, Block) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setBodyBlock(Block) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setBodyBlock(int, Block) - Method in interface org.apache.axis2.jaxws.message.XMLPart
setBodyBlock Set the block at the specified index Once set, the Message owns the block.
setBodyBlock(Block) - Method in interface org.apache.axis2.jaxws.message.XMLPart
setBodyBlock Set this as block as the single block for the message.
setByJavaTypeClass(Class) - Method in class org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
setCallback(EndpointCallback) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Sets the callback object to be used for asynchronous
endpoint invocations.
setCallback(EndpointCallback) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
setCausedByException(AxisFault) - Method in class org.apache.axis2.jaxws.core.MessageContext
setCheckedExceptionProperty(MessageContext, Method, Throwable) - Static method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
Determine if the thrown exception is a checked exception.
setClassFinder(ClassFinder) - Method in class org.apache.axis2.jaxws.message.factory.ClassFinderFactory
setConfigurationContext(ConfigurationContext) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Sets the configuration context.
setConfigurator(String, ClientConfigurator) - Static method in class org.apache.axis2.jaxws.registry.ClientConfiguratorRegistry
setConsumed(boolean) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
Once consumed, all instance data objects are nullified to prevent subsequent access
setDefaultNamespace(String) - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
setDefaultNamespace(String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
setDirectory(String) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
setDirectory(String) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployerSupport
Sets the directory.
setDoingSWA() - Method in interface org.apache.axis2.datasource.jaxb.AttachmentContext
Indicate on the context that SWA attachments are encountered
setDoingSWA() - Method in class org.apache.axis2.datasource.jaxb.MessageContextAttachmentContext
setDoingSWA() - Method in class org.apache.axis2.jaxws.message.attachments.MessageAttachmentContext
setDoingSWA(boolean) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setDoingSWA(boolean) - Method in interface org.apache.axis2.jaxws.message.Message
Indicate that an SWA DataHandler was added to the message.
setEndpointContext(EndpointContext) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
setEndpointContextMap(EndpointContextMap) - Static method in class org.apache.axis2.jaxws.addressing.util.EndpointContextMapManager
setEndpointDescription(EndpointDescription) - Method in class org.apache.axis2.jaxws.core.MessageContext
setEndpointDispatcher(EndpointDispatcher) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
setEndpointDispatcher(EndpointDispatcher) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
setEndpointInvocationContext(EndpointInvocationContext) - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
setExceptionProperties(MessageContext, Method, Throwable) - Static method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
Information about the exception is stored on the outbound response context
setExecutor(Executor) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setExecutor(Executor) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
setExecutor(Executor) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
setExecutor(Executor) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
setExtension(String) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
setFactory(Class, Object) - Static method in class org.apache.axis2.jaxws.registry.FactoryRegistry
Add the factory.
setFaultResponseAction(Throwable, MessageContext, MessageContext) - Static method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
setFeatures(WebServiceFeature...) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
setFeatures(WebServiceFeature...) - Method in interface org.apache.axis2.jaxws.spi.Binding
setHandler(JAXWSProxyHandler) - Method in class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
setHandlerChain(List<Handler>) - Method in class org.apache.axis2.jaxws.binding.BindingImpl
setHandlerChain(List<Handler>) - Method in class org.apache.axis2.jaxws.binding.HTTPBinding
setHandlerResolver(HandlerResolver) - Method in class org.apache.axis2.jaxws.spi.ServiceDelegate
setHandlers(List<Handler>) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setHandlers(List<Handler>) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
Sets the list of hanlders for this InvocationContext
setHandlers(List<Handler>) - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
setHeaderBlock(String, String, Block) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setHeaderBlock(String, String, Block) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setHeaderBlock(String, String, Block) - Method in interface org.apache.axis2.jaxws.message.XMLPart
setHeaderBlock
replaces the first existing header block with this new block.
setIndirection(int) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setIndirection(int) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setIndirection(int) - Method in interface org.apache.axis2.jaxws.message.XMLPart
Set indirection.
setInputArgs(Object[]) - Method in class org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
setInvocationContext(InvocationContext) - Method in class org.apache.axis2.jaxws.core.MessageContext
setInvocationListenerFactories(Collection<InvocationListenerFactory>) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Sets the InvocationListenerFactory instances registered with JAX-WS.
setInvocationListenerFactories(Collection<InvocationListenerFactory>) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
setInvocationListeners(List<InvocationListener>) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Sets list of InvocationListener instances
setInvocationListeners(List<InvocationListener>) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
setIsOneWay(boolean) - Method in interface org.apache.axis2.jaxws.server.EndpointInvocationContext
Sets the value for marking the request as a one way invocation.
setIsOneWay(boolean) - Method in class org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
setIsxmlList(boolean) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
setJAXBContext(JAXBContext) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatch
setJAXBContext(JAXBContext) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
setLocalException(Throwable) - Method in class org.apache.axis2.jaxws.core.MessageContext
The local exception is the Throwable object held on the Message from a problem that occurred
due to something other than the server.
setMEP(HandlerChainProcessor.MEP) - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
setMEPContext(MEPContext) - Method in class org.apache.axis2.jaxws.core.MessageContext
Set the wrapper MEPContext.
setMessage(Message) - Method in class org.apache.axis2.jaxws.core.MessageContext
setMessage(Message) - Method in class org.apache.axis2.jaxws.handler.MEPContext
setMessage(SOAPMessage) - Method in class org.apache.axis2.jaxws.handler.SoapMessageContext
setMessage(Message) - Method in class org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
setMessage(Message) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Set the parameter for a given endpoint invocation
setMessageContext(MessageContext) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
setMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
setMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setMessageContext(MessageContext) - Method in interface org.apache.axis2.jaxws.message.Message
JAX-WS Message Context that owns the Message
setMetadata(List<Source>) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
setMimeHeaders(Map) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setMimeHeaders(Map) - Method in interface org.apache.axis2.jaxws.message.Message
Set the transport headers
setMode(Service.Mode) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
setMode(Service.Mode) - Method in class org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
setMode(Service.Mode) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
setMode(Service.Mode) - Method in class org.apache.axis2.jaxws.core.MessageContext
setMonitoring(boolean) - Static method in class org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
Set monitoring
setMonitoring(boolean) - Static method in class org.apache.axis2.datasource.jaxb.JAXBCustomBuilderMonitor
Set monitoring
setMonitoring(boolean) - Static method in class org.apache.axis2.jaxws.message.databinding.JAXBUtilsMonitor
Set monitoring
setMTOMEnabled(boolean) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setMTOMEnabled(boolean) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setMTOMEnabled(boolean) - Method in interface org.apache.axis2.jaxws.message.Message
A message is MTOM enabled if the
associated dispatch/client/impl/provider has a binding type
that enables MTOM.
setMTOMThreshold(int) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
setNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
setNode(String) - Method in class org.apache.axis2.jaxws.message.XMLFault
setOneWay(boolean) - Method in class org.apache.axis2.jaxws.handler.HandlerInvocationContext
setOperationDescription(OperationDescription) - Method in class org.apache.axis2.jaxws.core.MessageContext
setOperationElement(QName) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setOperationElement(QName) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setOperationElement(QName) - Method in interface org.apache.axis2.jaxws.message.XMLPart
Set the operation element qname.
setOperationName(QName) - Method in class org.apache.axis2.jaxws.core.MessageContext
setOutbound(boolean) - Method in class org.apache.axis2.jaxws.core.MessageContext
setParameterDescription(ParameterDescription) - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
setParent(Message) - Method in interface org.apache.axis2.jaxws.message.Block
Set the Message associated with this block (This method is intended to be called by the
Message Implementation only)
setParent(Message) - Method in class org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl
setParent(Message) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
setParent(Message) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setParent(Message) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setParent(Message) - Method in interface org.apache.axis2.jaxws.message.XMLPart
setParent Set the Message object that will hold this XMLPart
setParsedEntityStreamAvailable(boolean) - Method in class org.apache.axis2.jaxws.message.databinding.impl.ParsedEntityReaderImpl
setParsetEntityReader(ParsedEntityReader) - Method in class org.apache.axis2.jaxws.message.factory.ParsedEntityReaderFactory
setPayload(Object, JAXBContext) - Method in class org.apache.axis2.jaxws.handler.LogicalMessageImpl
setPayload(Source) - Method in class org.apache.axis2.jaxws.handler.LogicalMessageImpl
setPortMetadata(DescriptionBuilderComposite) - Static method in class org.apache.axis2.jaxws.spi.ServiceDelegate
NON-STANDARD SPI! Set any metadata to be used on the creation of the NEXT Port by this thread.
setPostPivot() - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setPostPivot() - Method in interface org.apache.axis2.jaxws.message.Message
Indicate that this message is passed the pivot point.
setPrefix(String, String) - Method in class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
setPrefix(String, String) - Method in class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
setProcessType(Class<?>) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
The procesess type to indicate the class of the target of the unmarshaling.
setProperties(Map<String, Object>) - Method in class org.apache.axis2.jaxws.core.MessageContext
setProperties(Map<String, Object>) - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
setProperty(String, Object) - Method in class org.apache.axis2.jaxws.core.MessageContext
setProperty(String, Object) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
setPropertyNoReturn(String, Object) - Method in class org.apache.axis2.jaxws.core.MessageContext
Like getProperty, but does not return prior value.
setProvider(Provider) - Method in class org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher
Set the endpoint provider instance
setQName(QName) - Method in class org.apache.axis2.jaxws.message.impl.BlockImpl
This method is intended for derived objects to set the qName
setRequestMessageContext(MessageContext) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setRequestMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
setRespectBindingEnabled(boolean) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setResponseMessageContext(MessageContext) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setResponseMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
setResponseMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.handler.MEPContext
setRole(String) - Method in class org.apache.axis2.jaxws.message.XMLFault
setRoles(Set<String>) - Method in class org.apache.axis2.jaxws.binding.SOAPBinding
setScope(String, MessageContext.Scope) - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
setScope(String, MessageContext.Scope) - Method in class org.apache.axis2.jaxws.handler.MEPContext
setSecondaryReasons(XMLFaultReason[]) - Method in class org.apache.axis2.jaxws.message.XMLFault
setSeiClazz(Class) - Method in class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
setServer(boolean) - Method in class org.apache.axis2.jaxws.core.MessageContext
Indicate if server role
setServiceClient(ServiceClient) - Method in class org.apache.axis2.jaxws.client.dispatch.BaseDispatch
setServiceClient(ServiceClient) - Method in interface org.apache.axis2.jaxws.core.InvocationContext
setServiceClient(ServiceClient) - Method in class org.apache.axis2.jaxws.core.InvocationContextImpl
setServiceMetadata(DescriptionBuilderComposite) - Static method in class org.apache.axis2.jaxws.spi.ServiceDelegate
NON-STANDARD SPI! Set any metadata to be used on the creation of the NEXT Service by this thread.
setSoapMessageContext(MessageContext) - Method in class org.apache.axis2.jaxws.context.WebServiceContextImpl
setState(InvocationListenerBean.State) - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
setStyle(SOAPBinding.Style) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setStyle(SOAPBinding.Style) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setStyle(SOAPBinding.Style) - Method in interface org.apache.axis2.jaxws.message.XMLPart
Set the Style.
setSubCodes(QName[]) - Method in class org.apache.axis2.jaxws.message.XMLFault
setThrowable(Throwable) - Method in class org.apache.axis2.jaxws.server.InvocationListenerBean
setType(Class) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
setType(Class) - Method in class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
setupSessionContext(Map<String, Object>) - Method in class org.apache.axis2.jaxws.BindingProvider
setWebMethodExceptionProperty(MessageContext, Throwable) - Static method in class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
Store the actual exception on the response context
setWebResult(boolean) - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
setWebResultName(String) - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
setWebResultTNS(String) - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
setWebResultType(Class) - Method in class org.apache.axis2.jaxws.marshaller.MethodParameter
setWebServiceNamespace(String) - Method in class org.apache.axis2.datasource.jaxb.JAXBDSContext
setXMLFault(XMLFault) - Method in class org.apache.axis2.jaxws.message.impl.MessageImpl
setXMLFault(XMLFault) - Method in class org.apache.axis2.jaxws.message.impl.XMLPartBase
setXMLFault(XMLFault) - Method in interface org.apache.axis2.jaxws.message.XMLPart
Change the XMLPart so that it represents the fault described by XMLFault
shouldInvoke(MessageContext) - Method in class org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker
SingleThreadedExecutor - Class in org.apache.axis2.jaxws.utility
A simple Executor implementation that does not create a new thread
for processing work, but just borrows the current thread.
SingleThreadedExecutor() - Constructor for class org.apache.axis2.jaxws.utility.SingleThreadedExecutor
size() - Method in class org.apache.axis2.jaxws.addressing.util.ReferenceParameterList
size() - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
size() - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
size() - Method in class org.apache.axis2.jaxws.handler.MEPContext
size() - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
size() - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
skipEventsTo(int, XMLStreamReader) - Static method in class org.apache.axis2.jaxws.context.listener.ContextListenerUtils
SOAP11_ENV_NS - Static variable in class org.apache.axis2.jaxws.binding.BindingImpl
SOAP12_ENV_NS - Static variable in class org.apache.axis2.jaxws.binding.BindingImpl
SOAP_1_1_PROTOCOL - Static variable in class org.apache.axis2.jaxws.utility.SAAJFactory
SOAP_1_2_PROTOCOL - Static variable in class org.apache.axis2.jaxws.utility.SAAJFactory
SOAP_HTTP_BINDING - Static variable in interface org.apache.axis2.jaxws.Constants
This constant introduces an extension for @BindingType annotation.
SOAPBinding - Class in org.apache.axis2.jaxws.binding
An implementation of the javax.xml.ws.soap.SOAPBinding
interface.
SOAPBinding(EndpointDescription) - Constructor for class org.apache.axis2.jaxws.binding.SOAPBinding
SOAPElementReader - Class in org.apache.axis2.jaxws.message.util
SOAPElementReader Creates an XMLStreamReader backed by a SOAPElement tree.
SOAPElementReader(SOAPElement) - Constructor for class org.apache.axis2.jaxws.message.util.SOAPElementReader
SOAPEnvelopeBlock - Interface in org.apache.axis2.jaxws.message.databinding
SOAPEnvelopeBlock Block represented by an SAAJ SOAPEnvelope.
SOAPEnvelopeBlockFactory - Interface in org.apache.axis2.jaxws.message.factory
SOAPEnvelopeBlockFactory
Creates a SOAPEnvelopeBlock
The FactoryRegistry should be used to get access to the Factory
SOAPEnvelopeBlockFactoryImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
Creates a SOAPEnvelopeBlock
SOAPEnvelopeBlockFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockFactoryImpl
Default Constructor required for Factory
SOAPEnvelopeBlockImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
SOAPEnvelopeBlockImpl(Object, Object, QName, BlockFactory) - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
Called by SOAPEnvelopeBlockFactory
SOAPEnvelopeBlockImpl(OMElement, Object, QName, BlockFactory) - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.SOAPEnvelopeBlockImpl
Called by SOAPEnvelopeBlockFactory
SOAPHeadersAdapter - Class in org.apache.axis2.jaxws.handler
The JAX-WS exposes soap header properties whose value is Map>.
SoapMessageContext - Class in org.apache.axis2.jaxws.handler
The SOAPMessageContext is the context handed to SOAP-based application handlers.
SoapMessageContext(MessageContext) - Constructor for class org.apache.axis2.jaxws.handler.SoapMessageContext
SourceBlock - Interface in org.apache.axis2.jaxws.message.databinding
SourceBlock Block with a business object that is a javax.xml.transform.Source
SourceBlockFactory - Interface in org.apache.axis2.jaxws.message.factory
SourceBlockFactory
Creates a SourceBlock
The FactoryRegistry should be used to get access to the Factory
SourceBlockFactoryImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
SourceBlockFactoryImpl
Creates a SourceBlock
SourceBlockFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockFactoryImpl
Default Constructor required for Factory
SourceBlockImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
SourceBlock
Block containing a business object that is a javax.xml.transform.Source.
SourceBlockImpl(OMElement, QName, BlockFactory) - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.SourceBlockImpl
Constructor called from factory
SourceDataSource - Class in org.apache.axis2.datasource
OMDataSource backed by a source
SourceDataSource(Source) - Constructor for class org.apache.axis2.datasource.SourceDataSource
StackableReader - Class in org.apache.axis2.jaxws.message.util
StackableReader A StackableStreamReader provides an additional method push(XMLStreamReader)
You can call push(...) to add a new XMLStreamReader.
StackableReader(XMLStreamReader) - Constructor for class org.apache.axis2.jaxws.message.util.StackableReader
Create a stackable reader with the initial reader
stackToString(Throwable) - Static method in class org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils
Get a string containing the stack of the specified exception
stackToString() - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
Get a string containing the stack of the current location
stackToString(Throwable) - Static method in class org.apache.axis2.jaxws.utility.JavaUtils
Get a string containing the stack of the specified exception
standaloneSet() - Method in class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
standaloneSet() - Method in class org.apache.axis2.jaxws.message.util.Reader
standaloneSet() - Method in class org.apache.axis2.jaxws.message.util.StackableReader
standaloneSet() - Method in class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
stop() - Method in class org.apache.axis2.jaxws.server.endpoint.EndpointImpl
storeFaultyService(DeploymentFileData, Throwable) - Method in class org.apache.axis2.jaxws.framework.JAXWSDeployer
SubmissionEndpointReference - Class in org.apache.axis2.jaxws.addressing
Java class for EndpointReferenceType complex type.
SubmissionEndpointReference() - Constructor for class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
SubmissionEndpointReference(Source) - Constructor for class org.apache.axis2.jaxws.addressing.SubmissionEndpointReference
SubmissionEndpointReferenceBuilder - Class in org.apache.axis2.jaxws.addressing
SubmissionEndpointReferenceBuilder() - Constructor for class org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
Constructor
supports(Binding) - Method in class org.apache.axis2.jaxws.client.config.AddressingConfigurator
supports(Binding) - Method in class org.apache.axis2.jaxws.client.config.MTOMConfigurator
supports(Binding) - Method in class org.apache.axis2.jaxws.client.config.RespectBindingConfigurator
supports(Binding) - Method in interface org.apache.axis2.jaxws.feature.ClientConfigurator
Indicates whether the configurator supports the specified binding.
validate(String, Object) - Static method in class org.apache.axis2.jaxws.client.PropertyValidator
Checks to see if the property value is valid given the name of the property and the type that
is expected by JAX-WS.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.core.controller.InvocationPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.MEP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.TRACKER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.message.databinding.JAXBUtils.CONSTRUCTION_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.message.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.axis2.jaxws.server.InvocationListenerBean.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.axis2.jaxws.core.controller.InvocationPattern
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Method in class org.apache.axis2.jaxws.handler.AttachmentsAdapter
values() - Method in class org.apache.axis2.jaxws.handler.BaseMessageContext
values() - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.Direction
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.MEP
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum org.apache.axis2.jaxws.handler.HandlerChainProcessor.TRACKER
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Method in class org.apache.axis2.jaxws.handler.MEPContext
values() - Method in class org.apache.axis2.jaxws.handler.SOAPHeadersAdapter
values() - Method in class org.apache.axis2.jaxws.handler.TransportHeadersAdapter
values() - Static method in enum org.apache.axis2.jaxws.message.databinding.JAXBUtils.CONSTRUCTION_TYPE
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum org.apache.axis2.jaxws.message.Protocol
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum org.apache.axis2.jaxws.server.InvocationListenerBean.State
Returns an array containing the constants of this enum type, in
the order they are declared.
VERSIONMISMATCH - Static variable in class org.apache.axis2.jaxws.message.XMLFaultCode
XMLDispatch <T > - Class in org.apache.axis2.jaxws.client.dispatch
XMLDispatch(ServiceDelegate, EndpointDescription, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
XMLDispatch(ServiceDelegate, EndpointDescription, EndpointReference, String, WebServiceFeature...) - Constructor for class org.apache.axis2.jaxws.client.dispatch.XMLDispatch
XMLDispatchAsyncListener - Class in org.apache.axis2.jaxws.client.dispatch
The XMLDispatchAsyncListener is an extension of the
AsyncResponse
class to provide proper deserialization into the target format (XML String or Source).
XMLDispatchAsyncListener(EndpointDescription) - Constructor for class org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
XmlEnumUtils - Class in org.apache.axis2.jaxws.utility
Utility methods for JAXB Enum classes
XMLFault - Class in org.apache.axis2.jaxws.message
This is a value class that is an agnostic representation of a fault.
XMLFault(XMLFaultCode, XMLFaultReason, Block[]) - Constructor for class org.apache.axis2.jaxws.message.XMLFault
Construct Application XMLFault with minimum required information
XMLFault(XMLFaultCode, XMLFaultReason) - Constructor for class org.apache.axis2.jaxws.message.XMLFault
Construct System XMLFault with minimum required information
XMLFaultCode - Class in org.apache.axis2.jaxws.message
Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
XMLFaultCode(QName) - Constructor for class org.apache.axis2.jaxws.message.XMLFaultCode
XMLFaultReason - Class in org.apache.axis2.jaxws.message
Agnostic representation of a Fault Reason/faultstring.
XMLFaultReason(String, String) - Constructor for class org.apache.axis2.jaxws.message.XMLFaultReason
A Fault Reason has the reason text and language
XMLFaultReason(String) - Constructor for class org.apache.axis2.jaxws.message.XMLFaultReason
A Fault Reason with the default language
XMLFaultUtils - Class in org.apache.axis2.jaxws.message.util
Collection of utilities used by the Message implementation to process XMLFaults.
XMLFaultUtils() - Constructor for class org.apache.axis2.jaxws.message.util.XMLFaultUtils
XMLPart - Interface in org.apache.axis2.jaxws.message
XMLPart
The XML portion of a Message
The JAX-WS implementation (proxy, message receiver, etc.) interact with the
Message via Blocks.
XMLPartBase - Class in org.apache.axis2.jaxws.message.impl
XMLPartBase class for an XMLPart An XMLPart is an abstraction of the xml portion of the message.
XMLPartFactory - Interface in org.apache.axis2.jaxws.message.factory
XMLPartFactory
Creates an XMLPart object.
XMLPartFactoryImpl - Class in org.apache.axis2.jaxws.message.impl
MessageFactoryImpl
XMLPartFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.impl.XMLPartFactoryImpl
Default Constructor required for Factory
XMLPartImpl - Class in org.apache.axis2.jaxws.message.impl
XMLPartImpl
This class extends the implementation of the XMLPartBase so that it can define the
transformations between OM, SAAJ SOAPEnvelope and XMLSpine.
XMLRootElementUtil - Class in org.apache.axis2.jaxws.utility
XMLStreamReaderFilter - Class in org.apache.axis2.jaxws.message.util
XMLStreamReaderFilter Abstract class that simply delegates to the initial reader.
XMLStreamReaderFilter(XMLStreamReader) - Constructor for class org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter
Construct a Filter
XMLStreamReaderForXMLSpine - Class in org.apache.axis2.jaxws.message.impl
XMLStreamReaderForXMLSpine
An XMLSpine is composed of many different parts: a sparse OM tree, header blocks, body blocks,
etc.
XMLStreamReaderForXMLSpine(OMElement, Protocol, List<Block>, List<Block>, List<Block>, boolean) - Constructor for class org.apache.axis2.jaxws.message.impl.XMLStreamReaderForXMLSpine
XMLStreamReaderFromDOM - Class in org.apache.axis2.jaxws.message.util.impl
XMLStreamReader created from walking a DOM.
XMLStreamReaderFromDOM(Element) - Constructor for class org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM
Create the XMLStreamReader with an Envelope
XMLStreamWriterArrayFilter - Class in org.apache.axis2.datasource.jaxb
In some cases, we want to marshal an array of objects as a series
of elements instead of a single element containing items.
XMLStreamWriterArrayFilter(XMLStreamWriter) - Constructor for class org.apache.axis2.datasource.jaxb.XMLStreamWriterArrayFilter
XMLStreamWriterWithOS - Class in org.apache.axis2.jaxws.message.util
XMLStreamReader that exposes direct access to the OutputStream.
XMLStreamWriterWithOS(OutputStream, String) - Constructor for class org.apache.axis2.jaxws.message.util.XMLStreamWriterWithOS
XMLStringBlock - Interface in org.apache.axis2.jaxws.message.databinding
XMLStringBlock Block with a business object that is a String containing xml text
XMLStringBlockFactory - Interface in org.apache.axis2.jaxws.message.factory
XMLStringBlockFactory
Creates a XMLStringBlock
The FactoryRegistry should be used to get access to the Factory
XMLStringBlockFactoryImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
XMLStringFactoryImpl
Creates an XMLStringBlock
XMLStringBlockFactoryImpl() - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockFactoryImpl
Default Constructor required for Factory
XMLStringBlockImpl - Class in org.apache.axis2.jaxws.message.databinding.impl
XMLStringBlock
Block containing a business object that is a String of xml text
XMLStringBlockImpl(OMElement, QName, BlockFactory) - Constructor for class org.apache.axis2.jaxws.message.databinding.impl.XMLStringBlockImpl
Constructor called from factory
XMLStringDataSource - Class in org.apache.axis2.datasource
OMDataSource backed by a string containing xml data
XMLStringDataSource(String) - Constructor for class org.apache.axis2.datasource.XMLStringDataSource
XSDListUtils - Class in org.apache.axis2.datasource.jaxb
Utilities to convert to/from xsd:list String to Object[]/List values.