org.apache.hello_world_mixedstyle
Class GreeterImplMixedStyle

java.lang.Object
  extended by org.apache.hello_world_mixedstyle.GreeterImplMixedStyle
All Implemented Interfaces:
org.apache.hello_world_mixedstyle.Greeter

public class GreeterImplMixedStyle
extends java.lang.Object
implements org.apache.hello_world_mixedstyle.Greeter


Constructor Summary
GreeterImplMixedStyle()
           
GreeterImplMixedStyle(java.lang.String v)
           
 
Method Summary
 org.apache.hello_world_mixedstyle.types.GreetMeResponse greetMe(org.apache.hello_world_mixedstyle.types.GreetMe1 requestType)
           
 void greetMeOneWay(java.lang.String requestType)
           
 void pingMe()
           
 java.lang.String sayHi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreeterImplMixedStyle

public GreeterImplMixedStyle()

GreeterImplMixedStyle

public GreeterImplMixedStyle(java.lang.String v)
Method Detail

sayHi

public java.lang.String sayHi()
Specified by:
sayHi in interface org.apache.hello_world_mixedstyle.Greeter

greetMe

public org.apache.hello_world_mixedstyle.types.GreetMeResponse greetMe(org.apache.hello_world_mixedstyle.types.GreetMe1 requestType)
Specified by:
greetMe in interface org.apache.hello_world_mixedstyle.Greeter

greetMeOneWay

public void greetMeOneWay(java.lang.String requestType)
Specified by:
greetMeOneWay in interface org.apache.hello_world_mixedstyle.Greeter

pingMe

public void pingMe()
            throws org.apache.hello_world_mixedstyle.PingMeFault
Specified by:
pingMe in interface org.apache.hello_world_mixedstyle.Greeter
Throws:
org.apache.hello_world_mixedstyle.PingMeFault


Apache CXF