Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDatagramTransportListener<E extends DatagramEndpoint> - Class in org.apache.axis2.transport.base.datagram
- AbstractDatagramTransportListener() - Constructor for class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- AbstractPollingTransportListener<T extends AbstractPollTableEntry> - Class in org.apache.axis2.transport.base
- AbstractPollingTransportListener() - Constructor for class org.apache.axis2.transport.base.AbstractPollingTransportListener
- AbstractPollTableEntry - Class in org.apache.axis2.transport.base
- AbstractPollTableEntry() - Constructor for class org.apache.axis2.transport.base.AbstractPollTableEntry
- AbstractTransportListener - Class in org.apache.axis2.transport.base
- AbstractTransportListener() - Constructor for class org.apache.axis2.transport.base.AbstractTransportListener
-
A constructor that makes subclasses pick up the correct logger
- AbstractTransportListenerEx<E extends ProtocolEndpoint> - Class in org.apache.axis2.transport.base
-
Partial implementation of
AbstractTransportListenerwith a higher level of abstraction. - AbstractTransportListenerEx() - Constructor for class org.apache.axis2.transport.base.AbstractTransportListenerEx
- AbstractTransportSender - Class in org.apache.axis2.transport.base
- AbstractTransportSender() - Constructor for class org.apache.axis2.transport.base.AbstractTransportSender
-
A constructor that makes subclasses pick up the correct logger
- add(T) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- addAll(Collection<? extends T>) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- addBuilder(String, Builder) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- addEndpoint(E) - Method in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher
- addEndpoint(URLEndpoint) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- addErrorListener(TransportErrorListener) - Method in interface org.apache.axis2.transport.base.event.TransportErrorSource
- addErrorListener(TransportErrorListener) - Method in class org.apache.axis2.transport.base.event.TransportErrorSourceSupport
- addParameter(Parameter) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- AXIOMPAYLOADNS - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The name of the element which wraps binary content into a SOAP envelope
- AxisServiceFilter - Interface in org.apache.axis2.transport.base.tracker
-
Filter for
AxisServiceinstances. - AxisServiceTracker - Class in org.apache.axis2.transport.base.tracker
-
Tracks services deployed in a given
AxisConfiguration. - AxisServiceTracker(AxisConfiguration, AxisServiceFilter, AxisServiceTrackerListener) - Constructor for class org.apache.axis2.transport.base.tracker.AxisServiceTracker
- AxisServiceTrackerListener - Interface in org.apache.axis2.transport.base.tracker
-
Listener for events generated by an
AxisServiceTracker.
B
- BaseConstants - Class in org.apache.axis2.transport.base
- BaseConstants() - Constructor for class org.apache.axis2.transport.base.BaseConstants
- BaseTransportException - Exception in org.apache.axis2.transport.base
- BaseTransportException(String) - Constructor for exception org.apache.axis2.transport.base.BaseTransportException
- BaseTransportException(String, Exception) - Constructor for exception org.apache.axis2.transport.base.BaseTransportException
- BaseUtils - Class in org.apache.axis2.transport.base
- BaseUtils() - Constructor for class org.apache.axis2.transport.base.BaseUtils
- BinaryBuilder - Class in org.apache.axis2.format
-
Message builder for binary payloads.
- BinaryBuilder() - Constructor for class org.apache.axis2.format.BinaryBuilder
- BinaryFormatter - Class in org.apache.axis2.format
- BinaryFormatter() - Constructor for class org.apache.axis2.format.BinaryFormatter
C
- CALLBACK_TABLE - Static variable in class org.apache.axis2.transport.base.BaseConstants
- cfgCtx - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
the axis2 configuration context
- cfgCtx - Variable in class org.apache.axis2.transport.base.AbstractTransportSender
-
the axis2 configuration context
- CHARSET_PARAM - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
character set marker to identify charset from a Content-Type string
- CLASS - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- cleanup(MessageContext) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- clear() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- config - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
Transport Configuration for the respective transports
- contains(Object) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- containsAll(Collection<?>) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- CONTENT_TYPE - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
A message property specifying the content type
- CONTENT_TYPE - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- create(DataSource) - Static method in class org.apache.axis2.format.ManagedDataSourceFactory
-
Create a
ManagedDataSourceproxy for an existing data source. - create(String) - Method in class org.apache.axis2.transport.base.endpoint.config.URLEndpointsConfigurationFactory
- create(OMElement) - Method in class org.apache.axis2.transport.base.endpoint.config.URLEndpointFactory
- create(OMElement) - Method in class org.apache.axis2.transport.base.endpoint.config.URLEndpointsConfigurationFactory
- createDispatcher(DatagramDispatcherCallback) - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- createEndpoint() - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- createEndpoint() - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- createMessageContext() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Create a new axis MessageContext for an incoming message through this transport
- createMessageContext() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
- createResponseMessageContext(MessageContext) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Create a new axis MessageContext for an incoming response message through this transport, for the given outgoing message
D
- DatagramDispatcher<E> - Interface in org.apache.axis2.transport.base.datagram
- DatagramDispatcherCallback - Interface in org.apache.axis2.transport.base.datagram
- DatagramEndpoint - Class in org.apache.axis2.transport.base.datagram
-
Endpoint description.
- DatagramEndpoint() - Constructor for class org.apache.axis2.transport.base.datagram.DatagramEndpoint
- DatagramOutTransportInfo - Class in org.apache.axis2.transport.base.datagram
- DatagramOutTransportInfo() - Constructor for class org.apache.axis2.transport.base.datagram.DatagramOutTransportInfo
- DataSourceMessageBuilder - Interface in org.apache.axis2.format
-
Message builder able to build messages from
DataSourceobjects. - DEFAULT_BINARY_WRAPPER - Static variable in class org.apache.axis2.transport.base.BaseConstants
- DEFAULT_OPERATION - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined
- DEFAULT_POLL_INTERVAL - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The default poll interval in milliseconds.
- DEFAULT_TEXT_WRAPPER - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The name of the element which wraps plain text content into a SOAP envelope
- DefaultWaterMarkQueue<T> - Class in org.apache.axis2.transport.base.threads.watermark
-
A Default implementation for WaterMarkQueue interface.
- DefaultWaterMarkQueue(int) - Constructor for class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
-
Create a
WaterMarkQueuewith a waterMark. - DefaultWaterMarkQueue(int, int) - Constructor for class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
-
Create a
WaterMarkQueuewith a waterMark. - destroy() - Method in interface org.apache.axis2.format.ManagedDataSource
-
Close all streams that have been requested from this data source and that are not yet closed.
- destroy() - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- destroy() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- destroy() - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- disableTransportForService(AxisService) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- doCreateEndpoint() - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- doInit() - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- doInit() - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
-
Initialize the transport.
- doInit() - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- drainTo(Collection<? super T>) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- drainTo(Collection<? super T>, int) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
E
- element() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- ENDPOINT - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- error(AxisService, Throwable) - Method in class org.apache.axis2.transport.base.event.TransportErrorSourceSupport
- error(TransportError) - Method in interface org.apache.axis2.transport.base.event.TransportErrorListener
- execute(Runnable) - Method in class org.apache.axis2.transport.base.threads.NativeWorkerPool
- execute(Runnable) - Method in interface org.apache.axis2.transport.base.threads.WorkerPool
-
Asynchronously execute the given task using one of the threads of the worker pool.
F
- FAILED - Static variable in class org.apache.axis2.transport.base.AbstractPollTableEntry
- FAULT_MESSAGE - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
A message context property indicating "TRUE", if a transport or the message builder has information that the current message is a fault (e.g.
- formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.BinaryFormatter
- formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.PlainTextFormatter
G
- getActiveCount() - Method in class org.apache.axis2.transport.base.threads.NativeWorkerPool
- getActiveCount() - Method in interface org.apache.axis2.transport.base.threads.WorkerPool
- getActiveThreadCount() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Returns the number of active threads processing messages
- getActiveThreadCount() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Returns the number of active threads processing messages
- getActiveThreadCount() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getActiveThreadCount() - Method in class org.apache.axis2.transport.base.TransportView
- getActiveThreadCount() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getAddresses() - Method in class org.apache.axis2.transport.base.TransportListenerEndpointView
- getAddresses() - Method in interface org.apache.axis2.transport.base.TransportListenerEndpointViewMBean
- getAvgSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getAvgSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getAvgSizeReceived() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getAvgSizeReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getAvgSizeReceived() - Method in class org.apache.axis2.transport.base.TransportView
- getAvgSizeReceived() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getAvgSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getAvgSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getAvgSizeSent() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getAvgSizeSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getAvgSizeSent() - Method in class org.apache.axis2.transport.base.TransportView
- getAvgSizeSent() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getBooleanValue(String, boolean) - Method in class org.apache.axis2.transport.base.TransportConfiguration
-
Get properties that tune nhttp transport.
- getBuilder(String) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- getBytesReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getBytesReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getBytesReceived() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getBytesReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getBytesReceived() - Method in class org.apache.axis2.transport.base.TransportView
- getBytesReceived() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getBytesSent() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getBytesSent() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getBytesSent() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getBytesSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getBytesSent() - Method in class org.apache.axis2.transport.base.TransportView
- getBytesSent() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getClientCoreThreads() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getClientKeepalive() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getClientMaxThreads() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getClientQueueLen() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getConfiguration(String) - Static method in class org.apache.axis2.transport.base.TransportConfiguration
- getConfigurationContext() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getConfigurationContext() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
-
Get the Axis2 configuration context.
- getContentType() - Method in class org.apache.axis2.format.TextFromElementDataSource
- getContentType() - Method in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
- getContentType() - Method in class org.apache.axis2.transport.base.datagram.DatagramOutTransportInfo
- getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.BinaryFormatter
- getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.PlainTextFormatter
- getDataSource(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.BinaryFormatter
- getDataSource(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.format.PlainTextFormatter
- getDescription() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
-
Get a short description of this endpoint suitable for inclusion in log messages.
- getEndpoint(String) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
-
Return the endpoint matching the given URL.
- getEndpointReferences(AxisService, String) - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
-
Get the endpoint references for this protocol endpoint.
- getEndpoints() - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
-
Get the collection of all protocol endpoints managed by this transport, including the endpoint configured at the transport level.
- getEndpoints() - Method in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- getEPRForService(String, String) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
This is a deprecated method in Axis2 and this default implementation returns the first result from the getEPRsForService() method
- getEPRProperties(String) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Extract the properties from an endpoint reference.
- getEPRsForService(String) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getEPRsForService(String, String) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getEPRsForService(String, String) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- getException() - Method in class org.apache.axis2.transport.base.event.TransportError
- getFaultsReceiving() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getFaultsReceiving() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getFaultsReceiving() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getFaultsReceiving() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getFaultsReceiving() - Method in class org.apache.axis2.transport.base.TransportView
- getFaultsReceiving() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getFaultsSending() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getFaultsSending() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getFaultsSending() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getFaultsSending() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getFaultsSending() - Method in class org.apache.axis2.transport.base.TransportView
- getFaultsSending() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getInputStream() - Method in class org.apache.axis2.format.TextFromElementDataSource
- getLastPollState() - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- getLastPollTime() - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- getLastResetTime() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getLastResetTime() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getLastResetTime() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getLastResetTime() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getLastResetTime() - Method in class org.apache.axis2.transport.base.TransportView
- getLastResetTime() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getLevel() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getListener() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
- getMaxSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMaxSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMaxSizeReceived() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMaxSizeReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getMaxSizeReceived() - Method in class org.apache.axis2.transport.base.TransportView
- getMaxSizeReceived() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMaxSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMaxSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMaxSizeSent() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMaxSizeSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getMaxSizeSent() - Method in class org.apache.axis2.transport.base.TransportView
- getMaxSizeSent() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMBeanName() - Method in class org.apache.axis2.transport.base.TransportMBeanSupport
- getMessageFormatter(MessageContext) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Get the MessageFormatter for the given message.
- getMessagesReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMessagesReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMessagesReceived() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMessagesReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getMessagesReceived() - Method in class org.apache.axis2.transport.base.TransportView
- getMessagesReceived() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMessagesSent() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMessagesSent() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMessagesSent() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMessagesSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
-
Get the number of messages sent.
- getMessagesSent() - Method in class org.apache.axis2.transport.base.TransportView
- getMessagesSent() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMetrics() - Method in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
- getMetricsCollector() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMetricsWindow() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMetricsWindow() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMetricsWindow() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMetricsWindow() - Method in class org.apache.axis2.transport.base.TransportView
- getMetricsWindow() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMinSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMinSizeReceived() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMinSizeReceived() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMinSizeReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getMinSizeReceived() - Method in class org.apache.axis2.transport.base.TransportView
- getMinSizeReceived() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getMinSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getMinSizeSent() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getMinSizeSent() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getMinSizeSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getMinSizeSent() - Method in class org.apache.axis2.transport.base.TransportView
- getMinSizeSent() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getName() - Method in class org.apache.axis2.format.TextFromElementDataSource
- getNextPollTime() - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- getOMOutputFormat(MessageContext) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Get the OMOutput format for the given message
- getOptionalParam(ParameterInclude, String) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getOptionalParamBoolean(ParameterInclude, String, boolean) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getOptionalParamInt(ParameterInclude, String) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getOptionalParamInt(ParameterInclude, String, int) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getOutputStream() - Method in class org.apache.axis2.format.TextFromElementDataSource
- getParameter(String) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- getParameters() - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- getPollInterval() - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- getProperty(String, int) - Method in class org.apache.axis2.transport.base.TransportConfiguration
-
Get properties that tune nhttp transport.
- getQNameFromString(Object) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Return a QName from the String passed in of the form {ns}element
- getQueueSize() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Return the number of requests queued in the thread pool
- getQueueSize() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Return the number of requests queued in the thread pool
- getQueueSize() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getQueueSize() - Method in class org.apache.axis2.transport.base.threads.NativeWorkerPool
- getQueueSize() - Method in interface org.apache.axis2.transport.base.threads.WorkerPool
- getQueueSize() - Method in class org.apache.axis2.transport.base.TransportView
- getQueueSize() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getRequiredParam(ParameterInclude, String) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getRequiredParamInt(ParameterInclude, String) - Static method in class org.apache.axis2.transport.base.ParamUtils
- getResponseCodeTable() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getResponseCodeTable() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getResponseCodeTable() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getResponseCodeTable() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getResponseCodeTable() - Method in class org.apache.axis2.transport.base.TransportView
- getResponseCodeTable() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getServerCoreThreads() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getServerKeepalive() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getServerMaxThreads() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getServerQueueLen() - Method in class org.apache.axis2.transport.base.TransportConfiguration
- getService() - Method in class org.apache.axis2.transport.base.event.TransportError
- getService() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
- getServiceName() - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
-
Get the name of the service to which messages received by this endpoint are pre-dispatched.
- getSessionContext(MessageContext) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getSource() - Method in class org.apache.axis2.transport.base.event.TransportError
- getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.axis2.format.BinaryFormatter
- getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.axis2.format.PlainTextFormatter
- getTimeoutsReceiving() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getTimeoutsReceiving() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getTimeoutsReceiving() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getTimeoutsReceiving() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getTimeoutsReceiving() - Method in class org.apache.axis2.transport.base.TransportView
- getTimeoutsReceiving() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getTimeoutsSending() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getTimeoutsSending() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getTimeoutsSending() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- getTimeoutsSending() - Method in class org.apache.axis2.transport.base.MetricsCollector
- getTimeoutsSending() - Method in class org.apache.axis2.transport.base.TransportView
- getTimeoutsSending() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- getTransportInDescription() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getTransportName() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- getTransportName() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- getWorkerPool(int, int, int, int, int, String, String) - Static method in class org.apache.axis2.transport.base.threads.WorkerPoolFactory
- getWorkerPool(int, int, int, int, String, String) - Static method in class org.apache.axis2.transport.base.threads.WorkerPoolFactory
- getWorkerPool(int, int, int, int, String, String, BlockingQueue<Runnable>) - Static method in class org.apache.axis2.transport.base.threads.WorkerPoolFactory
H
- handleException(String) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- handleException(String) - Static method in class org.apache.axis2.transport.base.BaseUtils
- handleException(String, Exception) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- handleException(String, Exception) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- handleException(String, Exception) - Static method in class org.apache.axis2.transport.base.BaseUtils
- handleIncomingMessage(MessageContext, Map, String, String) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Process a new incoming message through the axis engine
- handleIncomingMessage(MessageContext, Map, String, String) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Process a new incoming message (Response) through the axis engine
- HEADER_IN_REPLY_TO - Static variable in class org.apache.axis2.transport.base.BaseConstants
- hexDump(StringBuilder, byte[], int) - Static method in class org.apache.axis2.transport.base.datagram.Utils
I
- incrementBytesReceived(long) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementBytesReceived(long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementBytesReceived(MessageContext, long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementBytesSent(long) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementBytesSent(long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementBytesSent(MessageContext, long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementFaultsReceiving() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementFaultsReceiving(int) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementFaultsReceiving(int, MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementFaultsSending() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementFaultsSending(int) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementFaultsSending(int, MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementMessagesReceived() - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementMessagesReceived() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementMessagesReceived(MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementMessagesSent() - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementMessagesSent() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementMessagesSent(MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementTimeoutsReceiving() - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementTimeoutsReceiving() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementTimeoutsReceiving(MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementTimeoutsSending() - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- incrementTimeoutsSending() - Method in class org.apache.axis2.transport.base.MetricsCollector
- incrementTimeoutsSending(MessageContext) - Method in class org.apache.axis2.transport.base.MetricsCollector
- init(ConfigurationContext, TransportInDescription) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Initialize the generic transport.
- init(ConfigurationContext, TransportInDescription) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- init(ConfigurationContext, TransportOutDescription) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Initialize the generic transport sender.
- invoke(MessageContext) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- isBlank(String) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Utility method to check if a string is null or empty
- isComplete() - Method in class org.apache.axis2.transport.base.SynchronousCallback
- isConcurrentPollingAllowed() - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- isEmpty() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- isMatching(String) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- isNonBlocking - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
is this transport non-blocking?
- isStarted() - Method in class org.apache.axis2.transport.base.tracker.AxisServiceTracker
-
Check whether the tracker is started.
- isUsingTransport(AxisService, String) - Static method in class org.apache.axis2.transport.base.BaseUtils
- iterator() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
J
- JTA_COMMIT_AFTER_SEND - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
A message level property indicating a commit is required after the next immidiate send over a transport
L
- LEVEL_FULL - Static variable in class org.apache.axis2.transport.base.MetricsCollector
- LEVEL_NONE - Static variable in class org.apache.axis2.transport.base.MetricsCollector
- LEVEL_TRANSPORT - Static variable in class org.apache.axis2.transport.base.MetricsCollector
- loadConfiguration(ParameterInclude) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- loadConfiguration(ParameterInclude) - Method in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
- loadConfiguration(ParameterInclude) - Method in class org.apache.axis2.transport.base.ProtocolEndpoint
-
Configure the endpoint based on the provided parameters.
- loadProperties(String) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Loads the properties from a given property file path
- log - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
the reference to the actual commons logger to be used for log messages
- log - Variable in class org.apache.axis2.transport.base.AbstractTransportSender
-
the reference to the actual commons logger to be used for log messages
- logException(String, Exception) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- logException(String, Exception) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
M
- MAIL_CONTENT_TYPE - Static variable in class org.apache.axis2.transport.base.BaseConstants
- maintenenceShutdown(long) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
-
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenence
- maintenenceShutdown(long) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenence
- maintenenceShutdown(long) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- maintenenceShutdown(long) - Method in interface org.apache.axis2.transport.base.ManagementSupport
- maintenenceShutdown(long) - Method in class org.apache.axis2.transport.base.TransportView
- maintenenceShutdown(long) - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- ManagedDataSource - Interface in org.apache.axis2.format
-
Managed data source.
- ManagedDataSourceFactory - Class in org.apache.axis2.format
-
Utility class to create
ManagedDataSourceobjects. - ManagedDataSourceFactory() - Constructor for class org.apache.axis2.format.ManagedDataSourceFactory
- ManagementSupport - Interface in org.apache.axis2.transport.base
- markServiceAsFaulty(String, String, AxisConfiguration) - Static method in class org.apache.axis2.transport.base.BaseUtils
-
Marks the given service as faulty with the given comment
- matches(AxisService) - Method in interface org.apache.axis2.transport.base.tracker.AxisServiceFilter
-
Examine whether a given service matches the filter criteria.
- MESSAGE_BUILDER - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- MESSAGE_BUILDERS - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- MessageLevelMetricsCollector - Interface in org.apache.axis2.transport.base
- metrics - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
Metrics collector for this transport
- metrics - Variable in class org.apache.axis2.transport.base.AbstractTransportSender
-
Metrics collector for the sender
- METRICS_COLLECTOR - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The property specifying an optional message level metrics collector
- MetricsCollector - Class in org.apache.axis2.transport.base
-
Collects metrics related to a transport that has metrics support enabled
- MetricsCollector() - Constructor for class org.apache.axis2.transport.base.MetricsCollector
- MULTIPART_RELATED - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
content type identifier for multipart / MTOM messages
N
- NAME - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- NativeThreadFactory - Class in org.apache.axis2.transport.base.threads
-
This is a simple ThreadFactory implementation using java.util.concurrent Creates threads with the given name prefix
- NativeThreadFactory(ThreadGroup, String) - Constructor for class org.apache.axis2.transport.base.threads.NativeThreadFactory
- NativeWorkerPool - Class in org.apache.axis2.transport.base.threads
-
Worker pool implementation based on java.util.concurrent in JDK 1.5 or later.
- NativeWorkerPool(int, int, int, int, int, String, String) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- NativeWorkerPool(int, int, int, int, int, String, String, RejectedExecutionHandler) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- NativeWorkerPool(int, int, int, int, int, String, String, WaterMarkQueue<Runnable>) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- NativeWorkerPool(int, int, int, int, String, String) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- NativeWorkerPool(int, int, int, int, String, String, BlockingQueue<Runnable>) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- NativeWorkerPool(int, int, int, int, String, String, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.axis2.transport.base.threads.NativeWorkerPool
- newThread(Runnable) - Method in class org.apache.axis2.transport.base.threads.NativeThreadFactory
- NONE - Static variable in class org.apache.axis2.transport.base.AbstractPollTableEntry
- notifyReceivedMessageSize(long) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- notifyReceivedMessageSize(long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- notifyReceivedMessageSize(MessageContext, long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- notifySentMessageSize(long) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- notifySentMessageSize(long) - Method in class org.apache.axis2.transport.base.MetricsCollector
- notifySentMessageSize(MessageContext, long) - Method in class org.apache.axis2.transport.base.MetricsCollector
O
- offer(T) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- offer(T, long, TimeUnit) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- offerAfter(T) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- offerAfter(T) - Method in interface org.apache.axis2.transport.base.threads.watermark.WaterMarkQueue
-
Offer the element after the water mark.
- onPollCompletion(T) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- OPERATION_PARAM - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The Parameter name indicating the operation to dispatch non SOAP/XML messages
- org.apache.axis2.format - package org.apache.axis2.format
- org.apache.axis2.transport.base - package org.apache.axis2.transport.base
- org.apache.axis2.transport.base.datagram - package org.apache.axis2.transport.base.datagram
-
Base classes for datagram transports.
- org.apache.axis2.transport.base.endpoint - package org.apache.axis2.transport.base.endpoint
- org.apache.axis2.transport.base.endpoint.config - package org.apache.axis2.transport.base.endpoint.config
- org.apache.axis2.transport.base.event - package org.apache.axis2.transport.base.event
- org.apache.axis2.transport.base.threads - package org.apache.axis2.transport.base.threads
- org.apache.axis2.transport.base.threads.watermark - package org.apache.axis2.transport.base.threads.watermark
- org.apache.axis2.transport.base.tracker - package org.apache.axis2.transport.base.tracker
-
Contains utility classes to track a dynamic set of services deployed in an Axis configuration.
P
- PARAM_CACHE_USER_TXN - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Parameter that indicates if a UserTransaction reference could be cached - default yes
- PARAM_TRANSACTIONALITY - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The Parameter name indicating the transactionality of a service
- PARAM_USER_TXN_JNDI_NAME - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Parameter name indicating the JNDI name to get a UserTransaction from JNDI
- PARAMETER - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- ParamUtils - Class in org.apache.axis2.transport.base
-
Utility class with methods to manipulate service or transport parameters.
- pause() - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
-
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.
- pause() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.
- pause() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- pause() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- pause() - Method in class org.apache.axis2.transport.base.TransportView
- pause() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- PAUSED - Static variable in class org.apache.axis2.transport.base.BaseConstants
- peek() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- PlainTextBuilder - Class in org.apache.axis2.format
-
Message builder for plain text payloads.
- PlainTextBuilder() - Constructor for class org.apache.axis2.format.PlainTextBuilder
- PlainTextFormatter - Class in org.apache.axis2.format
- PlainTextFormatter() - Constructor for class org.apache.axis2.format.PlainTextFormatter
- poll() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- poll(long, TimeUnit) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- poll(T) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- processDocument(DataSource, String, MessageContext) - Method in class org.apache.axis2.format.BinaryBuilder
- processDocument(DataSource, String, MessageContext) - Method in interface org.apache.axis2.format.DataSourceMessageBuilder
- processDocument(DataSource, String, MessageContext) - Method in class org.apache.axis2.format.PlainTextBuilder
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.axis2.format.BinaryBuilder
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.axis2.format.PlainTextBuilder
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.axis2.format.TextMessageBuilderAdapter
- processDocument(Reader, String, MessageContext) - Method in class org.apache.axis2.format.PlainTextBuilder
- processDocument(Reader, String, MessageContext) - Method in interface org.apache.axis2.format.TextMessageBuilder
- processDocument(Reader, String, MessageContext) - Method in class org.apache.axis2.format.TextMessageBuilderAdapter
- processDocument(String, String, MessageContext) - Method in class org.apache.axis2.format.PlainTextBuilder
- processDocument(String, String, MessageContext) - Method in interface org.apache.axis2.format.TextMessageBuilder
- processDocument(String, String, MessageContext) - Method in class org.apache.axis2.format.TextMessageBuilderAdapter
- processFailure(String, Exception, T) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
-
method to log a failure to the log file and to update the last poll status and time
- ProcessPacketTask - Class in org.apache.axis2.transport.base.datagram
-
Task encapsulating the processing of a datagram.
- ProcessPacketTask(DatagramEndpoint, byte[], int, DatagramOutTransportInfo) - Constructor for class org.apache.axis2.transport.base.datagram.ProcessPacketTask
- ProtocolEndpoint - Class in org.apache.axis2.transport.base
-
Describes a protocol specific endpoint.
- ProtocolEndpoint() - Constructor for class org.apache.axis2.transport.base.ProtocolEndpoint
- put(T) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
R
- receive(DatagramEndpoint, byte[], int, DatagramOutTransportInfo) - Method in interface org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback
-
Receive a message and inject it into the Axis2 engine.
- register() - Method in class org.apache.axis2.transport.base.TransportMBeanSupport
-
Register the
TransportViewMBean. - remainingCapacity() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- remove() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- remove(Object) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- removeAll(Collection<?>) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- removeEndpoint(E) - Method in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher
- removeErrorListener(TransportErrorListener) - Method in interface org.apache.axis2.transport.base.event.TransportErrorSource
- removeErrorListener(TransportErrorListener) - Method in class org.apache.axis2.transport.base.event.TransportErrorSourceSupport
- reportReceivingFault(int) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- reportResponseCode(int) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- reportResponseCode(int) - Method in class org.apache.axis2.transport.base.MetricsCollector
- reportResponseCode(MessageContext, int) - Method in class org.apache.axis2.transport.base.MetricsCollector
- reportSendingFault(int) - Method in interface org.apache.axis2.transport.base.MessageLevelMetricsCollector
- reset() - Method in class org.apache.axis2.transport.base.MetricsCollector
- resetStatistics() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- resetStatistics() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- resetStatistics() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- resetStatistics() - Method in class org.apache.axis2.transport.base.TransportView
- resetStatistics() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- resume() - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
-
Resume the lister - Brings the lister into active mode back from a paused state
- resume() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
-
Resume the lister - Brings the lister into active mode back from a paused state
- resume() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- resume() - Method in interface org.apache.axis2.transport.base.ManagementSupport
- resume() - Method in class org.apache.axis2.transport.base.TransportView
- resume() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- retainAll(Collection<?>) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- run() - Method in class org.apache.axis2.transport.base.datagram.ProcessPacketTask
S
- sendMessage(MessageContext, String, OutTransportInfo) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- serviceAdded(AxisService) - Method in interface org.apache.axis2.transport.base.tracker.AxisServiceTrackerListener
-
Inform the listener that a service has been added to tracker list.
- serviceRemoved(AxisService) - Method in interface org.apache.axis2.transport.base.tracker.AxisServiceTrackerListener
-
Inform the listener that a service has been removed from the tracker list.
- SET_ROLLBACK_ONLY - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
A message level property indicating a request to rollback the transaction associated with the message
- setComplete(boolean) - Method in class org.apache.axis2.transport.base.SynchronousCallback
- setConcurrentPollingAllowed(boolean) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- setContentType(String) - Method in class org.apache.axis2.transport.base.datagram.DatagramOutTransportInfo
- setDefaultBuilder(Builder) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- setInMessageContext(MessageContext) - Method in class org.apache.axis2.transport.base.SynchronousCallback
- setLastPollState(int) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- setLastPollTime(long) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- setLevel(int) - Method in class org.apache.axis2.transport.base.MetricsCollector
- setMetrics(MetricsCollector) - Method in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
- setNextPollTime(long) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- setParameters(MessageContext) - Method in class org.apache.axis2.transport.base.endpoint.URLEndpoint
- setPollInterval(long) - Method in class org.apache.axis2.transport.base.AbstractPollTableEntry
- shutdown(int) - Method in class org.apache.axis2.transport.base.threads.NativeWorkerPool
- shutdown(int) - Method in interface org.apache.axis2.transport.base.threads.WorkerPool
-
Destroy the worker pool.
- size() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- SOAPACTION - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
A message property specifying the SOAP Action
- start() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- start() - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- start() - Method in class org.apache.axis2.transport.base.tracker.AxisServiceTracker
-
Start the tracker.
- start() - Method in class org.apache.axis2.transport.base.TransportView
- start() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- STARTED - Static variable in class org.apache.axis2.transport.base.BaseConstants
- startEndpoint(E) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- startEndpoint(E) - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- startEndpoint(T) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- startListeningForService(AxisService) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- startListeningForService(AxisService) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- state - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
state of the listener
- stop() - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- stop() - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- stop() - Method in class org.apache.axis2.transport.base.AbstractTransportSender
- stop() - Method in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher
- stop() - Method in class org.apache.axis2.transport.base.tracker.AxisServiceTracker
-
Stop the tracker.
- stop() - Method in class org.apache.axis2.transport.base.TransportView
- stop() - Method in interface org.apache.axis2.transport.base.TransportViewMBean
- stopEndpoint(E) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- stopEndpoint(E) - Method in class org.apache.axis2.transport.base.datagram.AbstractDatagramTransportListener
- stopEndpoint(T) - Method in class org.apache.axis2.transport.base.AbstractPollingTransportListener
- stopListeningForService(AxisService) - Method in class org.apache.axis2.transport.base.AbstractTransportListener
- stopListeningForService(AxisService) - Method in class org.apache.axis2.transport.base.AbstractTransportListenerEx
- STOPPED - Static variable in class org.apache.axis2.transport.base.BaseConstants
- STR_TRANSACTION_JTA - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - use JTA transactions
- STR_TRANSACTION_LOCAL - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - use non-JTA (i.e. local) transactions
- STR_TRANSACTION_NONE - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - non-transactional
- SUCCSESSFUL - Static variable in class org.apache.axis2.transport.base.AbstractPollTableEntry
- SynchronousCallback - Class in org.apache.axis2.transport.base
- SynchronousCallback(MessageContext) - Constructor for class org.apache.axis2.transport.base.SynchronousCallback
T
- take() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- TextFromElementDataSource - Class in org.apache.axis2.format
-
Data source that represents the text of a given
OMElement. - TextFromElementDataSource(OMElement, String, String) - Constructor for class org.apache.axis2.format.TextFromElementDataSource
- TextMessageBuilder - Interface in org.apache.axis2.format
-
Message builder able to build messages from a character stream.
- TextMessageBuilderAdapter - Class in org.apache.axis2.format
-
Adapter to add the
TextMessageBuilderinterface to an existingBuilder. - TextMessageBuilderAdapter(Builder) - Constructor for class org.apache.axis2.format.TextMessageBuilderAdapter
- toArray() - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- toArray(T[]) - Method in class org.apache.axis2.transport.base.threads.watermark.DefaultWaterMarkQueue
- TRANSACTION_JTA - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - use JTA transactions
- TRANSACTION_LOCAL - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - use non-JTA (i.e. local) transactions
- TRANSACTION_NONE - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Service transaction level - non-transactional
- TRANSPORT_POLL_IN_PARALLEL - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
Could polling take place in parallel, i.e. starting at fixed intervals?
- TRANSPORT_POLL_INTERVAL - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
the parameter in the services.xml that specifies the poll interval for a service
- TransportConfiguration - Class in org.apache.axis2.transport.base
- TransportError - Class in org.apache.axis2.transport.base.event
- TransportError(Object, AxisService, Throwable) - Constructor for class org.apache.axis2.transport.base.event.TransportError
- TransportErrorListener - Interface in org.apache.axis2.transport.base.event
- TransportErrorSource - Interface in org.apache.axis2.transport.base.event
- TransportErrorSourceSupport - Class in org.apache.axis2.transport.base.event
- TransportErrorSourceSupport(Object) - Constructor for class org.apache.axis2.transport.base.event.TransportErrorSourceSupport
- TransportListenerEndpointView - Class in org.apache.axis2.transport.base
- TransportListenerEndpointView(AbstractTransportListener, String) - Constructor for class org.apache.axis2.transport.base.TransportListenerEndpointView
- TransportListenerEndpointViewMBean - Interface in org.apache.axis2.transport.base
- TransportMBeanSupport - Class in org.apache.axis2.transport.base
-
Support class to register MBeans for transport listeners and senders.
- TransportMBeanSupport(TransportListener, String) - Constructor for class org.apache.axis2.transport.base.TransportMBeanSupport
- TransportMBeanSupport(TransportSender, String) - Constructor for class org.apache.axis2.transport.base.TransportMBeanSupport
- TransportView - Class in org.apache.axis2.transport.base
- TransportView(TransportListener, TransportSender) - Constructor for class org.apache.axis2.transport.base.TransportView
- TransportViewMBean - Interface in org.apache.axis2.transport.base
U
- unregister() - Method in class org.apache.axis2.transport.base.TransportMBeanSupport
-
Unregister the
TransportViewMBean. - URL_PATTERN - Static variable in class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- URLEndpoint - Class in org.apache.axis2.transport.base.endpoint
- URLEndpoint(Pattern) - Constructor for class org.apache.axis2.transport.base.endpoint.URLEndpoint
- URLEndpointFactory - Class in org.apache.axis2.transport.base.endpoint.config
- URLEndpointFactory() - Constructor for class org.apache.axis2.transport.base.endpoint.config.URLEndpointFactory
- URLEndpointsConfiguration - Class in org.apache.axis2.transport.base.endpoint
- URLEndpointsConfiguration() - Constructor for class org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
- URLEndpointsConfigurationFactory - Class in org.apache.axis2.transport.base.endpoint.config
- URLEndpointsConfigurationFactory() - Constructor for class org.apache.axis2.transport.base.endpoint.config.URLEndpointsConfigurationFactory
- useAxis2ThreadPool - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
use the thread pool available in the axis2 configuration context
- USER_TRANSACTION - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The UserTransaction associated with this message
- Utils - Class in org.apache.axis2.transport.base.datagram
-
Utility class with methods used by datagram transports.
W
- waitForSynchronousResponse(MessageContext) - Method in class org.apache.axis2.transport.base.AbstractTransportSender
-
Should the transport sender wait for a synchronous response to be received?
- WaterMarkExecutor - Class in org.apache.axis2.transport.base.threads.watermark
-
An
ExecutorServicethat executes each submitted task using one of possibly several pooled threads, but the execution happens differently from theThreadPoolExecutor. - WaterMarkExecutor(int, int, long, TimeUnit, WaterMarkQueue<Runnable>) - Constructor for class org.apache.axis2.transport.base.threads.watermark.WaterMarkExecutor
- WaterMarkExecutor(int, int, long, TimeUnit, WaterMarkQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.axis2.transport.base.threads.watermark.WaterMarkExecutor
- WaterMarkExecutor(int, int, long, TimeUnit, WaterMarkQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.axis2.transport.base.threads.watermark.WaterMarkExecutor
- WaterMarkExecutor(int, int, long, TimeUnit, WaterMarkQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.axis2.transport.base.threads.watermark.WaterMarkExecutor
- WaterMarkQueue<T> - Interface in org.apache.axis2.transport.base.threads.watermark
-
This queue acts as a queue with a mark.
- WITH_ERRORS - Static variable in class org.apache.axis2.transport.base.AbstractPollTableEntry
- workerPool - Variable in class org.apache.axis2.transport.base.AbstractTransportListener
-
the thread pool to execute actual poll invocations
- WorkerPool - Interface in org.apache.axis2.transport.base.threads
- WorkerPoolFactory - Class in org.apache.axis2.transport.base.threads
-
Worker pool factory.
- WorkerPoolFactory() - Constructor for class org.apache.axis2.transport.base.threads.WorkerPoolFactory
- WRAPPER_PARAM - Static variable in class org.apache.axis2.transport.base.BaseConstants
-
The Parameter name indicating the wrapper element for non SOAP/XML messages
- writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.format.BinaryFormatter
- writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.format.PlainTextFormatter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form