Apache CXF API

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

Packages that use ReissueResultType
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
 ReissueResultType Register.reissue(ReissueRequestType request, ReissueResultType response)
           
 

Methods in org.apache.cxf.xkms.handlers with parameters of type ReissueResultType
 ReissueResultType Register.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
 ReissueResultType ObjectFactory.createReissueResultType()
          Create an instance of ReissueResultType
 

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

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

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

Methods in org.apache.cxf.xkms.service that return ReissueResultType
 ReissueResultType XKMSService.reissue(ReissueRequestType request)
           
 

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

Methods in org.apache.cxf.xkms.x509.handlers that return ReissueResultType
 ReissueResultType X509Register.reissue(ReissueRequestType request, ReissueResultType response)
           
 

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type ReissueResultType
 ReissueResultType X509Register.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
 ReissueResultType XKMSPortType.reissue(ReissueRequestType body)
           
 


Apache CXF API

Apache CXF