|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFault | |
---|---|
org.apache.axis2.jaxws.marshaller.impl.alt | |
org.apache.axis2.jaxws.message | |
org.apache.axis2.jaxws.message.impl | |
org.apache.axis2.jaxws.message.util |
Uses of XMLFault in org.apache.axis2.jaxws.marshaller.impl.alt |
---|
Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return XMLFault | |
---|---|
static XMLFault |
MethodMarshallerUtils.createXMLFaultFromSystemException(java.lang.Throwable t)
This method is used by WebService Impl and Provider to create an XMLFault (for marshalling) from an exception that is a non-service exception |
Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type XMLFault | |
---|---|
static ProtocolException |
MethodMarshallerUtils.createSystemException(XMLFault xmlFault,
Message message)
Create a system exception |
Uses of XMLFault in org.apache.axis2.jaxws.message |
---|
Methods in org.apache.axis2.jaxws.message that return XMLFault | |
---|---|
XMLFault |
XMLPart.getXMLFault()
If the XMLPart represents a fault, an XMLFault is returned which describes the fault in a protocol agnostic manner |
Methods in org.apache.axis2.jaxws.message with parameters of type XMLFault | |
---|---|
void |
XMLPart.setXMLFault(XMLFault xmlFault)
Change the XMLPart so that it represents the fault described by XMLFault |
Uses of XMLFault in org.apache.axis2.jaxws.message.impl |
---|
Methods in org.apache.axis2.jaxws.message.impl that return XMLFault | |
---|---|
XMLFault |
MessageImpl.getXMLFault()
|
XMLFault |
XMLPartBase.getXMLFault()
|
Methods in org.apache.axis2.jaxws.message.impl with parameters of type XMLFault | |
---|---|
void |
MessageImpl.setXMLFault(XMLFault xmlFault)
|
void |
XMLPartBase.setXMLFault(XMLFault xmlFault)
|
Uses of XMLFault in org.apache.axis2.jaxws.message.util |
---|
Methods in org.apache.axis2.jaxws.message.util that return XMLFault | |
---|---|
static XMLFault |
XMLFaultUtils.createXMLFault(SOAPFault soapFault)
Create XMLFault |
static XMLFault |
XMLFaultUtils.createXMLFault(org.apache.axiom.soap.SOAPFault soapFault,
Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocks |
static XMLFault |
XMLFaultUtils.createXMLFault(SOAPFault soapFault,
Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocks |
Methods in org.apache.axis2.jaxws.message.util with parameters of type XMLFault | |
---|---|
static SOAPFault |
XMLFaultUtils.createSAAJFault(XMLFault xmlFault,
SOAPBody body)
Create a SOAPFault representing the XMLFault. |
static org.apache.axiom.soap.SOAPFault |
XMLFaultUtils.createSOAPFault(XMLFault xmlFault,
org.apache.axiom.soap.SOAPBody body,
boolean ignoreDetailBlocks)
Create a SOAPFault representing the XMLFault and attach it to body. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |