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

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

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

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

Uses of SayHi1.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 SayHi1.Port
protected  java.util.List<SayHi1.Port> SayHi1.port
           
 

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

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

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



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