Apache CXF API

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

Packages that use ValidateResultType
org.apache.cxf.xkms.client   
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.w3._2002._03.xkms_wsdl   
 

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

Methods in org.apache.cxf.xkms.client with parameters of type ValidateResultType
protected  XKMSInvoker.CertificateValidationResult XKMSInvoker.parseValidateXKMSResponse(ValidateResultType validateResultType, String id)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service that return ValidateResultType
 ValidateResultType XKMSService.validate(ValidateRequestType request)
           
 

Methods in org.apache.cxf.xkms.service with parameters of type ValidateResultType
static KeyBindingType XKMSService.createKeyBinding(ValidateResultType result)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl that return ValidateResultType
 ValidateResultType XKMSPortType.validate(ValidateRequestType body)
           
 


Apache CXF API

Apache CXF