| Constructor and Description |
|---|
DefaultDeclarationSessionCacheService(org.mule.tooling.client.api.cache.CacheStorageSerializer serializer,
org.mule.tooling.client.internal.serialization.Serializer internalSerializer,
ToolingCacheIdGenerator<org.mule.runtime.app.declaration.api.ElementDeclaration> cacheIdGenerator,
Map<String,?> cacheStorage,
org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.app.declaration.api.ElementDeclaration> componentLocator) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.tooling.client.api.cache.CacheStorageSerializer |
getSerializer() |
void |
invalidateDependencies(String globalElementName) |
Object |
invokeMethod(String methodName,
String[] classes,
String[] arguments)
Dispatcher that calls the method on this object by the given name and arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFeatureEnabled, methodNotFound, notMatchingMethod, validateInputpublic DefaultDeclarationSessionCacheService(org.mule.tooling.client.api.cache.CacheStorageSerializer serializer,
org.mule.tooling.client.internal.serialization.Serializer internalSerializer,
ToolingCacheIdGenerator<org.mule.runtime.app.declaration.api.ElementDeclaration> cacheIdGenerator,
Map<String,?> cacheStorage,
org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.app.declaration.api.ElementDeclaration> componentLocator)
public org.mule.tooling.client.api.cache.CacheStorageSerializer getSerializer()
getSerializer in interface org.mule.tooling.client.api.declaration.session.DeclarationSessionCacheServicepublic void invalidateDependencies(String globalElementName)
invalidateDependencies in interface org.mule.tooling.client.api.declaration.session.DeclarationSessionCacheServicepublic Object invokeMethod(String methodName, String[] classes, String[] arguments)
CommandinvokeMethod in interface CommandmethodName - the name of the method to be invoked.classes - array of class names for arguments.arguments - array of arguments serialized as JSON.Object, in case of a service method invocation it will return the DTO serialized to JSON or the instance in
case of a service instance.Copyright © 2022 MuleSoft, Inc.. All rights reserved.