org.rhq.enterprise.server.test
Class WebServiceTestBean

java.lang.Object
  extended by org.rhq.enterprise.server.test.WebServiceTestBean
All Implemented Interfaces:
WebServiceTestLocal, WebServiceTestRemote

public class WebServiceTestBean
extends Object
implements WebServiceTestLocal, WebServiceTestRemote


Constructor Summary
WebServiceTestBean()
           
 
Method Summary
 String addPerson(org.rhq.enterprise.server.test.Person p)
           
 String echo(String s)
           
 org.rhq.enterprise.server.test.Person getPersonByName(org.rhq.enterprise.server.test.Name n)
           
 String hello()
           
 void testExceptions()
           
 String testListArg(List<String> list)
           
 void testVoid()
           
 org.rhq.enterprise.server.test.AnotherPerson updatePerson(org.rhq.enterprise.server.test.AnotherPerson p, org.rhq.enterprise.server.test.Name n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceTestBean

public WebServiceTestBean()
Method Detail

addPerson

public String addPerson(org.rhq.enterprise.server.test.Person p)
Specified by:
addPerson in interface WebServiceTestLocal
Specified by:
addPerson in interface WebServiceTestRemote

updatePerson

public org.rhq.enterprise.server.test.AnotherPerson updatePerson(org.rhq.enterprise.server.test.AnotherPerson p,
                                                                 org.rhq.enterprise.server.test.Name n)
Specified by:
updatePerson in interface WebServiceTestLocal
Specified by:
updatePerson in interface WebServiceTestRemote

testListArg

public String testListArg(List<String> list)
Specified by:
testListArg in interface WebServiceTestRemote

getPersonByName

public org.rhq.enterprise.server.test.Person getPersonByName(org.rhq.enterprise.server.test.Name n)
Specified by:
getPersonByName in interface WebServiceTestLocal
Specified by:
getPersonByName in interface WebServiceTestRemote

echo

public String echo(String s)
Specified by:
echo in interface WebServiceTestLocal
Specified by:
echo in interface WebServiceTestRemote

hello

public String hello()
Specified by:
hello in interface WebServiceTestLocal
Specified by:
hello in interface WebServiceTestRemote

testExceptions

public void testExceptions()
                    throws org.rhq.enterprise.server.test.TestException
Specified by:
testExceptions in interface WebServiceTestRemote
Throws:
org.rhq.enterprise.server.test.TestException

testVoid

public void testVoid()
Specified by:
testVoid in interface WebServiceTestRemote


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.