Apache CXF API

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

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

Methods in org.apache.cxf.xkms.handlers that return RevokeResultType
 RevokeResultType Register.revoke(RevokeRequestType request, RevokeResultType response)
           
 

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

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

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

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

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

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

Methods in org.apache.cxf.xkms.service that return RevokeResultType
 RevokeResultType XKMSService.revoke(RevokeRequestType request)
           
 

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

Methods in org.apache.cxf.xkms.x509.handlers that return RevokeResultType
 RevokeResultType X509Register.revoke(RevokeRequestType request, RevokeResultType response)
           
 

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

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

Methods in org.w3._2002._03.xkms_wsdl that return RevokeResultType
 RevokeResultType XKMSPortType.revoke(RevokeRequestType body)
           
 


Apache CXF API

Apache CXF