Uses of Class
org.apache.tests.type_test.sequence.SimpleStruct

Packages that use SimpleStruct
org.apache.header_test   
org.apache.tests.type_test.sequence   
 

Uses of SimpleStruct in org.apache.header_test
 

Methods in org.apache.header_test that return SimpleStruct
 SimpleStruct TestHeaderImpl.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 SimpleStruct TestHeader.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 

Uses of SimpleStruct in org.apache.tests.type_test.sequence
 

Methods in org.apache.tests.type_test.sequence that return SimpleStruct
 SimpleStruct ObjectFactory.createSimpleStruct()
          Create an instance of SimpleStruct
 

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

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



Apache CXF