|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
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 |
HandlerPipeline.addHandler(Handler handler)
|
void |
AbstractHandlerSupport.addFaultHandler(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 |
ServiceInvocationHandler
|
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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |