org.mule.api.registry
Class AbstractServiceDescriptor
java.lang.Object
org.mule.api.registry.AbstractServiceDescriptor
- All Implemented Interfaces:
- ServiceDescriptor
- Direct Known Subclasses:
- DefaultModelServiceDescriptor, DefaultTransportServiceDescriptor
public abstract class AbstractServiceDescriptor
- extends java.lang.Object
- implements ServiceDescriptor
Field Summary |
protected Log |
logger
logger used by this class |
protected java.lang.String |
service
|
Method Summary |
java.lang.String |
getService()
|
protected java.lang.Class<?> |
removeClassProperty(java.lang.String name,
java.util.Properties properties)
|
protected java.lang.String |
removeProperty(java.lang.String name,
java.util.Properties properties)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Log logger
- logger used by this class
service
protected java.lang.String service
AbstractServiceDescriptor
public AbstractServiceDescriptor(java.lang.String service)
getService
public java.lang.String getService()
- Specified by:
getService
in interface ServiceDescriptor
removeProperty
protected java.lang.String removeProperty(java.lang.String name,
java.util.Properties properties)
removeClassProperty
protected java.lang.Class<?> removeClassProperty(java.lang.String name,
java.util.Properties properties)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.