org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

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


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

Method Detail

sayHi1

SayHiResponse sayHi1(SayHi in)

greetMe

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

pingMe

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

greetMeOneWay

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


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