public abstract class AbstractServiceDescriptor extends Object implements ServiceDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
AbstractServiceDescriptor.Key
Unique key used to cache the service descriptors.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
logger
logger used by this class
|
protected String |
service |
Constructor and Description |
---|
AbstractServiceDescriptor(String service) |
Modifier and Type | Method and Description |
---|---|
String |
getService() |
protected Class<?> |
removeClassProperty(String name,
Properties properties) |
protected String |
removeProperty(String name,
Properties properties) |
protected final Log logger
protected String service
public AbstractServiceDescriptor(String service)
public String getService()
getService
in interface ServiceDescriptor
protected String removeProperty(String name, Properties properties)
protected Class<?> removeClassProperty(String name, Properties properties) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.