Uses of Class org.apache.axis.handlers.BasicHandler

Uses in package org.apache.axis

Classes derived from org.apache.axis.handlers.BasicHandler

class
An AxisEngine is the base class for AxisClient and AxisServer.
class
A FaultableHandler is essentially a wrapper for any other Handler which provides flexible fault handling semantics.
class
A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection.
class
A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains).

Uses in package org.apache.axis.transport.http

Classes derived from org.apache.axis.handlers.BasicHandler

class
This class uses Jakarta Commons's HttpClient to call a SOAP server.
class
This is meant to be used on a SOAP Client to call a SOAP server.

Uses in package org.apache.axis.handlers

Classes derived from org.apache.axis.handlers.BasicHandler

class
class
class
class
Handles JAXRPC style handlers.
class
A JWSHandler sets the target service and JWS filename in the context depending on the JWS configuration and the target URL.
class
A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").
class
This handler simply prints a custom message to the debug log.
class
class
Just a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue.
class
Just a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action.
class
This handler uses SOAP headers to do simple session management.
class
This handler is used to route SOAP messages to the SOAP monitor service.

Uses in package org.apache.axis.transport.jms

Classes derived from org.apache.axis.handlers.BasicHandler

class
This is meant to be used on a SOAP Client to call a SOAP server.

Uses in package org.apache.axis.providers.java

Classes derived from org.apache.axis.handlers.BasicHandler

class
A basic CORBA Provider
class
A basic EJB Provider
class
Base class for Java dispatching.
class
Deal with message-style Java services.
class
A basic RMI Provider
class
Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object.

Uses in package org.apache.axis.server

Classes derived from org.apache.axis.handlers.BasicHandler

class
class
Transport is a targeted chain that knows it's a transport.

Uses in package org.apache.axis.handlers.soap

Classes derived from org.apache.axis.handlers.BasicHandler

class
MustUnderstandChecker is used to inject SOAP semantics just before the pivot handler.
class
A SOAPService is a Handler which encapsulates a SOAP invocation.

Uses in package org.apache.axis.transport.mail

Classes derived from org.apache.axis.handlers.BasicHandler

class
This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3

Uses in package org.apache.axis.transport.java

Classes derived from org.apache.axis.handlers.BasicHandler

class

Uses in package org.apache.axis.providers

Classes derived from org.apache.axis.handlers.BasicHandler

class
This class has one way of keeping track of the operations declared for a particular service provider.
class
class

Uses in package org.apache.axis.client

Classes derived from org.apache.axis.handlers.BasicHandler

class
Provides the equivalent of an "Axis engine" on the client side.

Uses in package org.apache.axis.handlers.http

Classes derived from org.apache.axis.handlers.BasicHandler

class
An HTTPActionHandler simply sets the context's TargetService property from the HTTPAction property.
class
An HTTPAuthHandler simply sets the context's username and password properties from the HTTP auth headers.
class
An URLMapper attempts to use the extra path info of this request as the service name.

Uses in package org.apache.axis.transport.local

Classes derived from org.apache.axis.handlers.BasicHandler

class
Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.
class
This is meant to be used on a SOAP Client to call a SOAP server.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.