Apache CXF API

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

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

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

Methods in org.apache.cxf.xkms.handlers with parameters of type RecoverRequestType
 RecoverResultType Register.recover(RecoverRequestType request, RecoverResultType response)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type RecoverRequestType
 RecoverResultType XKMSService.recover(RecoverRequestType request)
           
 

Uses of RecoverRequestType in org.apache.cxf.xkms.x509.handlers
 

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RecoverRequestType
 RecoverResultType X509Register.recover(RecoverRequestType request, RecoverResultType response)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type RecoverRequestType
 RecoverResultType XKMSPortType.recover(RecoverRequestType body)
           
 


Apache CXF API

Apache CXF