|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.fuse.examples.cxf.jaxws.security.HelloWorldImpl
public class HelloWorldImpl
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 |
|---|
public HelloWorldImpl()
| Method Detail |
|---|
public java.lang.String sayHi(java.lang.String name)
sayHi in interface HelloWorld
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||