org.mule.tck.testmodels.services
Interface PeopleService
- All Known Implementing Classes:
- TestServiceComponent
- public interface PeopleService
PeopleService
is a test service that returns complex types
getPerson
public Person getPerson(String firstName)
getPeople
public Person[] getPeople()
addPerson
public void addPerson(Person person)
throws Exception
- Throws:
Exception
addPerson
public Person addPerson(String firstname,
String surname)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.