Uses of Class
org.apache.axis2.jaxws.message.XMLFault
Packages that use XMLFault
Package
Description
-
Uses of XMLFault in org.apache.axis2.jaxws.marshaller.impl.alt
Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return XMLFaultModifier and TypeMethodDescriptionstatic 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 XMLFaultModifier and TypeMethodDescriptionstatic jakarta.xml.ws.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 XMLFaultModifier and TypeMethodDescriptionXMLPart.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 XMLFaultModifier and TypeMethodDescriptionvoidXMLPart.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 XMLFaultMethods in org.apache.axis2.jaxws.message.impl with parameters of type XMLFaultModifier and TypeMethodDescriptionvoidMessageImpl.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 XMLFaultModifier and TypeMethodDescriptionstatic XMLFaultXMLFaultUtils.createXMLFault(jakarta.xml.soap.SOAPFault soapFault) Create XMLFaultstatic XMLFaultXMLFaultUtils.createXMLFault(jakarta.xml.soap.SOAPFault soapFault, Block[] detailBlocks) Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFaultXMLFaultUtils.createXMLFault(org.apache.axiom.soap.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 XMLFaultModifier and TypeMethodDescriptionstatic jakarta.xml.soap.SOAPFaultXMLFaultUtils.createSAAJFault(XMLFault xmlFault, jakarta.xml.soap.SOAPBody body) Create a SOAPFault representing the XMLFault.static org.apache.axiom.soap.SOAPFaultXMLFaultUtils.createSOAPFault(XMLFault xmlFault, org.apache.axiom.soap.SOAPBody body, boolean ignoreDetailBlocks) Create a SOAPFault representing the XMLFault and attach it to body.