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