org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:34.670-04:00",
           comments="Apache CXF 2.6.2")
public interface Greeter

This class was generated by Apache CXF 2.6.2 2012-08-14T17:38:34.670-04:00 Generated source version: 2.6.2


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

Method Detail

pingMe

@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                 className="org.apache.hello_world_xml_http.mixed.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.PingMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:34.670-04:00")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                 className="org.apache.hello_world_xml_http.mixed.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:34.670-04:00")
String greetMe(String requestType)

sayHi1

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:34.670-04:00")
SayHiResponse sayHi1(SayHi in)

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:34.670-04:00")
void greetMeOneWay(String requestType)


Apache CXF