|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.runtime.DefaultWireProcessorExtensionPoint
public class DefaultWireProcessorExtensionPoint
The default implementation of a WireProcessorExtensionPoint
Constructor Summary | |
---|---|
DefaultWireProcessorExtensionPoint()
|
Method Summary | |
---|---|
void |
addWireProcessor(RuntimeWireProcessor processor)
Registers a wire-processor in the runtime |
java.util.List<RuntimeWireProcessor> |
getWireProcessors()
Returns a list of registered wire-processors. |
void |
removeWireProcessor(RuntimeWireProcessor processor)
De-registers a wire-processor in the runtime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultWireProcessorExtensionPoint()
Method Detail |
---|
public void addWireProcessor(RuntimeWireProcessor processor)
addWireProcessor
in interface RuntimeWireProcessorExtensionPoint
processor
- The processor to registerpublic void removeWireProcessor(RuntimeWireProcessor processor)
removeWireProcessor
in interface RuntimeWireProcessorExtensionPoint
processor
- The processor to de-registerpublic java.util.List<RuntimeWireProcessor> getWireProcessors()
getWireProcessors
in interface RuntimeWireProcessorExtensionPoint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |