org.idoox.wasp.serialization
Interface FaultSerializer


public interface FaultSerializer

Serializer for a throwable to SOAP Fault.

Since:
1.0
Component:
Core

Method Summary
 void serializeFault(Fault fault, java.lang.Throwable throwable)
          Serializes the throwable into the Fault.
 

Method Detail

serializeFault

public void serializeFault(Fault fault,
                           java.lang.Throwable throwable)
Serializes the throwable into the Fault.

Parameters:
fault - the Fault in which the exception should be filled
throwable - the exception that will be filled to the fault