|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultInfo | |
org.codehaus.xfire.handler | |
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding | |
org.codehaus.xfire.wsdl11.parser |
Uses of FaultInfo in org.codehaus.xfire.handler |
Methods in org.codehaus.xfire.handler that return FaultInfo | |
FaultInfo |
CustomFaultHandler.getFaultForClass(OperationInfo op,
java.lang.Class class1)
Find the correct Fault part for a particular exception. |
Uses of FaultInfo in org.codehaus.xfire.service |
Methods in org.codehaus.xfire.service that return FaultInfo | |
FaultInfo |
OperationInfo.addFault(java.lang.String name)
Adds an fault to this operation. |
FaultInfo |
OperationInfo.getFault(java.lang.String name)
Returns the fault with the given name, if found. |
Methods in org.codehaus.xfire.service with parameters of type FaultInfo | |
void |
Visitor.startFault(FaultInfo faultInfo)
Receive notification at the beginning of a fault visit. |
void |
Visitor.endFault(FaultInfo faultInfo)
Receive notification at the end of a fault visit. |
Uses of FaultInfo in org.codehaus.xfire.service.binding |
Methods in org.codehaus.xfire.service.binding that return FaultInfo | |
protected FaultInfo |
ObjectServiceFactory.addFault(Service service,
OperationInfo op,
java.lang.Class exClass)
|
Uses of FaultInfo in org.codehaus.xfire.wsdl11.parser |
Methods in org.codehaus.xfire.wsdl11.parser with parameters of type FaultInfo | |
protected void |
BindingAnnotator.visit(javax.wsdl.BindingFault bindingFault,
javax.wsdl.Fault fault,
FaultInfo msg)
|
protected void |
SoapBindingAnnotator.visit(javax.wsdl.BindingFault bindingFault,
javax.wsdl.Fault fault,
FaultInfo msg)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |