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 org.apache.commons.logging.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 org.apache.commons.logging.Log logger
protected String service
public AbstractServiceDescriptor(String service)
public String getService()
getService in interface ServiceDescriptorprotected String removeProperty(String name, Properties properties)
protected Class<?> removeClassProperty(String name, Properties properties) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.