Uses of Class
org.apache.cxf.xkms.model.xkms.ResultType
-
Packages that use ResultType Package Description 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 Modifier and Type Method Description static <T extends ResultType>
TExceptionMapper. toResponse(Exception e, T result)Methods in org.apache.cxf.xkms.exception with parameters of type ResultType Modifier and Type Method Description static XKMSExceptionExceptionMapper. fromResponse(ResultType result) -
Uses of ResultType in org.apache.cxf.xkms.model.xkms
Subclasses of ResultType in org.apache.cxf.xkms.model.xkms Modifier and Type Class Description classCompoundResultTypeJava class for CompoundResultType complex type.classLocateResultTypeJava class for LocateResultType complex type.classRecoverResultTypeJava class for RecoverResultType complex type.classRegisterResultTypeJava class for RegisterResultType complex type.classReissueResultTypeJava class for ReissueResultType complex type.classRevokeResultTypeJava class for RevokeResultType complex type.classStatusResultTypeJava class for StatusResultType complex type.classValidateResultTypeJava class for ValidateResultType complex type.Fields in org.apache.cxf.xkms.model.xkms with type parameters of type ResultType Modifier and Type Field Description protected List<ResultType>CompoundResultType. locateResultOrValidateResultOrRegisterResultMethods in org.apache.cxf.xkms.model.xkms that return ResultType Modifier and Type Method Description ResultTypeObjectFactory. createResultType()Create an instance ofResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResultType>ObjectFactory. createResult(ResultType value)List<ResultType>CompoundResultType. getLocateResultOrValidateResultOrRegisterResult()Gets the value of the locateResultOrValidateResultOrRegisterResult property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type ResultType Modifier and Type Method Description javax.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 ResultType Modifier and Type Method Description 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 successMethods in org.apache.cxf.xkms.service that return ResultType 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)ResultTypeXKMSService. pending(PendingRequestType request)Methods in org.apache.cxf.xkms.service with parameters of type ResultType 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. -
Uses of ResultType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return ResultType Modifier and Type Method Description ResultTypeXKMSPortType. pending(PendingRequestType body)
-