org.apache.hello_world_mixedstyle
Interface Greeter

All Known Implementing Classes:
GreeterImplMixedStyle

public interface Greeter

This class was generated by Apache CXF 2.1.3.17-fuse Thu Apr 01 17:12:07 EDT 2010 Generated source version: 2.1.3.17-fuse


Method Summary
 GreetMeResponse greetMe(GreetMe1 in)
           
 void greetMeOneWay(java.lang.String requestType)
           
 void pingMe()
           
 java.lang.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(java.lang.String requestType)

greetMe

GreetMeResponse greetMe(GreetMe1 in)

pingMe

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

sayHi

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


Apache CXF