public class ZeroMQTargetAttacher extends java.lang.Object implements org.fabric3.spi.container.builder.component.TargetWireAttacher<ZeroMQWireTargetDefinition>
| Constructor and Description |
|---|
ZeroMQTargetAttacher(ZeroMQWireBroker broker,
org.fabric3.spi.classloader.ClassLoaderRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
ZeroMQWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire) |
org.fabric3.spi.container.objectfactory.ObjectFactory<?> |
createObjectFactory(ZeroMQWireTargetDefinition target) |
void |
detach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
ZeroMQWireTargetDefinition target) |
public ZeroMQTargetAttacher(ZeroMQWireBroker broker, org.fabric3.spi.classloader.ClassLoaderRegistry registry)
public void attach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
ZeroMQWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire)
throws org.fabric3.spi.container.ContainerException
attach in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<ZeroMQWireTargetDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
ZeroMQWireTargetDefinition target)
throws org.fabric3.spi.container.ContainerException
detach in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<ZeroMQWireTargetDefinition>org.fabric3.spi.container.ContainerExceptionpublic org.fabric3.spi.container.objectfactory.ObjectFactory<?> createObjectFactory(ZeroMQWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
createObjectFactory in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<ZeroMQWireTargetDefinition>org.fabric3.spi.container.ContainerException