org.apache.hello_world_mixedstyle
Interface Greeter

All Known Implementing Classes:
GreeterImplMixedStyle

public interface Greeter

This class was generated by Progress FUSE Services Framework 2.2.12-fuse-00-00 Tue Jun 14 10:52:51 UTC 2011 Generated source version: 2.2.12-fuse-00-00


Method Summary
 GreetMeResponse greetMe(GreetMe1 in)
           
 void greetMeOneWay(String requestType)
           
 void pingMe()
           
 String sayHi()
           
 

Method Detail

greetMeOneWay

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

greetMe

GreetMeResponse greetMe(GreetMe1 in)

pingMe

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

sayHi

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


Apache CXF