Apache CXF API

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

Packages that use StatusResultType
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
 StatusResultType ObjectFactory.createStatusResultType()
          Create an instance of StatusResultType
 

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

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

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

Methods in org.apache.cxf.xkms.service that return StatusResultType
 StatusResultType XKMSService.status(StatusRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl that return StatusResultType
 StatusResultType XKMSPortType.status(StatusRequestType body)
           
 


Apache CXF API

Apache CXF