org.rhq.enterprise.server.test
Class WebServiceTestBean
java.lang.Object
org.rhq.enterprise.server.test.WebServiceTestBean
- All Implemented Interfaces:
- WebServiceTestLocal, WebServiceTestRemote
public class WebServiceTestBean
- extends Object
- implements WebServiceTestLocal, WebServiceTestRemote
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceTestBean
public WebServiceTestBean()
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.