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 |
Modifier and Type | Method and 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 exception
|
Modifier and Type | Method and Description |
---|---|
static ProtocolException |
MethodMarshallerUtils.createSystemException(XMLFault xmlFault,
Message message)
Create a system exception
|
Modifier and Type | Method and Description |
---|---|
XMLFault |
XMLPart.getXMLFault()
If the XMLPart represents a fault, an XMLFault is returned which describes the fault in a
protocol agnostic manner
|
Modifier and Type | Method and Description |
---|---|
void |
XMLPart.setXMLFault(XMLFault xmlFault)
Change the XMLPart so that it represents the fault described by XMLFault
|
Modifier and Type | Method and Description |
---|---|
XMLFault |
XMLPartBase.getXMLFault() |
XMLFault |
MessageImpl.getXMLFault() |
Modifier and Type | Method and Description |
---|---|
void |
XMLPartBase.setXMLFault(XMLFault xmlFault) |
void |
MessageImpl.setXMLFault(XMLFault xmlFault) |
Modifier and Type | Method and Description |
---|---|
static XMLFault |
XMLFaultUtils.createXMLFault(Block b,
Protocol p) |
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.