|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WirePostProcessorRegistry
Acts as a delegating WirePostProcessor
, delegating post-processing of wires after policies have been
applied and source an targets have been matched but before they are connected.
Method Summary | |
---|---|
void |
register(WirePostProcessor processor)
Registers a post-processor in the runtime |
void |
unregister(WirePostProcessor processor)
De-registers a post-processor in the runtime |
Methods inherited from interface org.apache.tuscany.spi.builder.WirePostProcessor |
---|
process, process |
Method Detail |
---|
void register(WirePostProcessor processor)
processor
- the processor to registervoid unregister(WirePostProcessor processor)
processor
- the processor to de-register
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |