Uses of Interface org.apache.axis.Handler

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

Classes implementing org.apache.axis.Handler

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 implementing org.apache.axis.Handler

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.

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

Classes implementing org.apache.axis.Handler

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

Constructors with parameter type org.apache.axis.Handler

Convenience constructor for wrapping SOAP semantics around "service handlers" which actually do work.
SOAPService.SOAPService(Handler reqHandler, Handler pivHandler, Handler respHandler)
Constructor with real or null request, pivot, and response handlers.

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

Classes implementing org.apache.axis.Handler

class

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

Classes implementing org.apache.axis.Handler

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.server

Classes implementing org.apache.axis.Handler

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

Uses in package org.apache.axis.deployment.wsdd.providers

Methods with return type org.apache.axis.Handler

Handler
Handler
Handler
Handler
Handler
Handler
Handler
Handler

Uses in package org.apache.axis.client

Classes implementing org.apache.axis.Handler

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

Methods with parameter type org.apache.axis.Handler

void
Call.setClientHandlers(Handler reqHandler, Handler respHandler)
Sets the client-side request and response Handlers.

Uses in package org.apache.axis.configuration

Methods with parameter type org.apache.axis.Handler

void
SimpleProvider.deployTransport(String name, Handler transport)
void
void
Set the global request Handler
void
Set the global response Handler

Methods with return type org.apache.axis.Handler

Handler
Returns a global request handler.
Handler
Returns a global request handler.
Handler
Handler
Returns a global request handler.
Handler
Returns a global response handler.
Handler
Returns a global response handler.
Handler
Handler
Returns a global response handler.
Handler
retrieve an instance of the named handler
Handler
retrieve an instance of the named handler
Handler
Handler
Retrieve an instance of the named handler.
Handler
retrieve an instance of the named transport
Handler
retrieve an instance of the named transport
Handler
Handler
Retrieve an instance of the named transport.

Uses in package org.apache.axis

Classes implementing org.apache.axis.Handler

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).

Constructors with parameter type org.apache.axis.Handler

Create a new FaultHandler.
Constructor for an instance with effectively only a pivot handler.
SimpleTargetedChain.SimpleTargetedChain(Handler reqHandler, Handler pivHandler, Handler respHandler)
Constructor which takes real or null request, pivot, and response handlers.

Fields of type org.apache.axis.Handler

Handler
Handler
Handler
Handler
The Handler that will do the actual work of handeling the fault.

Methods with parameter type org.apache.axis.Handler

void
Adds a handler to the end of the chain.
void
boolean
Discover if a handler is in this chain.
boolean
void
SimpleTargetedChain.init(Handler reqHandler, Handler specialReqHandler, Handler pivHandler, Handler specialRespHandler, Handler respHandler)
Initialiser which takes real or null request, pivot, and response handlers and which allows for special request and response handlers to be inserted just before and after any pivot handler.
void
Normalise the engine's options.
void
Visit a handler with a message context.

Methods with return type org.apache.axis.Handler

Handler
Get the global request Handler.
Handler
Returns a global request handler.
Handler
Get the global respones Handler.
Handler
Returns a global response handler.
Handler
AxisEngine.getHandler(String name)
Get the Handler for a particular local name.
Handler
Retrieve an instance of the named handler.
Handler[]
Get the list of handlers in the chain.
Handler[]
Handler
Handler
Returns the Pivot Handler.
Handler
Handler
Returns the Request handler.
Handler
Handler
Returns the Response Handler.
Handler
AxisEngine.getTransport(String name)
Get the Handler that implements the transport for a local name.
Handler
Retrieve an instance of the named transport.

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

Classes implementing org.apache.axis.Handler

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 implementing org.apache.axis.Handler

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.

Methods with parameter type org.apache.axis.Handler

String
Return the class name of the service
Object
JavaProvider.getServiceObject(MessageContext msgContext, Handler service, String clsName, IntHolder scopeHolder)
Get the service object whose method actually provides the service.
String
CORBAProvider.getStrOption(String optionName, Handler service)
Get a String option by looking first in the service options, and then at the Handler's options.
String
EJBProvider.getStrOption(String optionName, Handler service)
Get a String option by looking first in the service options, and then at the Handler's options.
String
RMIProvider.getStrOption(String optionName, Handler service)
Get a String option by looking first in the service options, and then at the Handler's options.

Uses in package org.apache.axis.deployment.wsdd

Fields of type org.apache.axis.Handler

Handler
Placeholder for hanging on to singleton object

Methods with return type org.apache.axis.Handler

Handler
Returns a global request handler.
Handler
Returns a global response handler.
Handler
Return an instance of the named handler.
Handler
WSDDProvider.getInstance(QName providerType, WSDDService service, EngineConfiguration registry)
Handler
Handler
Retrieve an instance of the named transport.
Handler
Creates a new instance of this Chain
Handler
Creates a new instance of this deployable.
Handler
Handler
Handler
Handler

Uses in package org.apache.axis.handlers

Classes implementing org.apache.axis.Handler

class
BasicHandler is a utility class which implements simple property setting/getting behavior, and stubs out a lot of the Handler methods.
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.strategies

Methods with parameter type org.apache.axis.Handler

void
void

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

Classes implementing org.apache.axis.Handler

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.providers

Classes implementing org.apache.axis.Handler

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

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