org.apache.hello_world_soap_http.any
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

This class was generated by IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:37 NST 2007 Generated source version: 2.0.3.0-fuse


Method Summary
 java.lang.String sayHi(java.util.List<SayHi.Port> port)
           
 java.lang.String sayHi1(java.util.List<SayHi1.Port> port)
           
 

Method Detail

sayHi1

@ResponseWrapper(targetNamespace="http://apache.org/hello_world_soap_http/any_types",
                 className="org.apache.hello_world_soap_http.any_types.SayHiResponse",
                 localName="sayHiResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world_soap_http/any_types",
                className="org.apache.hello_world_soap_http.any_types.SayHi1",
                localName="sayHi1")
java.lang.String sayHi1(java.util.List<SayHi1.Port> port)

sayHi

@ResponseWrapper(targetNamespace="http://apache.org/hello_world_soap_http/any_types",
                 className="org.apache.hello_world_soap_http.any_types.SayHiResponse",
                 localName="sayHiResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world_soap_http/any_types",
                className="org.apache.hello_world_soap_http.any_types.SayHi",
                localName="sayHi")
java.lang.String sayHi(java.util.List<SayHi.Port> port)


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