Apache CXF API

org.apache.cxf.xkms.exception
Class ExceptionMapper

java.lang.Object
  extended by org.apache.cxf.xkms.exception.ExceptionMapper

public final class ExceptionMapper
extends Object


Method Summary
static XKMSException fromResponse(ResultType result)
           
static
<T extends ResultType>
T
toResponse(Exception e, T result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toResponse

public static <T extends ResultType> T toResponse(Exception e,
                                                  T result)

fromResponse

public static XKMSException fromResponse(ResultType result)

Apache CXF API

Apache CXF