org.apache.hello_world_soap12_http
Interface Greeter


public interface Greeter

This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse Tue Nov 18 13:01:49 EST 2008 Generated source version: 2.0.6.11-fuse


Method Summary
 void pingMe()
           
 java.lang.String sayHi()
           
 

Method Detail

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap12_http/types",
                 className="org.apache.hello_world_soap12_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap12_http/types",
                className="org.apache.hello_world_soap12_http.types.SayHi")
java.lang.String sayHi()

pingMe

@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap12_http/types",
                 className="org.apache.hello_world_soap12_http.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world_soap12_http/types",
                className="org.apache.hello_world_soap12_http.types.PingMe")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault


Apache CXF