Uses of Class
org.apache.tests.type_test.all.SimpleAll

Packages that use SimpleAll
org.apache.header_test   
org.apache.tests.type_test.all   
 

Uses of SimpleAll in org.apache.header_test
 

Method parameters in org.apache.header_test with type arguments of type SimpleAll
 SimpleStruct TestHeader.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 SimpleStruct TestHeaderImpl.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 

Uses of SimpleAll in org.apache.tests.type_test.all
 

Methods in org.apache.tests.type_test.all that return SimpleAll
 SimpleAll ObjectFactory.createSimpleAll()
          Create an instance of SimpleAll
 

Methods in org.apache.tests.type_test.all that return types with arguments of type SimpleAll
 javax.xml.bind.JAXBElement<SimpleAll> ObjectFactory.createTestAll(SimpleAll value)
          Create an instance of JAXBElement<SimpleAll>}
 

Methods in org.apache.tests.type_test.all with parameters of type SimpleAll
 javax.xml.bind.JAXBElement<SimpleAll> ObjectFactory.createTestAll(SimpleAll value)
          Create an instance of JAXBElement<SimpleAll>}
 



Apache CXF