Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type StatusRequestType
 StatusResultType XKMSService.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
 StatusResultType XKMSPortType.status(StatusRequestType body)
           
 


Apache CXF API

Apache CXF