Apache CXF API

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

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

Methods in org.apache.cxf.xkms.handlers with parameters of type ReissueRequestType
 ReissueResultType Register.reissue(ReissueRequestType request, ReissueResultType response)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type ReissueRequestType
 ReissueResultType XKMSService.reissue(ReissueRequestType request)
           
 

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

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type ReissueRequestType
 ReissueResultType X509Register.reissue(ReissueRequestType request, ReissueResultType response)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type ReissueRequestType
 ReissueResultType XKMSPortType.reissue(ReissueRequestType body)
           
 


Apache CXF API

Apache CXF