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