|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.assembly.builder.impl.BaseConfigurationBuilderImpl
public abstract class BaseConfigurationBuilderImpl
Base class for Builder implementations that handles configuration.
| Constructor Summary | |
|---|---|
protected |
BaseConfigurationBuilderImpl(AssemblyFactory assemblyFactory,
SCABindingFactory scaBindingFactory,
javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory,
javax.xml.transform.TransformerFactory transformerFactory,
InterfaceContractMapper interfaceContractMapper,
SCADefinitions policyDefinitions,
Monitor monitor)
|
| Method Summary | |
|---|---|
protected void |
configureBindingURIs(Composite composite,
java.util.List<Binding> defaultBindings)
Fully resolve the binding URIs based on available information. |
protected void |
configureBindingURIsAndNames(Composite composite)
Called by CompositeBindingURIBuilderImpl |
protected void |
configureComponents(Composite composite)
Configure components in the composite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BaseConfigurationBuilderImpl(AssemblyFactory assemblyFactory,
SCABindingFactory scaBindingFactory,
javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory,
javax.xml.transform.TransformerFactory transformerFactory,
InterfaceContractMapper interfaceContractMapper,
SCADefinitions policyDefinitions,
Monitor monitor)
| Method Detail |
|---|
protected void configureComponents(Composite composite)
throws CompositeBuilderException
composite - problems -
CompositeBuilderException
protected void configureBindingURIsAndNames(Composite composite)
throws CompositeBuilderException
composite - the composite to be configured
CompositeBuilderException
protected void configureBindingURIs(Composite composite,
java.util.List<Binding> defaultBindings)
throws CompositeBuilderException
composite - the composite to be configureddefaultBindings - list of default binding configurations
CompositeBuilderException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||