|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils
public class MethodMarshallerUtils
Static Utilty Classes used by the MethodMarshaller implementations in the alt package.
| Method Summary | |
|---|---|
static ProtocolException |
createSystemException(XMLFault xmlFault,
Message message)
Create a system exception |
static XMLFault |
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 |
static String |
stackToString(Throwable e)
Get a string containing the stack of the specified exception |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static XMLFault createXMLFaultFromSystemException(Throwable t)
t - Throwable that represents a Service Exception
public static ProtocolException createSystemException(XMLFault xmlFault,
Message message)
message -
public static String stackToString(Throwable e)
e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||