Uses of Class
org.apache.hello_world_xml_http.bare.types.MyComplexStructType
-
Packages that use MyComplexStructType Package Description 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 Modifier and Type Method Description MyComplexStructTypeGreeter. sendReceiveData(MyComplexStructType in)MyComplexStructTypeGreeterImpl. sendReceiveData(MyComplexStructType in)Methods in org.apache.hello_world_xml_http.bare with parameters of type MyComplexStructType Modifier and Type Method Description MyComplexStructTypeGreeter. sendReceiveData(MyComplexStructType in)MyComplexStructTypeGreeterImpl. sendReceiveData(MyComplexStructType in)StringGreeter. testMultiParamPart(MyComplexStructType in2, String in1)StringGreeterImpl. testMultiParamPart(MyComplexStructType in2, String in1)StringGreeter. testTriPart(MyComplexStructType in1, String in3, String in2)StringGreeterImpl. testTriPart(MyComplexStructType in1, String in3, String in2)StringGreeter. testTriPartNoOrder(String in3, MyComplexStructType in1, String in2)StringGreeterImpl. testTriPartNoOrder(String in3, MyComplexStructType in1, 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 Modifier and Type Method Description MyComplexStructTypeObjectFactory. createMyComplexStructType()Create an instance ofMyComplexStructTypeMethods in org.apache.hello_world_xml_http.bare.types that return types with arguments of type MyComplexStructType Modifier and Type Method Description javax.xml.bind.JAXBElement<MyComplexStructType>ObjectFactory. createMyComplexStruct(MyComplexStructType value)Methods in org.apache.hello_world_xml_http.bare.types with parameters of type MyComplexStructType Modifier and Type Method Description javax.xml.bind.JAXBElement<MyComplexStructType>ObjectFactory. createMyComplexStruct(MyComplexStructType value)
-