org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

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


Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 void greetMeOneWay(java.lang.String requestType)
           
 void pingMe()
           
 SayHiResponse sayHi1(SayHi in)
           
 

Method Detail

sayHi1

SayHiResponse sayHi1(SayHi in)

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                 className="org.apache.hello_world_xml_http.mixed.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMe")
java.lang.String greetMe(java.lang.String requestType)

pingMe

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

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMeOneWay")
void greetMeOneWay(java.lang.String requestType)


Apache CXF