Uses of Class
org.apache.hello_world_rpclit.types.MyComplexStruct

Packages that use MyComplexStruct
org.apache.hello_world_rpclit   
org.apache.hello_world_rpclit.types   
org.apache.hello_world_soap_http   
 

Uses of MyComplexStruct in org.apache.hello_world_rpclit
 

Methods in org.apache.hello_world_rpclit that return MyComplexStruct
 MyComplexStruct GreeterRPCLit.sendReceiveData(MyComplexStruct in)
           
 

Methods in org.apache.hello_world_rpclit with parameters of type MyComplexStruct
 MyComplexStruct GreeterRPCLit.sendReceiveData(MyComplexStruct in)
           
 

Uses of MyComplexStruct in org.apache.hello_world_rpclit.types
 

Methods in org.apache.hello_world_rpclit.types that return MyComplexStruct
 MyComplexStruct ObjectFactory.createMyComplexStruct()
          Create an instance of MyComplexStruct
 

Uses of MyComplexStruct in org.apache.hello_world_soap_http
 

Methods in org.apache.hello_world_soap_http that return MyComplexStruct
 MyComplexStruct NotAnnotatedGreeterImplRPCLit.sendReceiveData(MyComplexStruct in)
           
 MyComplexStruct RPCLitGreeterImpl.sendReceiveData(MyComplexStruct in)
           
 

Methods in org.apache.hello_world_soap_http with parameters of type MyComplexStruct
 MyComplexStruct NotAnnotatedGreeterImplRPCLit.sendReceiveData(MyComplexStruct in)
           
 MyComplexStruct RPCLitGreeterImpl.sendReceiveData(MyComplexStruct in)
           
 



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