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
Person getPerson(java.lang.String firstName)
getPeople
Person[] getPeople()
addPerson
void addPerson(Person person)
throws java.lang.Exception
- Throws:
java.lang.Exception
addPerson
Person addPerson(java.lang.String firstname,
java.lang.String surname)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.