public class PetStoreOperations extends Object
| Constructor and Description |
|---|
PetStoreOperations() |
| Modifier and Type | Method and Description |
|---|---|
ExclusivePetBreeder |
getBreeder(ExclusivePetBreeder breeder) |
PetCage |
getCage(PetStoreConnector config) |
ExclusiveCashier |
getCashier(ExclusiveCashier cashier) |
PetStoreClient |
getClient(PetStoreClient client) |
PetStoreClient |
getClientOnLatch(PetStoreClient client,
org.mule.runtime.core.api.Event event) |
List<Pet> |
getForbiddenPets(List<Pet> forbiddenPets) |
List<String> |
getPets(PetStoreClient client,
PetStoreConnector config,
String ownerName) |
public List<String> getPets(@Connection PetStoreClient client, @UseConfig PetStoreConnector config, String ownerName)
public PetStoreClient getClient(@Connection PetStoreClient client)
public ExclusivePetBreeder getBreeder(@ParameterGroup(value="Exclusive") ExclusivePetBreeder breeder)
public ExclusiveCashier getCashier(@ParameterGroup(value="Exclusive") ExclusiveCashier cashier)
public PetStoreClient getClientOnLatch(@Connection PetStoreClient client, org.mule.runtime.core.api.Event event) throws Exception
Exceptionpublic PetCage getCage(@UseConfig PetStoreConnector config)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.