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

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

Uses of VoidRequest in org.apache.cxf.swa_nomime
 

Methods in org.apache.cxf.swa_nomime with parameters of type VoidRequest
 OutputResponseAll SwAServiceInterface.echoAllAttachmentTypes(VoidRequest request, javax.xml.ws.Holder<String> attach1, javax.xml.ws.Holder<String> attach2, javax.xml.ws.Holder<String> attach3, javax.xml.ws.Holder<byte[]> attach4, javax.xml.ws.Holder<byte[]> attach5)
           
 

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

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

Methods in org.apache.cxf.swa_nomime.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_nomime.types with parameters of type VoidRequest
 javax.xml.bind.JAXBElement<VoidRequest> ObjectFactory.createVoidRequest(VoidRequest value)
          Create an instance of JAXBElement<VoidRequest>}
 



Apache CXF