Apache CXF API

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

Packages that use PendingRequestType
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.w3._2002._03.xkms_wsdl   
 

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

Subclasses of PendingRequestType in org.apache.cxf.xkms.model.xkms
 class StatusRequestType
          Java class for StatusRequestType complex type.
 

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type PendingRequestType
 ResultType XKMSService.pending(PendingRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type PendingRequestType
 ResultType XKMSPortType.pending(PendingRequestType body)
           
 


Apache CXF API

Apache CXF