Uses of Interface
org.codehaus.xfire.handler.Handler

Packages that use Handler
org.codehaus.xfire   
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   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.util   
org.codehaus.xfire.util.dom   
 

Uses of Handler in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return Handler
 Handler MessageContext.getFaultHandler()
          The fault Handler is invoked when a fault incurs in the pipeline.
 

Methods in org.codehaus.xfire with parameters of type Handler
 void MessageContext.setFaultHandler(Handler faultHandler)
           
 

Uses of Handler in org.codehaus.xfire.addressing
 

Classes in org.codehaus.xfire.addressing that implement Handler
 class AddressingInHandler
           
 class AddressingOutHandler
           
 

Uses of Handler in org.codehaus.xfire.client
 

Classes in org.codehaus.xfire.client that implement Handler
 class ClientFaultConverter
          Takes an XFireFault and converts it to a local exception type if possible.
 class CorrelatorHandler
           
 

Uses of Handler in org.codehaus.xfire.fault
 

Classes in org.codehaus.xfire.fault that implement Handler
 class FaultSender
          Sends messages out via the out channel on the message exchange.
 

Uses of Handler in org.codehaus.xfire.handler
 

Classes in org.codehaus.xfire.handler that implement Handler
 class AbstractHandler
           
 class CustomFaultHandler
          Builds up a custom detail element from an exception.
 class DefaultFaultHandler
          Responsible for taking an exception, turning it into a Fault, then sending (and logging) that fault to the appropriate location.
 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.
 

Methods in org.codehaus.xfire.handler with parameters of type Handler
 void AbstractHandlerSupport.addFaultHandler(Handler handler)
           
 void HandlerPipeline.addHandler(Handler handler)
           
 void AbstractHandlerSupport.addInHandler(Handler handler)
           
 void AbstractHandlerSupport.addOutHandler(Handler handler)
           
 void HandlerOrderer.insertHandler(Handler handler)
           
 

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

Classes in org.codehaus.xfire.service.binding that implement Handler
 class PostInvocationHandler
           
 class ServiceInvocationHandler
          This class is responsible for taking the parameters on the InMessage, invoking the service, then creating an OutMessage.
 

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

Classes in org.codehaus.xfire.soap.handler that implement 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 Handler in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport that return Handler
protected  Handler DefaultEndpoint.createFaultHandler()
           
 

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

Classes in org.codehaus.xfire.transport.http that implement Handler
static class XFireServletController.FaultResponseCodeHandler
           
 

Uses of Handler in org.codehaus.xfire.util
 

Classes in org.codehaus.xfire.util that implement Handler
 class LoggingHandler
          Logs a message to a commons logging Log at the INFO level.
 

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

Classes in org.codehaus.xfire.util.dom that implement Handler
 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-2013. All Rights Reserved.