Uses of Class
org.apache.cxf.xkms.model.xkms.ResultType
Packages that use ResultType
Package
Description
-
Uses of ResultType in org.apache.cxf.xkms.exception
Methods in org.apache.cxf.xkms.exception with type parameters of type ResultTypeModifier and TypeMethodDescriptionstatic <T extends ResultType>
TExceptionMapper.toResponse(Exception e, T result) Methods in org.apache.cxf.xkms.exception with parameters of type ResultTypeModifier and TypeMethodDescriptionstatic XKMSExceptionExceptionMapper.fromResponse(ResultType result) -
Uses of ResultType in org.apache.cxf.xkms.model.xkms
Subclasses of ResultType in org.apache.cxf.xkms.model.xkmsModifier and TypeClassDescriptionclassJava class for CompoundResultType complex type.classJava class for LocateResultType complex type.classJava class for RecoverResultType complex type.classJava class for RegisterResultType complex type.classJava class for ReissueResultType complex type.classJava class for RevokeResultType complex type.classJava class for StatusResultType complex type.classJava class for ValidateResultType complex type.Fields in org.apache.cxf.xkms.model.xkms with type parameters of type ResultTypeModifier and TypeFieldDescriptionprotected List<ResultType>CompoundResultType.locateResultOrValidateResultOrRegisterResultMethods in org.apache.cxf.xkms.model.xkms that return ResultTypeModifier and TypeMethodDescriptionObjectFactory.createResultType()Create an instance ofResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ResultTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ResultType>ObjectFactory.createResult(ResultType value) CompoundResultType.getLocateResultOrValidateResultOrRegisterResult()Gets the value of the locateResultOrValidateResultOrRegisterResult property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type ResultTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ResultType>ObjectFactory.createResult(ResultType value) -
Uses of ResultType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with type parameters of type ResultTypeModifier and TypeMethodDescriptionstatic <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 successMethods in org.apache.cxf.xkms.service that return ResultTypeModifier and TypeMethodDescriptionstatic 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) XKMSService.pending(PendingRequestType request) Methods in org.apache.cxf.xkms.service with parameters of type ResultTypeModifier and TypeMethodDescriptionstatic 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. -
Uses of ResultType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return ResultType