org.apache.hello_world_mixedstyle
Interface Greeter

All Known Implementing Classes:
GreeterImplMixedStyle

public interface Greeter

This class was generated by the CXF 2.0-IONA-RC1 Fri Jun 15 11:06:38 EDT 2007 Generated source version: 2.0-IONA-RC1


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

Method Detail

greetMeOneWay

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

greetMe

GreetMeResponse greetMe(GreetMe1 in)

pingMe

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

sayHi

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


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.