Uses of Class
org.apache.cxf.xkms.model.xkms.StatusRequestType
-
Packages that use StatusRequestType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.service org.w3._2002._03.xkms_wsdl -
-
Uses of StatusRequestType in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return StatusRequestType Modifier and Type Method Description StatusRequestTypeObjectFactory. createStatusRequestType()Create an instance ofStatusRequestTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type StatusRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusRequestType>ObjectFactory. createStatusRequest(StatusRequestType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type StatusRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusRequestType>ObjectFactory. createStatusRequest(StatusRequestType value) -
Uses of StatusRequestType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type StatusRequestType Modifier and Type Method Description StatusResultTypeXKMSService. status(StatusRequestType request) -
Uses of StatusRequestType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl with parameters of type StatusRequestType Modifier and Type Method Description StatusResultTypeXKMSPortType. status(StatusRequestType body)
-