Uses of Class
org.apache.cxf.xkms.model.xkms.RevokeResultType
-
Packages that use RevokeResultType 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 RevokeResultType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return RevokeResultType Modifier and Type Method Description RevokeResultTypeRegister. revoke(RevokeRequestType request, RevokeResultType response)Methods in org.apache.cxf.xkms.handlers with parameters of type RevokeResultType Modifier and Type Method Description RevokeResultTypeRegister. 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 Modifier and Type Method Description RevokeResultTypeObjectFactory. createRevokeResultType()Create an instance ofRevokeResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type RevokeResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<RevokeResultType>ObjectFactory. createRevokeResult(RevokeResultType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type RevokeResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<RevokeResultType>ObjectFactory. createRevokeResult(RevokeResultType value) -
Uses of RevokeResultType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return RevokeResultType Modifier and Type Method Description RevokeResultTypeXKMSService. revoke(RevokeRequestType request) -
Uses of RevokeResultType in org.apache.cxf.xkms.x509.handlers
Methods in org.apache.cxf.xkms.x509.handlers that return RevokeResultType Modifier and Type Method Description RevokeResultTypeX509Register. revoke(RevokeRequestType request, RevokeResultType response)Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RevokeResultType Modifier and Type Method Description RevokeResultTypeX509Register. 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 Modifier and Type Method Description RevokeResultTypeXKMSPortType. revoke(RevokeRequestType body)
-