Uses of Class
org.apache.hello_world_soap_http.any_types.SayHi.Port

Packages that use SayHi.Port
org.apache.hello_world_soap_http.any   
org.apache.hello_world_soap_http.any_types   
 

Uses of SayHi.Port in org.apache.hello_world_soap_http.any
 

Method parameters in org.apache.hello_world_soap_http.any with type arguments of type SayHi.Port
 java.lang.String Greeter.sayHi(java.util.List<SayHi.Port> port)
           
 

Uses of SayHi.Port in org.apache.hello_world_soap_http.any_types
 

Fields in org.apache.hello_world_soap_http.any_types with type parameters of type SayHi.Port
protected  java.util.List<SayHi.Port> SayHi.port
           
 

Methods in org.apache.hello_world_soap_http.any_types that return SayHi.Port
 SayHi.Port ObjectFactory.createSayHiPort()
          Create an instance of SayHi.Port
 

Methods in org.apache.hello_world_soap_http.any_types that return types with arguments of type SayHi.Port
 java.util.List<SayHi.Port> SayHi.getPort()
          Gets the value of the port property.
 

Method parameters in org.apache.hello_world_soap_http.any_types with type arguments of type SayHi.Port
 java.lang.String GreeterImpl.sayHi(java.util.List<SayHi.Port> port)
           
 



Apache CXF