@Extension(name="petstore")
@Operations(value={PetStoreOperations.class,PetStoreOperationsWithFailures.class,PetStoreFailingOperations.class})
@ConnectionProviders(value={SimplePetStoreConnectionProvider.class,PooledPetStoreConnectionProvider.class,TransactionalPetStoreConnectionProvider.class,PooledPetStoreConnectionProviderWithFailureInvalidConnection.class,PooledPetStoreConnectionProviderWithValidConnection.class})
@ErrorTypes(value=PetstoreErrorTypeDefinition.class)
@Sources(value={PetStoreSource.class,FailingPetStoreSource.class,SentientSource.class})
@Xml(namespace="http://www.mulesoft.org/schema/mule/petstore",
prefix="petstore")
public class PetStoreConnector
extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
timesStarted
Indicates how many times a
PetStoreConnector was started. |
| Constructor and Description |
|---|
PetStoreConnector() |
| Modifier and Type | Method and Description |
|---|---|
PetCage |
getCage() |
ExclusiveCashier |
getCashier() |
List<String> |
getPets() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
public static int timesStarted
PetStoreConnector was started.public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public PetCage getCage()
public ExclusiveCashier getCashier()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.