electric.soap.wsdl.util
Class FaultUtil

java.lang.Object
  extended byelectric.soap.wsdl.util.FaultUtil

public class FaultUtil
extends java.lang.Object

FaultUtil.

Author:

webMethods


Constructor Summary
FaultUtil()
           
 
Method Summary
static java.rmi.RemoteException readDocLitException(SOAPMessage faultMessage, SOAPOperation operation)
           
static java.rmi.RemoteException readRPCEncException(SOAPMessage faultMessage, SOAPOperation operation)
           
static Type remapDocumentException(SOAPMessageDecl fault, boolean forceExceptionInheritence)
           
static Type remapRPCException(SOAPMessageDecl fault, boolean forceExceptionInheritence)
           
static void writeDocLitException(SOAPMessage exceptionMessage, java.lang.Throwable exception, SOAPOperation operation)
           
static void writeRPCEncException(SOAPMessage exceptionMessage, java.lang.Throwable throwable, SOAPOperation operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultUtil

public FaultUtil()
Method Detail

remapDocumentException

public static Type remapDocumentException(SOAPMessageDecl fault,
                                          boolean forceExceptionInheritence)
                                   throws SchemaException
Parameters:
fault -
forceExceptionInheritence -
Throws:
SchemaException

remapRPCException

public static Type remapRPCException(SOAPMessageDecl fault,
                                     boolean forceExceptionInheritence)
                              throws SchemaException
Parameters:
fault -
forceExceptionInheritence -
Throws:
SchemaException

writeDocLitException

public static void writeDocLitException(SOAPMessage exceptionMessage,
                                        java.lang.Throwable exception,
                                        SOAPOperation operation)
                                 throws java.io.IOException
Parameters:
exceptionMessage -
exception -
operation -
Throws:
java.io.IOException

writeRPCEncException

public static void writeRPCEncException(SOAPMessage exceptionMessage,
                                        java.lang.Throwable throwable,
                                        SOAPOperation operation)
                                 throws java.io.IOException
Parameters:
exceptionMessage -
Throws:
java.io.IOException

readRPCEncException

public static java.rmi.RemoteException readRPCEncException(SOAPMessage faultMessage,
                                                           SOAPOperation operation)
Parameters:
faultMessage -
operation -

readDocLitException

public static java.rmi.RemoteException readDocLitException(SOAPMessage faultMessage,
                                                           SOAPOperation operation)
Parameters:
faultMessage -
operation -


copyright© 2001-2004 by webMethods All Rights Reserved.