Uses of Interface
org.apache.axis.Handler
Packages that use Handler
Package
Description
-
Uses of Handler in org.apache.axis
Subinterfaces of Handler in org.apache.axisModifier and TypeInterfaceDescriptioninterfaceAHandlerthat executes a 'chain' of child handlers in order.interfaceClasses in org.apache.axis that implement HandlerModifier and TypeClassDescriptionclassAnAxisEngineis the base class for AxisClient and AxisServer.classAFaultableHandleris essentially a wrapper for any other Handler which provides flexible fault handling semantics.classA 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.classA SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains).Fields in org.apache.axis declared as HandlerModifier and TypeFieldDescriptionprotected HandlerSimpleTargetedChain.pivotHandlerprotected HandlerSimpleTargetedChain.requestHandlerprotected HandlerSimpleTargetedChain.responseHandlerprotected HandlerFaultableHandler.workHandlerTheHandlerthat will do the actual work of handeling the fault.Methods in org.apache.axis that return HandlerModifier and TypeMethodDescriptionAxisEngine.getGlobalRequest()Get the global requestHandler.EngineConfiguration.getGlobalRequest()Returns a global request handler.AxisEngine.getGlobalResponse()Get the global responesHandler.EngineConfiguration.getGlobalResponse()Returns a global response handler.AxisEngine.getHandler(String name) Get theHandlerfor a particular local name.EngineConfiguration.getHandler(QName qname) Retrieve an instance of the named handler.Handler[]Chain.getHandlers()Get the list of handlers in the chain.Handler[]SimpleChain.getHandlers()SimpleTargetedChain.getPivotHandler()TargetedChain.getPivotHandler()Returns the Pivot Handler.SimpleTargetedChain.getRequestHandler()TargetedChain.getRequestHandler()Returns the Request handler.SimpleTargetedChain.getResponseHandler()TargetedChain.getResponseHandler()Returns the Response Handler.AxisEngine.getTransport(String name) Get theHandlerthat implements the transport for a local name.EngineConfiguration.getTransport(QName qname) Retrieve an instance of the named transport.Methods in org.apache.axis with parameters of type HandlerModifier and TypeMethodDescriptionvoidChain.addHandler(Handler handler) Adds a handler to the end of the chain.voidSimpleChain.addHandler(Handler handler) booleanDiscover if a handler is in this chain.booleanprotected voidSimpleTargetedChain.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.static voidAxisEngine.normaliseOptions(Handler handler) Normalise the engine's options.voidHandlerIterationStrategy.visit(Handler handler, MessageContext msgContext) Visit a handler with a message context.Constructors in org.apache.axis with parameters of type HandlerModifierConstructorDescriptionFaultableHandler(Handler workHandler) Create a new FaultHandler.SimpleTargetedChain(Handler handler) Constructor for an instance with effectively only a pivot handler.SimpleTargetedChain(Handler reqHandler, Handler pivHandler, Handler respHandler) Constructor which takes real or null request, pivot, and response handlers. -
Uses of Handler in org.apache.axis.client
Classes in org.apache.axis.client that implement HandlerModifier and TypeClassDescriptionclassProvides the equivalent of an "Axis engine" on the client side.Methods in org.apache.axis.client with parameters of type HandlerModifier and TypeMethodDescriptionvoidCall.setClientHandlers(Handler reqHandler, Handler respHandler) Sets the client-side request and response Handlers. -
Uses of Handler in org.apache.axis.configuration
Methods in org.apache.axis.configuration that return HandlerModifier and TypeMethodDescriptionDirProvider.getGlobalRequest()Returns a global request handler.FileProvider.getGlobalRequest()Returns a global request handler.NullProvider.getGlobalRequest()SimpleProvider.getGlobalRequest()Returns a global request handler.DirProvider.getGlobalResponse()Returns a global response handler.FileProvider.getGlobalResponse()Returns a global response handler.NullProvider.getGlobalResponse()SimpleProvider.getGlobalResponse()Returns a global response handler.DirProvider.getHandler(QName qname) retrieve an instance of the named handlerFileProvider.getHandler(QName qname) retrieve an instance of the named handlerNullProvider.getHandler(QName qname) SimpleProvider.getHandler(QName qname) DirProvider.getTransport(QName qname) retrieve an instance of the named transportFileProvider.getTransport(QName qname) retrieve an instance of the named transportNullProvider.getTransport(QName qname) SimpleProvider.getTransport(QName qname) Methods in org.apache.axis.configuration with parameters of type HandlerModifier and TypeMethodDescriptionvoidSimpleProvider.deployTransport(String name, Handler transport) voidSimpleProvider.deployTransport(QName qname, Handler transport) voidSimpleProvider.setGlobalRequest(Handler globalRequest) Set the global request HandlervoidSimpleProvider.setGlobalResponse(Handler globalResponse) Set the global response Handler -
Uses of Handler in org.apache.axis.deployment.wsdd
Fields in org.apache.axis.deployment.wsdd declared as HandlerModifier and TypeFieldDescriptionprotected HandlerWSDDDeployableItem.singletonInstancePlaceholder for hanging on to singleton objectMethods in org.apache.axis.deployment.wsdd that return HandlerModifier and TypeMethodDescriptionWSDDDeployment.getGlobalRequest()WSDDDeployment.getGlobalResponse()WSDDDeployment.getHandler(QName name) Return an instance of the named handler.final HandlerWSDDDeployableItem.getInstance(EngineConfiguration registry) static HandlerWSDDProvider.getInstance(QName providerType, WSDDService service, EngineConfiguration registry) WSDDDeployment.getTransport(QName name) Retrieve an instance of the named transport.WSDDChain.makeNewInstance(EngineConfiguration registry) Creates a new instance of this Chainprotected HandlerWSDDDeployableItem.makeNewInstance(EngineConfiguration registry) Creates a new instance of this deployable.WSDDGlobalConfiguration.makeNewInstance(EngineConfiguration registry) WSDDService.makeNewInstance(EngineConfiguration registry) WSDDTargetedChain.makeNewInstance(EngineConfiguration registry) abstract HandlerWSDDProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) -
Uses of Handler in org.apache.axis.deployment.wsdd.providers
Methods in org.apache.axis.deployment.wsdd.providers that return HandlerModifier and TypeMethodDescriptionWSDDBsfProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDComProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDHandlerProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaCORBAProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaEJBProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaMsgProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaRMIProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaRPCProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) -
Uses of Handler in org.apache.axis.handlers
Classes in org.apache.axis.handlers that implement HandlerModifier and TypeClassDescriptionclassBasicHandleris a utility class which implements simple property setting/getting behavior, and stubs out a lot of the Handler methods.classclassclassclassHandles JAXRPC style handlers.classAJWSHandlersets the target service and JWS filename in the context depending on the JWS configuration and the target URL.classA simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").classThis handler simply prints a custom message to the debug log.classclassJust a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue.classJust a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action.classThis handler uses SOAP headers to do simple session management.classThis handler is used to route SOAP messages to the SOAP monitor service. -
Uses of Handler in org.apache.axis.handlers.http
Classes in org.apache.axis.handlers.http that implement HandlerModifier and TypeClassDescriptionclassAnHTTPActionHandlersimply sets the context's TargetService property from the HTTPAction property.classAnHTTPAuthHandlersimply sets the context's username and password properties from the HTTP auth headers.classAnURLMapperattempts to use the extra path info of this request as the service name. -
Uses of Handler in org.apache.axis.handlers.soap
Classes in org.apache.axis.handlers.soap that implement HandlerModifier and TypeClassDescriptionclassMustUnderstandChecker is used to inject SOAP semantics just before the pivot handler.classASOAPServiceis a Handler which encapsulates a SOAP invocation.Constructors in org.apache.axis.handlers.soap with parameters of type HandlerModifierConstructorDescriptionSOAPService(Handler serviceHandler) Convenience constructor for wrapping SOAP semantics around "service handlers" which actually do work.SOAPService(Handler reqHandler, Handler pivHandler, Handler respHandler) Constructor with real or null request, pivot, and response handlers. -
Uses of Handler in org.apache.axis.providers
Classes in org.apache.axis.providers that implement HandlerModifier and TypeClassDescriptionclassThis class has one way of keeping track of the operations declared for a particular service provider.classclass -
Uses of Handler in org.apache.axis.providers.java
Classes in org.apache.axis.providers.java that implement HandlerModifier and TypeClassDescriptionclassA basic CORBA ProviderclassA basic EJB ProviderclassBase class for Java dispatching.classDeal with message-style Java services.classA basic RMI ProviderclassImplement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object.Methods in org.apache.axis.providers.java with parameters of type HandlerModifier and TypeMethodDescriptionprotected StringJavaProvider.getServiceClassName(Handler service) Return the class name of the serviceJavaProvider.getServiceObject(MessageContext msgContext, Handler service, String clsName, IntHolder scopeHolder) Get the service object whose method actually provides the service.protected StringCORBAProvider.getStrOption(String optionName, Handler service) Get a String option by looking first in the service options, and then at the Handler's options.protected StringEJBProvider.getStrOption(String optionName, Handler service) Get a String option by looking first in the service options, and then at the Handler's options.protected StringRMIProvider.getStrOption(String optionName, Handler service) Get a String option by looking first in the service options, and then at the Handler's options. -
Uses of Handler in org.apache.axis.server
Classes in org.apache.axis.server that implement HandlerModifier and TypeClassDescriptionclassclassTransport is a targeted chain that knows it's a transport. -
Uses of Handler in org.apache.axis.strategies
Methods in org.apache.axis.strategies with parameters of type HandlerModifier and TypeMethodDescriptionvoidInvocationStrategy.visit(Handler handler, MessageContext msgContext) voidWSDLGenStrategy.visit(Handler handler, MessageContext msgContext) -
Uses of Handler in org.apache.axis.transport.http
Classes in org.apache.axis.transport.http that implement HandlerModifier and TypeClassDescriptionclassThis class uses Jakarta Commons's HttpClient to call a SOAP server.classThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of Handler in org.apache.axis.transport.java
Classes in org.apache.axis.transport.java that implement Handler -
Uses of Handler in org.apache.axis.transport.jms
Classes in org.apache.axis.transport.jms that implement HandlerModifier and TypeClassDescriptionclassThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of Handler in org.apache.axis.transport.local
Classes in org.apache.axis.transport.local that implement HandlerModifier and TypeClassDescriptionclassTiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.classThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of Handler in org.apache.axis.transport.mail
Classes in org.apache.axis.transport.mail that implement HandlerModifier and TypeClassDescriptionclassThis is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3