Uses of Class
org.apache.cxf.xkms.model.xkms.PendingRequestType
-
Packages that use PendingRequestType Package Description 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 Modifier and Type Class Description classStatusRequestTypeJava class for StatusRequestType complex type.Methods in org.apache.cxf.xkms.model.xkms that return PendingRequestType Modifier and Type Method Description PendingRequestTypeObjectFactory. createPendingRequestType()Create an instance ofPendingRequestTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type PendingRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<PendingRequestType>ObjectFactory. createPendingRequest(PendingRequestType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type PendingRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<PendingRequestType>ObjectFactory. createPendingRequest(PendingRequestType value) -
Uses of PendingRequestType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type PendingRequestType Modifier and Type Method Description ResultTypeXKMSService. 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 Modifier and Type Method Description ResultTypeXKMSPortType. pending(PendingRequestType body)
-