|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
class |
CorrelatorHandler
|
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 |
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 |
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 |
PostInvocationHandler
|
class |
ServiceInvocationHandler
This class is responsible for taking the parameters on the InMessage, invoking the service, then creating an OutMessage. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |