org.mule.tck.testmodels.services
Interface PeopleService

All Known Implementing Classes:
TestServiceComponent

public interface PeopleService

PeopleService is a test service that returns complex types


Method Summary
 void addPerson(Person person)
           
 Person addPerson(String firstname, String surname)
           
 Person[] getPeople()
           
 Person getPerson(String firstName)
           
 

Method Detail

getPerson

Person getPerson(String firstName)

getPeople

Person[] getPeople()

addPerson

void addPerson(Person person)
               throws Exception
Throws:
Exception

addPerson

Person addPerson(String firstname,
                 String surname)
                 throws Exception
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.