Uses of Class
org.apache.cxf.xkms.model.xkms.ReissueResultType
-
Packages that use ReissueResultType 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 ReissueResultType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return ReissueResultType Modifier and Type Method Description ReissueResultTypeRegister. reissue(ReissueRequestType request, ReissueResultType response)Methods in org.apache.cxf.xkms.handlers with parameters of type ReissueResultType Modifier and Type Method Description ReissueResultTypeRegister. reissue(ReissueRequestType request, ReissueResultType response) -
Uses of ReissueResultType in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return ReissueResultType Modifier and Type Method Description ReissueResultTypeObjectFactory. createReissueResultType()Create an instance ofReissueResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ReissueResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReissueResultType>ObjectFactory. createReissueResult(ReissueResultType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type ReissueResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReissueResultType>ObjectFactory. createReissueResult(ReissueResultType value) -
Uses of ReissueResultType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return ReissueResultType Modifier and Type Method Description ReissueResultTypeXKMSService. reissue(ReissueRequestType request) -
Uses of ReissueResultType in org.apache.cxf.xkms.x509.handlers
Methods in org.apache.cxf.xkms.x509.handlers that return ReissueResultType Modifier and Type Method Description ReissueResultTypeX509Register. reissue(ReissueRequestType request, ReissueResultType response)Methods in org.apache.cxf.xkms.x509.handlers with parameters of type ReissueResultType Modifier and Type Method Description ReissueResultTypeX509Register. reissue(ReissueRequestType request, ReissueResultType response) -
Uses of ReissueResultType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return ReissueResultType Modifier and Type Method Description ReissueResultTypeXKMSPortType. reissue(ReissueRequestType body)
-