org.jboss.fuse.examples.cxf.jaxws.security
Class HelloWorldImpl

java.lang.Object
  extended by org.jboss.fuse.examples.cxf.jaxws.security.HelloWorldImpl
All Implemented Interfaces:
HelloWorld

public class HelloWorldImpl
extends java.lang.Object
implements HelloWorld

This is our web service implementation, which implements the web service interface. We also add the @WebService annotation to it to mark this class an implementation for the endpoint interface.


Constructor Summary
HelloWorldImpl()
           
 
Method Summary
 java.lang.String sayHi(java.lang.String name)
          Just a simple implementation for a friendly message that says hello.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldImpl

public HelloWorldImpl()
Method Detail

sayHi

public java.lang.String sayHi(java.lang.String name)
Just a simple implementation for a friendly message that says hello.

Specified by:
sayHi in interface HelloWorld


Copyright © 2013 Red Hat. All Rights Reserved.