Uses of Class
org.apache.cxf.xkms.model.xkms.RevokeRequestType
-
Packages that use RevokeRequestType Package Description 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 Modifier and Type Method Description RevokeResultTypeRegister. 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 Modifier and Type Method Description RevokeRequestTypeObjectFactory. createRevokeRequestType()Create an instance ofRevokeRequestTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type RevokeRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<RevokeRequestType>ObjectFactory. createRevokeRequest(RevokeRequestType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type RevokeRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<RevokeRequestType>ObjectFactory. createRevokeRequest(RevokeRequestType value) -
Uses of RevokeRequestType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type RevokeRequestType Modifier and Type Method Description RevokeResultTypeXKMSService. 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 Modifier and Type Method Description RevokeResultTypeX509Register. 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 Modifier and Type Method Description RevokeResultTypeXKMSPortType. revoke(RevokeRequestType body)
-