public class WebComponentBuilder extends java.lang.Object implements org.fabric3.spi.container.builder.component.ComponentBuilder<WebComponentDefinition,WebComponent>
| Constructor and Description |
|---|
WebComponentBuilder(org.fabric3.implementation.pojo.spi.proxy.WireProxyService wireProxyService,
org.fabric3.implementation.pojo.spi.proxy.ChannelProxyService channelProxyService,
org.fabric3.container.web.spi.WebApplicationActivator activator,
InjectorFactory injectorFactory,
org.fabric3.api.host.runtime.HostInfo info) |
| Modifier and Type | Method and Description |
|---|---|
WebComponent |
build(WebComponentDefinition definition) |
void |
dispose(WebComponentDefinition definition,
WebComponent component) |
public WebComponentBuilder(org.fabric3.implementation.pojo.spi.proxy.WireProxyService wireProxyService,
org.fabric3.implementation.pojo.spi.proxy.ChannelProxyService channelProxyService,
org.fabric3.container.web.spi.WebApplicationActivator activator,
InjectorFactory injectorFactory,
org.fabric3.api.host.runtime.HostInfo info)
public WebComponent build(WebComponentDefinition definition) throws org.fabric3.spi.container.ContainerException
build in interface org.fabric3.spi.container.builder.component.ComponentBuilder<WebComponentDefinition,WebComponent>org.fabric3.spi.container.ContainerExceptionpublic void dispose(WebComponentDefinition definition, WebComponent component) throws org.fabric3.spi.container.ContainerException
dispose in interface org.fabric3.spi.container.builder.component.ComponentBuilder<WebComponentDefinition,WebComponent>org.fabric3.spi.container.ContainerException