Uses of Class
org.codehaus.xfire.handler.AbstractHandler

Packages that use AbstractHandler
org.codehaus.xfire.addressing   
org.codehaus.xfire.client   
org.codehaus.xfire.fault   
org.codehaus.xfire.handler   
org.codehaus.xfire.service.binding   
org.codehaus.xfire.soap.handler   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.util   
org.codehaus.xfire.util.dom   
 

Uses of AbstractHandler in org.codehaus.xfire.addressing
 

Subclasses of AbstractHandler in org.codehaus.xfire.addressing
 class AddressingInHandler
           
 class AddressingOutHandler
           
 

Uses of AbstractHandler in org.codehaus.xfire.client
 

Subclasses of AbstractHandler in org.codehaus.xfire.client
 class ClientFaultConverter
          Takes an XFireFault and converts it to a local exception type if possible.
 

Uses of AbstractHandler in org.codehaus.xfire.fault
 

Subclasses of AbstractHandler in org.codehaus.xfire.fault
 class FaultSender
          Sends messages out via the out channel on the message exchange.
 

Uses of AbstractHandler in org.codehaus.xfire.handler
 

Subclasses of AbstractHandler in org.codehaus.xfire.handler
 class CustomFaultHandler
          Builds up a custom detail element from an exception.
 class DispatchServiceHandler
          Reads in the message body using the service binding.
 class HandlerPipeline
           
 class LocateBindingHandler
          Finds the appropriate binding to use when invoking a service.
 class OutMessageSender
          Sends messages out via the out channel on the message exchange.
 

Uses of AbstractHandler in org.codehaus.xfire.service.binding
 

Subclasses of AbstractHandler in org.codehaus.xfire.service.binding
 class ServiceInvocationHandler
           
 

Uses of AbstractHandler in org.codehaus.xfire.soap.handler
 

Subclasses of AbstractHandler in org.codehaus.xfire.soap.handler
 class FaultSoapSerializerHandler
           
 class ReadHeadersHandler
           
 class SoapActionInHandler
          Inspects the SOAPAction if there is one, and selects the appropriate Operation.
 class SoapActionOutHandler
          Sets the SOAP action on an outgoing invocation.
 class SoapBodyHandler
          Takes the SoapBinding from the MessageContext, selects an appropriate MessageSerailizer and reads in the soap body.
 class SoapSerializerHandler
           
 class ValidateHeadersHandler
          Validates that headers flagged as "mustUnderstand" are understood.
 

Uses of AbstractHandler in org.codehaus.xfire.transport.http
 

Subclasses of AbstractHandler in org.codehaus.xfire.transport.http
static class XFireServletController.FaultResponseCodeHandler
           
 

Uses of AbstractHandler in org.codehaus.xfire.util
 

Subclasses of AbstractHandler in org.codehaus.xfire.util
 class LoggingHandler
          Logs a message to a commons logging Log at the INFO level.
 

Uses of AbstractHandler in org.codehaus.xfire.util.dom
 

Subclasses of AbstractHandler in org.codehaus.xfire.util.dom
 class DOMInHandler
          Reads the incoming stream to a DOM document and sets the stream to a W3CDOMStreamReader.
 class DOMOutHandler
          Creates a org.w3c.dom.Document for the outgoing message and sets the outgoing message's serializer to a DOMSerializer.
 



Copyright © 2004-2006 null. All Rights Reserved.