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

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

Uses of OutputResponseAll in org.apache.cxf.swa_nomime
 

Methods in org.apache.cxf.swa_nomime that return OutputResponseAll
 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 OutputResponseAll in org.apache.cxf.swa_nomime.types
 

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

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

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



Apache CXF