public class MethodMarshallerUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.ws.ProtocolException |
createSystemException(XMLFault xmlFault,
Message message)
Create a system exception
|
static XMLFault |
createXMLFaultFromSystemException(java.lang.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 java.lang.String |
stackToString(java.lang.Throwable e)
Get a string containing the stack of the specified exception
|
public static XMLFault createXMLFaultFromSystemException(java.lang.Throwable t)
t - Throwable that represents a Service Exceptionpublic static javax.xml.ws.ProtocolException createSystemException(XMLFault xmlFault, Message message)
message - public static java.lang.String stackToString(java.lang.Throwable e)
e - Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.