Package org.apache.cxf.xkms.exception
Class ExceptionMapper
- java.lang.Object
-
- org.apache.cxf.xkms.exception.ExceptionMapper
-
public final class ExceptionMapper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XKMSExceptionfromResponse(ResultType result)static <T extends ResultType>
TtoResponse(Exception e, T result)
-
-
-
Method Detail
-
toResponse
public static <T extends ResultType> T toResponse(Exception e, T result)
-
fromResponse
public static XKMSException fromResponse(ResultType result)
-
-