public class WebComponentSourceWireAttacher extends java.lang.Object implements org.fabric3.spi.container.builder.component.SourceWireAttacher<WebComponentWireSourceDefinition>
| Constructor and Description |
|---|
WebComponentSourceWireAttacher(org.fabric3.spi.container.component.ComponentManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(WebComponentWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire) |
void |
attachObjectFactory(WebComponentWireSourceDefinition source,
org.fabric3.spi.container.objectfactory.ObjectFactory<?> objectFactory,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
void |
detach(WebComponentWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
void |
detachObjectFactory(WebComponentWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
public WebComponentSourceWireAttacher(org.fabric3.spi.container.component.ComponentManager manager)
public void attach(WebComponentWireSourceDefinition 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<WebComponentWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detach(WebComponentWireSourceDefinition source, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
detach in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<WebComponentWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detachObjectFactory(WebComponentWireSourceDefinition source, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
detachObjectFactory in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<WebComponentWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void attachObjectFactory(WebComponentWireSourceDefinition 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<WebComponentWireSourceDefinition>org.fabric3.spi.container.ContainerException