Apache CXF API

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

Packages that use ResultType
org.apache.cxf.xkms.exception   
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.w3._2002._03.xkms_wsdl   
 

Uses of ResultType in org.apache.cxf.xkms.exception
 

Methods in org.apache.cxf.xkms.exception with type parameters of type ResultType
static
<T extends ResultType>
T
ExceptionMapper.toResponse(Exception e, T result)
           
 

Methods in org.apache.cxf.xkms.exception with parameters of type ResultType
static XKMSException ExceptionMapper.fromResponse(ResultType result)
           
 

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

Subclasses of ResultType in org.apache.cxf.xkms.model.xkms
 class CompoundResultType
          Java class for CompoundResultType complex type.
 class LocateResultType
          Java class for LocateResultType complex type.
 class RecoverResultType
          Java class for RecoverResultType complex type.
 class RegisterResultType
          Java class for RegisterResultType complex type.
 class ReissueResultType
          Java class for ReissueResultType complex type.
 class RevokeResultType
          Java class for RevokeResultType complex type.
 class StatusResultType
          Java class for StatusResultType complex type.
 class ValidateResultType
          Java class for ValidateResultType complex type.
 

Fields in org.apache.cxf.xkms.model.xkms with type parameters of type ResultType
protected  List<ResultType> CompoundResultType.locateResultOrValidateResultOrRegisterResult
           
 

Methods in org.apache.cxf.xkms.model.xkms that return ResultType
 ResultType ObjectFactory.createResultType()
          Create an instance of ResultType
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ResultType
 JAXBElement<ResultType> ObjectFactory.createResult(ResultType value)
          Create an instance of JAXBElement<ResultType>}
 List<ResultType> CompoundResultType.getLocateResultOrValidateResultOrRegisterResult()
          Gets the value of the locateResultOrValidateResultOrRegisterResult property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type ResultType
 JAXBElement<ResultType> ObjectFactory.createResult(ResultType value)
          Create an instance of JAXBElement<ResultType>}
 

Uses of ResultType in org.apache.cxf.xkms.service
 

Methods in org.apache.cxf.xkms.service with type parameters of type ResultType
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
 

Methods in org.apache.cxf.xkms.service that return ResultType
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)
           
 ResultType XKMSService.pending(PendingRequestType request)
           
 

Methods in org.apache.cxf.xkms.service with parameters of type ResultType
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.
 

Uses of ResultType in org.w3._2002._03.xkms_wsdl
 

Methods in org.w3._2002._03.xkms_wsdl that return ResultType
 ResultType XKMSPortType.pending(PendingRequestType body)
           
 


Apache CXF API

Apache CXF