|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.cxf.xkms.service.XKMSResponseFactory
public final class XKMSResponseFactory
| Method Summary | ||
|---|---|---|
static org.apache.cxf.xkms.model.xkms.ResultType |
copyOpaqueClientData(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
Copies OpaqueClientData from request to response as per XKMS specification http://www.w3.org/TR/xkms2/#XKMS_2_0_Section_1 [86] |
|
static org.apache.cxf.xkms.model.xkms.ResultType |
copyRequestId(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
Copies Request ID to response as per XKMS specification http://www.w3.org/TR/xkms2/#XKMS_2_0_Section_1 |
|
static org.apache.cxf.xkms.model.xkms.ResultType |
copyServiceName(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
Copies service name from request to response. |
|
static org.apache.cxf.xkms.model.xkms.ResultType |
createResponse(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)
|
|
static
|
createResponse(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
T response)
The following activities are performed: 1) generation and assigning of unique response ID 2) copying of request id 3) copying of service name 4) copying of opaqueClientData 5) setting major result to success |
|
static String |
generateUniqueID()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.cxf.xkms.model.xkms.ResultType createResponse(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)
request - Request to generate response for
public static <T extends org.apache.cxf.xkms.model.xkms.ResultType> T createResponse(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
T response)
request - Request to be used for responseresponse - Response to be enriched
public static org.apache.cxf.xkms.model.xkms.ResultType copyOpaqueClientData(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
request - Containing OpaqueClientDataresponse - to be used for inserting OpaqueClientData
public static org.apache.cxf.xkms.model.xkms.ResultType copyRequestId(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
request - Containing request IDresponse - to be used for inserting request ID
public static org.apache.cxf.xkms.model.xkms.ResultType copyServiceName(org.apache.cxf.xkms.model.xkms.RequestAbstractType request,
org.apache.cxf.xkms.model.xkms.ResultType response)
request - containing service nameresponse - to be used for inserting service name
public static String generateUniqueID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||