Uses of Class
org.apache.hello_world_xml_http.bare.types.MyComplexStructType

Packages that use MyComplexStructType
org.apache.hello_world_xml_http.bare   
org.apache.hello_world_xml_http.bare.types   
 

Uses of MyComplexStructType in org.apache.hello_world_xml_http.bare
 

Methods in org.apache.hello_world_xml_http.bare that return MyComplexStructType
 MyComplexStructType GreeterImpl.sendReceiveData(MyComplexStructType in)
           
 MyComplexStructType Greeter.sendReceiveData(MyComplexStructType in)
           
 

Methods in org.apache.hello_world_xml_http.bare with parameters of type MyComplexStructType
 MyComplexStructType GreeterImpl.sendReceiveData(MyComplexStructType in)
           
 MyComplexStructType Greeter.sendReceiveData(MyComplexStructType in)
           
 java.lang.String GreeterImpl.testMultiParamPart(MyComplexStructType in2, java.lang.String in1)
           
 java.lang.String Greeter.testMultiParamPart(MyComplexStructType in2, java.lang.String in1)
           
 java.lang.String GreeterImpl.testTriPart(MyComplexStructType in1, java.lang.String in3, java.lang.String in2)
           
 java.lang.String Greeter.testTriPart(MyComplexStructType in1, java.lang.String in3, java.lang.String in2)
           
 java.lang.String GreeterImpl.testTriPartNoOrder(java.lang.String in3, MyComplexStructType in1, java.lang.String in2)
           
 java.lang.String Greeter.testTriPartNoOrder(java.lang.String in3, MyComplexStructType in1, java.lang.String in2)
           
 

Uses of MyComplexStructType in org.apache.hello_world_xml_http.bare.types
 

Methods in org.apache.hello_world_xml_http.bare.types that return MyComplexStructType
 MyComplexStructType ObjectFactory.createMyComplexStructType()
          Create an instance of MyComplexStructType
 

Methods in org.apache.hello_world_xml_http.bare.types that return types with arguments of type MyComplexStructType
 javax.xml.bind.JAXBElement<MyComplexStructType> ObjectFactory.createMyComplexStruct(MyComplexStructType value)
          Create an instance of JAXBElement<MyComplexStructType>}
 

Methods in org.apache.hello_world_xml_http.bare.types with parameters of type MyComplexStructType
 javax.xml.bind.JAXBElement<MyComplexStructType> ObjectFactory.createMyComplexStruct(MyComplexStructType value)
          Create an instance of JAXBElement<MyComplexStructType>}
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.