org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:12.807Z Generated source version: 2.4.3-fuse-03-02


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

Method Detail

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(String requestType)

greetMe

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

pingMe

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

sayHi1

SayHiResponse sayHi1(SayHi in)


Apache CXF