Uses of Class
org.apache.cxf.xkms.model.xkms.RequestAbstractType
-
Packages that use RequestAbstractType Package Description org.apache.cxf.xkms.handlers org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.service org.apache.cxf.xkms.x509.handlers -
-
Uses of RequestAbstractType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers with parameters of type RequestAbstractType Modifier and Type Method Description booleanRegister. canProcess(RequestAbstractType request) -
Uses of RequestAbstractType in org.apache.cxf.xkms.model.xkms
Subclasses of RequestAbstractType in org.apache.cxf.xkms.model.xkms Modifier and Type Class Description classCompoundRequestTypeJava class for CompoundRequestType complex type.classLocateRequestTypeJava class for LocateRequestType complex type.classPendingRequestTypeJava class for PendingRequestType complex type.classRecoverRequestTypeJava class for RecoverRequestType complex type.classRegisterRequestTypeJava class for RegisterRequestType complex type.classReissueRequestTypeJava class for ReissueRequestType complex type.classRevokeRequestTypeJava class for RevokeRequestType complex type.classStatusRequestTypeJava class for StatusRequestType complex type.classValidateRequestTypeJava class for ValidateRequestType complex type.Fields in org.apache.cxf.xkms.model.xkms with type parameters of type RequestAbstractType Modifier and Type Field Description protected List<RequestAbstractType>CompoundRequestType. locateRequestOrValidateRequestOrRegisterRequestMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type RequestAbstractType Modifier and Type Method Description List<RequestAbstractType>CompoundRequestType. getLocateRequestOrValidateRequestOrRegisterRequest()Gets the value of the locateRequestOrValidateRequestOrRegisterRequest property. -
Uses of RequestAbstractType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type RequestAbstractType Modifier and Type Method Description static ResultTypeXKMSResponseFactory. copyOpaqueClientData(RequestAbstractType request, 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 ResultTypeXKMSResponseFactory. copyRequestId(RequestAbstractType request, ResultType response)Copies Request ID to response as per XKMS specification http://www.w3.org/TR/xkms2/#XKMS_2_0_Section_1static ResultTypeXKMSResponseFactory. copyServiceName(RequestAbstractType request, ResultType response)Copies service name from request to response.static ResultTypeXKMSResponseFactory. createResponse(RequestAbstractType request)static <T extends ResultType>
TXKMSResponseFactory. createResponse(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 -
Uses of RequestAbstractType in org.apache.cxf.xkms.x509.handlers
Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RequestAbstractType Modifier and Type Method Description booleanX509Register. canProcess(RequestAbstractType request)
-