Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.RequestAbstractType

Packages that use RequestAbstractType
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
 boolean Register.canProcess(RequestAbstractType request)
           
 

Uses of RequestAbstractType in org.apache.cxf.xkms.model.xkms
 

Subclasses of RequestAbstractType in org.apache.cxf.xkms.model.xkms
 class CompoundRequestType
          Java class for CompoundRequestType complex type.
 class LocateRequestType
          Java class for LocateRequestType complex type.
 class PendingRequestType
          Java class for PendingRequestType complex type.
 class RecoverRequestType
          Java class for RecoverRequestType complex type.
 class RegisterRequestType
          Java class for RegisterRequestType complex type.
 class ReissueRequestType
          Java class for ReissueRequestType complex type.
 class RevokeRequestType
          Java class for RevokeRequestType complex type.
 class StatusRequestType
          Java class for StatusRequestType complex type.
 class ValidateRequestType
          Java class for ValidateRequestType complex type.
 

Fields in org.apache.cxf.xkms.model.xkms with type parameters of type RequestAbstractType
protected  List<RequestAbstractType> CompoundRequestType.locateRequestOrValidateRequestOrRegisterRequest
           
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type RequestAbstractType
 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
static ResultType XKMSResponseFactory.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 ResultType XKMSResponseFactory.copyRequestId(RequestAbstractType request, ResultType response)
          Copies Request ID to response as per XKMS specification http://www.w3.org/TR/xkms2/#XKMS_2_0_Section_1
static ResultType XKMSResponseFactory.copyServiceName(RequestAbstractType request, ResultType response)
          Copies service name from request to response.
static ResultType XKMSResponseFactory.createResponse(RequestAbstractType request)
           
static
<T extends ResultType>
T
XKMSResponseFactory.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
 boolean X509Register.canProcess(RequestAbstractType request)
           
 


Apache CXF API

Apache CXF