Uses of Class
org.apache.cxf.swa.types.VoidRequest

Packages that use VoidRequest
org.apache.cxf.swa   
org.apache.cxf.swa.types   
 

Uses of VoidRequest in org.apache.cxf.swa
 

Methods in org.apache.cxf.swa with parameters of type VoidRequest
 OutputResponseAll SwAServiceInterface.echoAllAttachmentTypes(VoidRequest request, javax.xml.ws.Holder<javax.activation.DataHandler> attach1, javax.xml.ws.Holder<javax.activation.DataHandler> attach2, javax.xml.ws.Holder<javax.xml.transform.Source> attach3, javax.xml.ws.Holder<java.awt.Image> attach4, javax.xml.ws.Holder<java.awt.Image> attach5)
           
 

Uses of VoidRequest in org.apache.cxf.swa.types
 

Methods in org.apache.cxf.swa.types that return VoidRequest
 VoidRequest ObjectFactory.createVoidRequest()
          Create an instance of VoidRequest
 

Methods in org.apache.cxf.swa.types that return types with arguments of type VoidRequest
 javax.xml.bind.JAXBElement<VoidRequest> ObjectFactory.createVoidRequest(VoidRequest value)
          Create an instance of JAXBElement<VoidRequest>}
 

Methods in org.apache.cxf.swa.types with parameters of type VoidRequest
 javax.xml.bind.JAXBElement<VoidRequest> ObjectFactory.createVoidRequest(VoidRequest value)
          Create an instance of JAXBElement<VoidRequest>}
 



Apache CXF