Uses of Class
org.apache.hello_world_soap_http.any_types.SayHi.Port
-
Packages that use SayHi.Port Package Description 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 Modifier and Type Method Description StringGreeter. sayHi(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 Modifier and Type Field Description protected List<SayHi.Port>SayHi. portMethods in org.apache.hello_world_soap_http.any_types that return SayHi.Port Modifier and Type Method Description SayHi.PortObjectFactory. createSayHiPort()Create an instance ofSayHi.PortMethods in org.apache.hello_world_soap_http.any_types that return types with arguments of type SayHi.Port Modifier and Type Method Description 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 Modifier and Type Method Description StringGreeterImpl. sayHi(List<SayHi.Port> port)
-