org.apache.hello_world.jbi
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

This class was generated by Apache CXF 2.1.3.9-fuse Fri Jul 24 16:30:55 EDT 2009 Generated source version: 2.1.3.9-fuse


Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 void greetMeOneWay(java.lang.String requestType)
           
 void pingMe()
           
 java.lang.String sayHi()
           
 

Method Detail

greetMeOneWay

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

sayHi

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

greetMe

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

pingMe

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


Apache CXF