Uses of Class
org.apache.cxf.org_apache_cxf_test_testinterface.xsd.CharElReturn

Packages that use CharElReturn
org.apache.cxf.org_apache_cxf_test_testinterface.xsd   
org.apache.cxf.test   
 

Uses of CharElReturn in org.apache.cxf.org_apache_cxf_test_testinterface.xsd
 

Methods in org.apache.cxf.org_apache_cxf_test_testinterface.xsd that return CharElReturn
 CharElReturn ObjectFactory.createCharElReturn()
          Create an instance of CharElReturn
 

Uses of CharElReturn in org.apache.cxf.test
 

Method parameters in org.apache.cxf.test with type arguments of type CharElReturn
 void TestInterfacePort.echoChar(java.lang.String x, javax.xml.ws.Holder<java.lang.String> y, javax.xml.ws.Holder<CharElReturn> _return, javax.xml.ws.Holder<java.lang.String> z)
           
 



Apache CXF