Apache CXF API

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

Packages that use ValidateRequestType
org.apache.cxf.xkms.client   
org.apache.cxf.xkms.handlers   
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.apache.cxf.xkms.x509.validator   
org.w3._2002._03.xkms_wsdl   
 

Uses of ValidateRequestType in org.apache.cxf.xkms.client
 

Methods in org.apache.cxf.xkms.client that return ValidateRequestType
protected  ValidateRequestType XKMSInvoker.prepareValidateXKMSRequest(X509Certificate cert)
           
 

Uses of ValidateRequestType in org.apache.cxf.xkms.handlers
 

Methods in org.apache.cxf.xkms.handlers with parameters of type ValidateRequestType
 StatusType Validator.validate(ValidateRequestType request)
           
 

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

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

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ValidateRequestType
 JAXBElement<ValidateRequestType> ObjectFactory.createValidateRequest(ValidateRequestType value)
          Create an instance of JAXBElement<ValidateRequestType>}
 

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

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

Methods in org.apache.cxf.xkms.service with parameters of type ValidateRequestType
 ValidateResultType XKMSService.validate(ValidateRequestType request)
           
 

Uses of ValidateRequestType in org.apache.cxf.xkms.x509.validator
 

Methods in org.apache.cxf.xkms.x509.validator with parameters of type ValidateRequestType
static List<X509Certificate> ValidateRequestParser.parse(ValidateRequestType request)
          Extract the X509 certificates from ValidateRequestType and return them as list.
 StatusType DateValidator.validate(ValidateRequestType request)
           
 StatusType DirectTrustValidator.validate(ValidateRequestType request)
           
 StatusType TrustedAuthorityValidator.validate(ValidateRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type ValidateRequestType
 ValidateResultType XKMSPortType.validate(ValidateRequestType body)
           
 


Apache CXF API

Apache CXF