Uses of Class
org.apache.axis.handlers.BasicHandler
-
-
Uses of BasicHandler in org.apache.axis
Subclasses of BasicHandler in org.apache.axis Modifier and Type Class Description classAxisEngineAnAxisEngineis the base class for AxisClient and AxisServer.classFaultableHandlerAFaultableHandleris essentially a wrapper for any other Handler which provides flexible fault handling semantics.classSimpleChainA 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.classSimpleTargetedChainA SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains). -
Uses of BasicHandler in org.apache.axis.client
Subclasses of BasicHandler in org.apache.axis.client Modifier and Type Class Description classAxisClientProvides the equivalent of an "Axis engine" on the client side. -
Uses of BasicHandler in org.apache.axis.handlers
Subclasses of BasicHandler in org.apache.axis.handlers Modifier and Type Class Description classDebugHandlerclassEchoHandlerclassErrorHandlerclassJAXRPCHandlerHandles JAXRPC style handlers.classJWSHandlerAJWSHandlersets the target service and JWS filename in the context depending on the JWS configuration and the target URL.classLogHandlerA simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").classLogMessageThis handler simply prints a custom message to the debug log.classMD5AttachHandlerclassSimpleAuthenticationHandlerJust a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue.classSimpleAuthorizationHandlerJust a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action.classSimpleSessionHandlerThis handler uses SOAP headers to do simple session management.classSOAPMonitorHandlerThis handler is used to route SOAP messages to the SOAP monitor service. -
Uses of BasicHandler in org.apache.axis.handlers.http
Subclasses of BasicHandler in org.apache.axis.handlers.http Modifier and Type Class Description classHTTPActionHandlerAnHTTPActionHandlersimply sets the context's TargetService property from the HTTPAction property.classHTTPAuthHandlerAnHTTPAuthHandlersimply sets the context's username and password properties from the HTTP auth headers.classURLMapperAnURLMapperattempts to use the extra path info of this request as the service name. -
Uses of BasicHandler in org.apache.axis.handlers.soap
Subclasses of BasicHandler in org.apache.axis.handlers.soap Modifier and Type Class Description classMustUnderstandCheckerMustUnderstandChecker is used to inject SOAP semantics just before the pivot handler.classSOAPServiceASOAPServiceis a Handler which encapsulates a SOAP invocation. -
Uses of BasicHandler in org.apache.axis.providers
Subclasses of BasicHandler in org.apache.axis.providers Modifier and Type Class Description classBasicProviderThis class has one way of keeping track of the operations declared for a particular service provider.classBSFProviderclassComProvider -
Uses of BasicHandler in org.apache.axis.providers.java
Subclasses of BasicHandler in org.apache.axis.providers.java Modifier and Type Class Description classCORBAProviderA basic CORBA ProviderclassEJBProviderA basic EJB ProviderclassJavaProviderBase class for Java dispatching.classMsgProviderDeal with message-style Java services.classRMIProviderA basic RMI ProviderclassRPCProviderImplement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object. -
Uses of BasicHandler in org.apache.axis.server
Subclasses of BasicHandler in org.apache.axis.server Modifier and Type Class Description classAxisServerclassTransportTransport is a targeted chain that knows it's a transport. -
Uses of BasicHandler in org.apache.axis.transport.http
Subclasses of BasicHandler in org.apache.axis.transport.http Modifier and Type Class Description classCommonsHTTPSenderThis class uses Jakarta Commons's HttpClient to call a SOAP server.classHTTPSenderThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of BasicHandler in org.apache.axis.transport.java
Subclasses of BasicHandler in org.apache.axis.transport.java Modifier and Type Class Description classJavaSender -
Uses of BasicHandler in org.apache.axis.transport.jms
Subclasses of BasicHandler in org.apache.axis.transport.jms Modifier and Type Class Description classJMSSenderThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of BasicHandler in org.apache.axis.transport.local
Subclasses of BasicHandler in org.apache.axis.transport.local Modifier and Type Class Description classLocalResponderTiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.classLocalSenderThis is meant to be used on a SOAP Client to call a SOAP server. -
Uses of BasicHandler in org.apache.axis.transport.mail
Subclasses of BasicHandler in org.apache.axis.transport.mail Modifier and Type Class Description classMailSenderThis is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3
-