public class MethodMarshallerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.ws.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
|
public static XMLFault createXMLFaultFromSystemException(Throwable t)
t - Throwable that represents a Service Exceptionpublic static javax.xml.ws.ProtocolException createSystemException(XMLFault xmlFault, Message message)
message - Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.