Apache CXF API

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

Packages that use RevokeRequestType
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 RevokeRequestType in org.apache.cxf.xkms.handlers
 

Methods in org.apache.cxf.xkms.handlers with parameters of type RevokeRequestType
 RevokeResultType Register.revoke(RevokeRequestType request, RevokeResultType response)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type RevokeRequestType
 RevokeResultType XKMSService.revoke(RevokeRequestType request)
           
 

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

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RevokeRequestType
 RevokeResultType X509Register.revoke(RevokeRequestType request, RevokeResultType response)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type RevokeRequestType
 RevokeResultType XKMSPortType.revoke(RevokeRequestType body)
           
 


Apache CXF API

Apache CXF