public class PetStoreOperations extends Object
| Constructor and Description |
|---|
PetStoreOperations() |
| Modifier and Type | Method and Description |
|---|---|
String |
describeSerializedAnimal(Serializable animal) |
ExclusivePetBreeder |
getBreeder(ExclusivePetBreeder breeder) |
PetCage |
getCage(PetStoreConnector config) |
ExclusiveCashier |
getCashier(ExclusiveCashier cashier) |
PetStoreClient |
getClient(PetStoreClient client) |
PetStoreClient |
getClientOnLatch(PetStoreClient client,
Object countDownLatch,
Object latch) |
String |
getDefaultEncoding(boolean usePhoneNumber,
PhoneNumber phoneNumber,
String encoding) |
String |
getFishFromRiverStream(InputStream river,
InputStream pollutedStream) |
List<Pet> |
getForbiddenPets(List<Pet> forbiddenPets) |
List<String> |
getPets(PetStoreClient client,
PetStoreConnector config,
String ownerName) |
void |
makePhoneCall(PhoneNumber phoneNumber) |
void |
setSecureCage(List<String> providers,
String user,
String pass,
org.mule.runtime.extension.api.security.AuthenticationHandler authHandler) |
public List<String> getPets(@Connection PetStoreClient client, @Config PetStoreConnector config, String ownerName)
public PetStoreClient getClient(@Connection PetStoreClient client)
public String getFishFromRiverStream(@Content InputStream river, @Optional InputStream pollutedStream)
public String describeSerializedAnimal(@XmlHints(allowReferences=false) Serializable animal)
public ExclusivePetBreeder getBreeder(@ParameterGroup(name="Exclusive") ExclusivePetBreeder breeder)
public ExclusiveCashier getCashier(@ParameterGroup(name="Exclusive") ExclusiveCashier cashier)
public String getDefaultEncoding(boolean usePhoneNumber, @Optional PhoneNumber phoneNumber, @DefaultEncoding String encoding)
public PetStoreClient getClientOnLatch(@Connection PetStoreClient client, Object countDownLatch, Object latch) throws Exception
Exceptionpublic PetCage getCage(@Config PetStoreConnector config)
public void setSecureCage(@Optional @NullSafe
List<String> providers,
String user,
String pass,
org.mule.runtime.extension.api.security.AuthenticationHandler authHandler)
throws org.mule.runtime.api.security.SecurityException,
org.mule.runtime.api.security.SecurityProviderNotFoundException,
org.mule.runtime.api.security.UnknownAuthenticationTypeException
org.mule.runtime.api.security.SecurityExceptionorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionpublic void makePhoneCall(PhoneNumber phoneNumber)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.