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 XMLFaultMethodMarshallerUtils. 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 ProtocolExceptionMethodMarshallerUtils. 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 XMLFaultXMLPart. 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 voidXMLPart. 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 XMLFaultMessageImpl. getXMLFault()XMLFaultXMLPartBase. getXMLFault()Methods in org.apache.axis2.jaxws.message.impl with parameters of type XMLFault Modifier and Type Method Description voidMessageImpl. setXMLFault(XMLFault xmlFault)voidXMLPartBase. 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 XMLFaultXMLFaultUtils. createXMLFault(SOAPFault soapFault)Create XMLFaultstatic XMLFaultXMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFaultXMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFaultXMLFaultUtils. createXMLFault(Block b, Protocol p)Methods in org.apache.axis2.jaxws.message.util with parameters of type XMLFault Modifier and Type Method Description static SOAPFaultXMLFaultUtils. createSAAJFault(XMLFault xmlFault, SOAPBody body)Create a SOAPFault representing the XMLFault.static SOAPFaultXMLFaultUtils. createSOAPFault(XMLFault xmlFault, SOAPBody body, boolean ignoreDetailBlocks)Create a SOAPFault representing the XMLFault and attach it to body.
-