Uses of Class
org.apache.axis2.jaxws.message.XMLFault
-
Packages that use XMLFault Package Description 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 Modifier and Type Method Description static XMLFault
MethodMarshallerUtils. createXMLFaultFromSystemException(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 exceptionMethods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type XMLFault Modifier and Type Method Description 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 Modifier and Type Method Description XMLFault
XMLPart. getXMLFault()
If the XMLPart represents a fault, an XMLFault is returned which describes the fault in a protocol agnostic mannerMethods in org.apache.axis2.jaxws.message with parameters of type XMLFault Modifier and Type Method Description 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 Modifier and Type Method Description XMLFault
MessageImpl. getXMLFault()
XMLFault
XMLPartBase. getXMLFault()
Methods in org.apache.axis2.jaxws.message.impl with parameters of type XMLFault Modifier and Type Method Description 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 Modifier and Type Method Description static XMLFault
XMLFaultUtils. createXMLFault(SOAPFault soapFault)
Create XMLFaultstatic XMLFault
XMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFault
XMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFault
XMLFaultUtils. createXMLFault(Block b, Protocol p)
Methods in org.apache.axis2.jaxws.message.util with parameters of type XMLFault Modifier and Type Method Description static SOAPFault
XMLFaultUtils. createSAAJFault(XMLFault xmlFault, SOAPBody body)
Create a SOAPFault representing the XMLFault.static SOAPFault
XMLFaultUtils. createSOAPFault(XMLFault xmlFault, SOAPBody body, boolean ignoreDetailBlocks)
Create a SOAPFault representing the XMLFault and attach it to body.
-