|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WireRegistry
This registry is used to register/unregister Wires.
| Method Summary | |
|---|---|
Wire |
getWire(java.util.Map<java.lang.String,?> properties)
Get the wire that matches the given properties |
void |
register(Wire wire)
Convenience method for registering a wire without having to specify the wire's properties. |
void |
unregister(Wire wire)
Convenience method for unregistering a wire without having to specify the wire's properties. |
| Methods inherited from interface org.apache.servicemix.nmr.api.service.ServiceRegistry |
|---|
getProperties, getServices, register, unregister |
| Method Detail |
|---|
Wire getWire(java.util.Map<java.lang.String,?> properties)
properties - the wire's properties
null if there's no wire to match this property setvoid register(Wire wire)
wire - the wire to be registeredvoid unregister(Wire wire)
wire - the wire to be unregistered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||