|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectFaultResponse
public class FaultResponse
Fault response message creators for different transport media.
This is a service module for server implementations.
| Method Summary | |
|---|---|
static String |
createPlainHTTPResponse(Fault fault,
XKMSContext xkmsContext)
Creates an error message for the given fault, no special wrapping. |
static String |
createResponse(Fault fault,
String info,
XKMSContext xkmsContext,
TransportMethod transportationMethod)
Creates an error message for the given fault, wrapped according to transportationMethod. |
static String |
createSOAP11Response(Fault fault,
String info,
XKMSContext xkmsContext)
Creates an error message for the given fault, wrapped in SOAP 1.1. |
static String |
createSOAP12Response(Fault fault,
String info,
XKMSContext xkmsContext)
Creates an error message for the given fault, wrapped in SOAP 1.2. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String createResponse(Fault fault,
String info,
XKMSContext xkmsContext,
TransportMethod transportationMethod)
fault - fault to create an error message forinfo - additional (SOAP) information if necessary. e.g. name of unsupported message
public static String createSOAP11Response(Fault fault,
String info,
XKMSContext xkmsContext)
fault - fault to create an error message forinfo - additional information if necessary. e.g. name of unsupported message
public static String createSOAP12Response(Fault fault,
String info,
XKMSContext xkmsContext)
fault - fault to create an error message forinfo - additional information if necessary. e.g. name of unsupported message
public static String createPlainHTTPResponse(Fault fault,
XKMSContext xkmsContext)
fault - fault to create an error message for
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||