Class MethodMarshallerUtils
java.lang.Object
org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils
Static Utilty Classes used by the MethodMarshaller implementations in the alt package.
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.xml.ws.ProtocolExceptioncreateSystemException(XMLFault xmlFault, Message message) Create a system exceptionstatic XMLFaultThis method is used by WebService Impl and Provider to create an XMLFault (for marshalling) from an exception that is a non-service exceptionstatic StringGet a string containing the stack of the specified exception
-
Method Details
-
createXMLFaultFromSystemException
This method is used by WebService Impl and Provider to create an XMLFault (for marshalling) from an exception that is a non-service exception- Parameters:
t- Throwable that represents a Service Exception- Returns:
- XMLFault
-
createSystemException
public static jakarta.xml.ws.ProtocolException createSystemException(XMLFault xmlFault, Message message) Create a system exception- Parameters:
message-- Returns:
-
stackToString
Get a string containing the stack of the specified exception- Parameters:
e-- Returns:
-