From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/model/ModelRuntimeException.html | 302 ++++++ .../tuscany/model/assembly/AssemblyContext.html | 302 ++++++ .../tuscany/model/assembly/AssemblyFactory.html | 884 ++++++++++++++++ .../assembly/AssemblyInitializationException.html | 300 ++++++ .../tuscany/model/assembly/AssemblyObject.html | 262 +++++ .../tuscany/model/assembly/AssemblyVisitor.html | 211 ++++ .../tuscany/model/assembly/AtomicComponent.html | 231 +++++ .../model/assembly/AtomicImplementation.html | 216 ++++ .../org/apache/tuscany/model/assembly/Binding.html | 257 +++++ .../apache/tuscany/model/assembly/Component.html | 434 ++++++++ .../tuscany/model/assembly/ComponentType.html | 363 +++++++ .../apache/tuscany/model/assembly/Composite.html | 517 ++++++++++ .../tuscany/model/assembly/CompositeComponent.html | 292 ++++++ .../tuscany/model/assembly/ConfiguredPort.html | 363 +++++++ .../tuscany/model/assembly/ConfiguredProperty.html | 403 ++++++++ .../model/assembly/ConfiguredReference.html | 276 +++++ .../tuscany/model/assembly/ConfiguredService.html | 213 ++++ .../model/assembly/ContextFactoryHolder.html | 237 +++++ .../apache/tuscany/model/assembly/EntryPoint.html | 361 +++++++ .../apache/tuscany/model/assembly/Extensible.html | 256 +++++ .../tuscany/model/assembly/ExternalService.html | 358 +++++++ .../tuscany/model/assembly/Implementation.html | 268 +++++ .../apache/tuscany/model/assembly/ImportWSDL.html | 355 +++++++ .../org/apache/tuscany/model/assembly/Module.html | 282 ++++++ .../tuscany/model/assembly/ModuleComponent.html | 240 +++++ .../tuscany/model/assembly/ModuleFragment.html | 224 +++++ .../tuscany/model/assembly/Multiplicity.html | 369 +++++++ .../tuscany/model/assembly/OverrideOption.html | 346 +++++++ .../org/apache/tuscany/model/assembly/Part.html | 323 ++++++ .../org/apache/tuscany/model/assembly/Port.html | 305 ++++++ .../apache/tuscany/model/assembly/Property.html | 461 +++++++++ .../tuscany/model/assembly/ProxyFactoryHolder.html | 237 +++++ .../apache/tuscany/model/assembly/Reference.html | 262 +++++ .../org/apache/tuscany/model/assembly/Scope.html | 387 +++++++ .../org/apache/tuscany/model/assembly/Service.html | 204 ++++ .../tuscany/model/assembly/ServiceContract.html | 363 +++++++ .../apache/tuscany/model/assembly/ServiceURI.html | 320 ++++++ .../apache/tuscany/model/assembly/Subsystem.html | 280 ++++++ .../org/apache/tuscany/model/assembly/Wire.html | 311 ++++++ .../model/assembly/class-use/AssemblyContext.html | 409 ++++++++ .../model/assembly/class-use/AssemblyFactory.html | 266 +++++ .../class-use/AssemblyInitializationException.html | 177 ++++ .../model/assembly/class-use/AssemblyObject.html | 754 ++++++++++++++ .../model/assembly/class-use/AssemblyVisitor.html | 311 ++++++ .../model/assembly/class-use/AtomicComponent.html | 222 +++++ .../assembly/class-use/AtomicImplementation.html | 177 ++++ .../tuscany/model/assembly/class-use/Binding.html | 298 ++++++ .../model/assembly/class-use/Component.html | 270 +++++ .../model/assembly/class-use/ComponentType.html | 302 ++++++ .../model/assembly/class-use/Composite.html | 326 ++++++ .../assembly/class-use/CompositeComponent.html | 206 ++++ .../model/assembly/class-use/ConfiguredPort.html | 282 ++++++ .../assembly/class-use/ConfiguredProperty.html | 270 +++++ .../assembly/class-use/ConfiguredReference.html | 360 +++++++ .../assembly/class-use/ConfiguredService.html | 404 ++++++++ .../assembly/class-use/ContextFactoryHolder.html | 294 ++++++ .../model/assembly/class-use/EntryPoint.html | 298 ++++++ .../model/assembly/class-use/Extensible.html | 586 +++++++++++ .../model/assembly/class-use/ExternalService.html | 254 +++++ .../model/assembly/class-use/Implementation.html | 310 ++++++ .../model/assembly/class-use/ImportWSDL.html | 288 ++++++ .../tuscany/model/assembly/class-use/Module.html | 222 +++++ .../model/assembly/class-use/ModuleComponent.html | 327 ++++++ .../model/assembly/class-use/ModuleFragment.html | 270 +++++ .../model/assembly/class-use/Multiplicity.html | 275 +++++ .../model/assembly/class-use/OverrideOption.html | 291 ++++++ .../tuscany/model/assembly/class-use/Part.html | 402 ++++++++ .../tuscany/model/assembly/class-use/Port.html | 262 +++++ .../tuscany/model/assembly/class-use/Property.html | 336 +++++++ .../assembly/class-use/ProxyFactoryHolder.html | 238 +++++ .../model/assembly/class-use/Reference.html | 308 ++++++ .../tuscany/model/assembly/class-use/Scope.html | 255 +++++ .../tuscany/model/assembly/class-use/Service.html | 270 +++++ .../model/assembly/class-use/ServiceContract.html | 392 ++++++++ .../model/assembly/class-use/ServiceURI.html | 376 +++++++ .../model/assembly/class-use/Subsystem.html | 222 +++++ .../tuscany/model/assembly/class-use/Wire.html | 254 +++++ .../model/assembly/impl/AssemblyContextImpl.html | 446 +++++++++ .../model/assembly/impl/AssemblyFactoryImpl.html | 1051 ++++++++++++++++++++ .../model/assembly/impl/AssemblyObjectImpl.html | 502 ++++++++++ .../model/assembly/impl/AtomicComponentImpl.html | 316 ++++++ .../assembly/impl/AtomicImplementationImpl.html | 288 ++++++ .../tuscany/model/assembly/impl/BindingImpl.html | 389 ++++++++ .../tuscany/model/assembly/impl/ComponentImpl.html | 582 +++++++++++ .../model/assembly/impl/ComponentTypeImpl.html | 501 ++++++++++ .../tuscany/model/assembly/impl/CompositeImpl.html | 727 ++++++++++++++ .../model/assembly/impl/ConfiguredPortImpl.html | 532 ++++++++++ .../assembly/impl/ConfiguredPropertyImpl.html | 533 ++++++++++ .../assembly/impl/ConfiguredReferenceImpl.html | 364 +++++++ .../model/assembly/impl/ConfiguredServiceImpl.html | 278 ++++++ .../model/assembly/impl/EntryPointImpl.html | 507 ++++++++++ .../model/assembly/impl/ExtensibleImpl.html | 379 +++++++ .../model/assembly/impl/ExternalServiceImpl.html | 545 ++++++++++ .../model/assembly/impl/ImplementationImpl.html | 397 ++++++++ .../model/assembly/impl/ImportWSDLImpl.html | 441 ++++++++ .../model/assembly/impl/ModuleComponentImpl.html | 376 +++++++ .../model/assembly/impl/ModuleFragmentImpl.html | 331 ++++++ .../tuscany/model/assembly/impl/ModuleImpl.html | 427 ++++++++ .../tuscany/model/assembly/impl/PartImpl.html | 433 ++++++++ .../tuscany/model/assembly/impl/PortImpl.html | 431 ++++++++ .../tuscany/model/assembly/impl/PropertyImpl.html | 536 ++++++++++ .../tuscany/model/assembly/impl/ReferenceImpl.html | 329 ++++++ .../model/assembly/impl/ServiceContractImpl.html | 434 ++++++++ .../tuscany/model/assembly/impl/ServiceImpl.html | 269 +++++ .../model/assembly/impl/ServiceURIImpl.html | 461 +++++++++ .../tuscany/model/assembly/impl/SubsystemImpl.html | 399 ++++++++ .../tuscany/model/assembly/impl/WireImpl.html | 380 +++++++ .../impl/class-use/AssemblyContextImpl.html | 141 +++ .../impl/class-use/AssemblyFactoryImpl.html | 141 +++ .../impl/class-use/AssemblyObjectImpl.html | 435 ++++++++ .../impl/class-use/AtomicComponentImpl.html | 141 +++ .../impl/class-use/AtomicImplementationImpl.html | 141 +++ .../model/assembly/impl/class-use/BindingImpl.html | 141 +++ .../assembly/impl/class-use/ComponentImpl.html | 185 ++++ .../assembly/impl/class-use/ComponentTypeImpl.html | 141 +++ .../assembly/impl/class-use/CompositeImpl.html | 193 ++++ .../impl/class-use/ConfiguredPortImpl.html | 185 ++++ .../impl/class-use/ConfiguredPropertyImpl.html | 141 +++ .../impl/class-use/ConfiguredReferenceImpl.html | 141 +++ .../impl/class-use/ConfiguredServiceImpl.html | 141 +++ .../assembly/impl/class-use/EntryPointImpl.html | 141 +++ .../assembly/impl/class-use/ExtensibleImpl.html | 363 +++++++ .../impl/class-use/ExternalServiceImpl.html | 141 +++ .../impl/class-use/ImplementationImpl.html | 177 ++++ .../assembly/impl/class-use/ImportWSDLImpl.html | 141 +++ .../impl/class-use/ModuleComponentImpl.html | 141 +++ .../impl/class-use/ModuleFragmentImpl.html | 141 +++ .../model/assembly/impl/class-use/ModuleImpl.html | 141 +++ .../model/assembly/impl/class-use/PartImpl.html | 209 ++++ .../model/assembly/impl/class-use/PortImpl.html | 185 ++++ .../assembly/impl/class-use/PropertyImpl.html | 141 +++ .../assembly/impl/class-use/ReferenceImpl.html | 141 +++ .../impl/class-use/ServiceContractImpl.html | 206 ++++ .../model/assembly/impl/class-use/ServiceImpl.html | 141 +++ .../assembly/impl/class-use/ServiceURIImpl.html | 141 +++ .../assembly/impl/class-use/SubsystemImpl.html | 141 +++ .../model/assembly/impl/class-use/WireImpl.html | 141 +++ .../tuscany/model/assembly/impl/package-frame.html | 91 ++ .../model/assembly/impl/package-summary.html | 271 +++++ .../tuscany/model/assembly/impl/package-tree.html | 196 ++++ .../tuscany/model/assembly/impl/package-use.html | 271 +++++ .../model/assembly/loader/AssemblyModelLoader.html | 234 +++++ .../loader/class-use/AssemblyModelLoader.html | 286 ++++++ .../model/assembly/loader/package-frame.html | 33 + .../model/assembly/loader/package-summary.html | 155 +++ .../model/assembly/loader/package-tree.html | 148 +++ .../tuscany/model/assembly/loader/package-use.html | 205 ++++ .../tuscany/model/assembly/package-frame.html | 125 +++ .../tuscany/model/assembly/package-summary.html | 324 ++++++ .../tuscany/model/assembly/package-tree.html | 210 ++++ .../apache/tuscany/model/assembly/package-use.html | 756 ++++++++++++++ .../model/class-use/ModelRuntimeException.html | 177 ++++ .../org/apache/tuscany/model/package-frame.html | 33 + .../org/apache/tuscany/model/package-summary.html | 155 +++ .../org/apache/tuscany/model/package-tree.html | 159 +++ .../org/apache/tuscany/model/package-use.html | 167 ++++ .../loader/impl/AssemblyModelLoadException.html | 299 ++++++ .../loader/impl/SCDLAssemblyModelLoaderImpl.html | 284 ++++++ .../impl/class-use/AssemblyModelLoadException.html | 141 +++ .../class-use/SCDLAssemblyModelLoaderImpl.html | 141 +++ .../model/scdl/loader/impl/package-frame.html | 44 + .../model/scdl/loader/impl/package-summary.html | 169 ++++ .../model/scdl/loader/impl/package-tree.html | 160 +++ .../model/scdl/loader/impl/package-use.html | 141 +++ .../model/types/java/JavaServiceContract.html | 310 ++++++ .../types/java/class-use/JavaServiceContract.html | 235 +++++ .../types/java/impl/JavaServiceContractImpl.html | 410 ++++++++ .../impl/class-use/JavaServiceContractImpl.html | 141 +++ .../model/types/java/impl/package-frame.html | 33 + .../model/types/java/impl/package-summary.html | 155 +++ .../model/types/java/impl/package-tree.html | 160 +++ .../tuscany/model/types/java/impl/package-use.html | 141 +++ .../tuscany/model/types/java/package-frame.html | 33 + .../tuscany/model/types/java/package-summary.html | 155 +++ .../tuscany/model/types/java/package-tree.html | 154 +++ .../tuscany/model/types/java/package-use.html | 205 ++++ .../model/types/wsdl/WSDLServiceContract.html | 320 ++++++ .../types/wsdl/class-use/WSDLServiceContract.html | 235 +++++ .../types/wsdl/impl/WSDLServiceContractImpl.html | 424 ++++++++ .../impl/class-use/WSDLServiceContractImpl.html | 141 +++ .../model/types/wsdl/impl/package-frame.html | 33 + .../model/types/wsdl/impl/package-summary.html | 155 +++ .../model/types/wsdl/impl/package-tree.html | 160 +++ .../tuscany/model/types/wsdl/impl/package-use.html | 141 +++ .../tuscany/model/types/wsdl/package-frame.html | 33 + .../tuscany/model/types/wsdl/package-summary.html | 155 +++ .../tuscany/model/types/wsdl/package-tree.html | 154 +++ .../tuscany/model/types/wsdl/package-use.html | 205 ++++ .../apache/tuscany/model/util/NotifyingList.html | 553 ++++++++++ .../org/apache/tuscany/model/util/XMLNameUtil.html | 338 +++++++ .../model/util/class-use/NotifyingList.html | 141 +++ .../tuscany/model/util/class-use/XMLNameUtil.html | 141 +++ .../apache/tuscany/model/util/package-frame.html | 35 + .../apache/tuscany/model/util/package-summary.html | 159 +++ .../apache/tuscany/model/util/package-tree.html | 159 +++ .../org/apache/tuscany/model/util/package-use.html | 141 +++ 196 files changed, 54352 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/ModelRuntimeException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyInitializationException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyVisitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicImplementation.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Binding.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Component.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ComponentType.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/CompositeComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredPort.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredProperty.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredReference.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredService.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ContextFactoryHolder.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/EntryPoint.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Extensible.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ExternalService.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Implementation.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ImportWSDL.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Module.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleFragment.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Multiplicity.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/OverrideOption.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Part.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Port.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Property.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ProxyFactoryHolder.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Reference.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Scope.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Service.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceURI.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Subsystem.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Wire.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyContext.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyInitializationException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyObject.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyVisitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicImplementation.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Binding.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Component.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ComponentType.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Composite.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/CompositeComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredPort.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredProperty.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredReference.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredService.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ContextFactoryHolder.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/EntryPoint.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Extensible.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ExternalService.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Implementation.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ImportWSDL.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Module.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleComponent.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleFragment.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Multiplicity.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/OverrideOption.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Part.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Port.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Property.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ProxyFactoryHolder.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Reference.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Scope.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Service.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceURI.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Subsystem.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Wire.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyContextImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyFactoryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyObjectImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicImplementationImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/BindingImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentTypeImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/CompositeImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPortImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPropertyImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredReferenceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/EntryPointImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExtensibleImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExternalServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImplementationImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImportWSDLImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleFragmentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PartImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PortImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PropertyImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ReferenceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceURIImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/SubsystemImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/WireImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyContextImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyFactoryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyObjectImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicImplementationImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/BindingImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentTypeImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/CompositeImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPortImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPropertyImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredReferenceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/EntryPointImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExtensibleImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExternalServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImplementationImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImportWSDLImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleComponentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleFragmentImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PartImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PortImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PropertyImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ReferenceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceURIImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/SubsystemImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/WireImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/AssemblyModelLoader.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/class-use/AssemblyModelLoader.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/class-use/ModelRuntimeException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/AssemblyModelLoadException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/SCDLAssemblyModelLoaderImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/AssemblyModelLoadException.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/SCDLAssemblyModelLoaderImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/JavaServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/class-use/JavaServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/JavaServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/class-use/JavaServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/WSDLServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/class-use/WSDLServiceContract.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/WSDLServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/class-use/WSDLServiceContractImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/NotifyingList.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/XMLNameUtil.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/NotifyingList.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/XMLNameUtil.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-use.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/ModelRuntimeException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/ModelRuntimeException.html new file mode 100644 index 0000000000..7c984c4110 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/ModelRuntimeException.html @@ -0,0 +1,302 @@ + + + + + + + +ModelRuntimeException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model +
+Class ModelRuntimeException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.apache.tuscany.common.TuscanyRuntimeException
+                  extended by org.apache.tuscany.model.ModelRuntimeException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
AssemblyInitializationException
+
+
+
+
public abstract class ModelRuntimeException
extends org.apache.tuscany.common.TuscanyRuntimeException
+ + +

+The root runtime exception for the model. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ModelRuntimeException() + +
+           
ModelRuntimeException(java.lang.String message) + +
+           
ModelRuntimeException(java.lang.String message, + java.lang.Throwable cause) + +
+           
ModelRuntimeException(java.lang.Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModelRuntimeException

+
+public ModelRuntimeException()
+
+
+
+ +

+ModelRuntimeException

+
+public ModelRuntimeException(java.lang.String message)
+
+
+
+ +

+ModelRuntimeException

+
+public ModelRuntimeException(java.lang.String message,
+                             java.lang.Throwable cause)
+
+
+
+ +

+ModelRuntimeException

+
+public ModelRuntimeException(java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html new file mode 100644 index 0000000000..fddc6aded1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html @@ -0,0 +1,302 @@ + + + + + + + +AssemblyContext (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyContext

+
+
All Known Implementing Classes:
AssemblyContextImpl
+
+
+
+
public interface AssemblyContext
+ + +

+Context object supplied by visitors that are processing the model. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.apache.tuscany.common.resource.ResourceLoadergetApplicationResourceLoader() + +
+          Returns a loader for resources in the application environment.
+ AssemblyFactorygetAssemblyFactory() + +
+          Returns a factory that can be used to create other model objects
+ AssemblyModelLoadergetAssemblyLoader() + +
+          Returns a loader that can be used to load sub-models.
+ commonj.sdo.helper.TypeHelpergetTypeHelper() + +
+          Returns an SDO type helper.
+ java.lang.StringgetWebAppName() + +
+          Returns the Web application module URI
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAssemblyFactory

+
+AssemblyFactory getAssemblyFactory()
+
+
Returns a factory that can be used to create other model objects +

+

+ +
Returns:
a factory for model objects
+
+
+
+ +

+getApplicationResourceLoader

+
+org.apache.tuscany.common.resource.ResourceLoader getApplicationResourceLoader()
+
+
Returns a loader for resources in the application environment. +

+

+ +
Returns:
a loader for resources in the system environment
+
+
+
+ +

+getAssemblyLoader

+
+AssemblyModelLoader getAssemblyLoader()
+
+
Returns a loader that can be used to load sub-models. +

+

+ +
Returns:
a loader for sub-models
+
+
+
+ +

+getTypeHelper

+
+commonj.sdo.helper.TypeHelper getTypeHelper()
+
+
Returns an SDO type helper. +

+

+ +
Returns:
an SDO type helper
+
+
+
+ +

+getWebAppName

+
+java.lang.String getWebAppName()
+
+
Returns the Web application module URI +

+

+ +
Returns:
the module name of the Web app
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyFactory.html new file mode 100644 index 0000000000..ef0562d1c3 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyFactory.html @@ -0,0 +1,884 @@ + + + + + + + +AssemblyFactory (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyFactory

+
+
All Known Implementing Classes:
AssemblyFactoryImpl
+
+
+
+
public interface AssemblyFactory
+ + +

+The Factory for the assembly model. Provides a create method for each non-abstract class of the model. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypecreateComponentType() + +
+          Returns a new ComponentType.
+ ConfiguredPropertycreateConfiguredProperty() + +
+          Returns a new ConfiguredProperty.
+ ConfiguredReferencecreateConfiguredReference() + +
+          Returns a new ConfiguredReference.
+ ConfiguredReferencecreateConfiguredReference(java.lang.String name, + java.lang.String... targets) + +
+          Helper method for creating a configured reference.
+ ConfiguredServicecreateConfiguredService() + +
+          Returns a new ConfiguredService.
+ EntryPointcreateEntryPoint() + +
+          Returns a new EntryPoint.
+ EntryPointcreateEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ EntryPointcreateEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ ExternalServicecreateExternalService() + +
+          Returns a new ExternalService.
+ ImportWSDLcreateImportWSDL() + +
+          Returns a new ImportWSDL model object.
+ ImportWSDLcreateImportWSDL(java.lang.String location, + java.lang.String namespace) + +
+          Returns a new ImportWSDL model object initialized with the supplied values.
+ JavaServiceContractcreateJavaServiceContract() + +
+          Returns a new JavaServiceContract.
+ ModulecreateModule() + +
+          Returns a new Module.
+ ModuleComponentcreateModuleComponent() + +
+          Returns a new ModuleComponent.
+ ModuleFragmentcreateModuleFragment() + +
+          Returns a new ModuleFragment.
+ PropertycreateProperty() + +
+          Returns a new Property.
+ PropertycreateProperty(java.lang.String name, + java.lang.Class<?> type) + +
+          Helper method for creating a simple Property.
+ javax.xml.namespace.QNamecreateQName(java.lang.String uri) + +
+          Create a qname from a URI
+ ReferencecreateReference() + +
+          Returns a new Reference.
+ ReferencecreateReference(java.lang.String name, + java.lang.Class<?> service) + +
+          Helper method for creating a reference.
+ ReferencecreateReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+          Helper method for creating a reference.
+ ServicecreateService() + +
+          Returns a new Service.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+          Creates a new ServiceURI from a module component and a service name.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+ ServiceURIcreateServiceURI(java.lang.String uri) + +
+          Create a new ServiceURI from the given uri string.
+ AtomicComponentcreateSimpleComponent() + +
+          Returns a new SimpleComponent.
+ SubsystemcreateSubsystem() + +
+          Returns a new Subsystem.
+ WirecreateWire() + +
+          Create a wire
+ WSDLServiceContractcreateWSDLServiceContract() + +
+          Returns a new WSDLServiceContract.
+  +

+ + + + + + + + +
+Method Detail
+ +

+createSimpleComponent

+
+AtomicComponent createSimpleComponent()
+
+
Returns a new SimpleComponent. +

+

+ +
Returns:
a new SimpleComponent
+
+
+
+ +

+createComponentType

+
+ComponentType createComponentType()
+
+
Returns a new ComponentType. +

+

+ +
Returns:
a new ComponentType
+
+
+
+ +

+createEntryPoint

+
+EntryPoint createEntryPoint()
+
+
Returns a new EntryPoint. +

+

+ +
Returns:
a new EntryPoint
+
+
+
+ +

+createExternalService

+
+ExternalService createExternalService()
+
+
Returns a new ExternalService. +

+

+ +
Returns:
a new ExternalService
+
+
+
+ +

+createJavaServiceContract

+
+JavaServiceContract createJavaServiceContract()
+
+
Returns a new JavaServiceContract. +

+

+ +
Returns:
a new JavaServiceContract
+
+
+
+ +

+createModule

+
+Module createModule()
+
+
Returns a new Module. +

+

+ +
Returns:
a new Module
+
+
+
+ +

+createModuleComponent

+
+ModuleComponent createModuleComponent()
+
+
Returns a new ModuleComponent. +

+

+ +
Returns:
a new ModuleComponent
+
+
+
+ +

+createModuleFragment

+
+ModuleFragment createModuleFragment()
+
+
Returns a new ModuleFragment. +

+

+ +
Returns:
a new ModuleFragment
+
+
+
+ +

+createReference

+
+Reference createReference()
+
+
Returns a new Reference. +

+

+ +
Returns:
a new Reference
+
+
+
+ +

+createConfiguredReference

+
+ConfiguredReference createConfiguredReference()
+
+
Returns a new ConfiguredReference. +

+

+ +
Returns:
a new ConfiguredReference
+
+
+
+ +

+createService

+
+Service createService()
+
+
Returns a new Service. +

+

+ +
Returns:
a new Service
+
+
+
+ +

+createConfiguredService

+
+ConfiguredService createConfiguredService()
+
+
Returns a new ConfiguredService. +

+

+ +
Returns:
a new ConfiguredService
+
+
+
+ +

+createSubsystem

+
+Subsystem createSubsystem()
+
+
Returns a new Subsystem. +

+

+ +
Returns:
a new Subsystem
+
+
+
+ +

+createProperty

+
+Property createProperty()
+
+
Returns a new Property. +

+

+ +
Returns:
a new Property
+
+
+
+ +

+createConfiguredProperty

+
+ConfiguredProperty createConfiguredProperty()
+
+
Returns a new ConfiguredProperty. +

+

+ +
Returns:
a new ConfiguredProperty
+
+
+
+ +

+createWSDLServiceContract

+
+WSDLServiceContract createWSDLServiceContract()
+
+
Returns a new WSDLServiceContract. +

+

+ +
Returns:
a new WSDLServiceContract
+
+
+
+ +

+createServiceURI

+
+ServiceURI createServiceURI(java.lang.String uri)
+
+
Create a new ServiceURI from the given uri string. +

+

+
Parameters:
uri - the URI for the service +
Returns:
a new ServiceURI created from the supplied URI
+
+
+
+ +

+createServiceURI

+
+ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                            java.lang.String serviceName)
+
+
Creates a new ServiceURI from a module component and a service name. +

+

+
Parameters:
moduleComponent - the module component exposing the service
serviceName - the name of the service exposed by the module +
Returns:
a new ServiceURI for the exposed service
+
+
+
+ +

+createServiceURI

+
+ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                            Part part,
+                            ConfiguredPort configuredPort)
+
+
Creates a new ServiceURI from a module component and configured port. +

+

+
Parameters:
moduleComponent - the module component exposing the service
part - the part that is providing the service
configuredPort - the port on the part +
Returns:
a new serviceURI for the exposed service
+
+
+
+ +

+createServiceURI

+
+ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                            java.lang.String partName,
+                            java.lang.String serviceName)
+
+
+
+
+
+
+ +

+createQName

+
+javax.xml.namespace.QName createQName(java.lang.String uri)
+
+
Create a qname from a URI +

+

+
Parameters:
uri - +
Returns:
a new qname
+
+
+
+ +

+createWire

+
+Wire createWire()
+
+
Create a wire +

+

+ +
Returns:
an new wire
+
+
+
+ +

+createReference

+
+Reference createReference(java.lang.String name,
+                          java.lang.Class<?> service)
+
+
Helper method for creating a reference. +

+

+
Parameters:
name - the name of the reference
service - the Java type of the service +
Returns:
a Reference
+
+
+
+ +

+createReference

+
+Reference createReference(java.lang.String name,
+                          java.lang.Class<?> service,
+                          Multiplicity multiplicity)
+
+
Helper method for creating a reference. +

+

+
Parameters:
name - the name of the reference
service - the Java type of the service
multiplicity - the multiplicity of the reference +
Returns:
a Reference
+
+
+
+ +

+createConfiguredReference

+
+ConfiguredReference createConfiguredReference(java.lang.String name,
+                                              java.lang.String... targets)
+
+
Helper method for creating a configured reference. +

+

+
Parameters:
name - the name of the reference
targets - the targets for the reference +
Returns:
a ConfiguredReference
+
+
+
+ +

+createEntryPoint

+
+EntryPoint createEntryPoint(java.lang.String entryPointName,
+                            ServiceContract serviceContract,
+                            Binding binding,
+                            java.lang.String targetName)
+
+
Helper method for creating an EntryPoint wired to a single target. +

+

+
Parameters:
entryPointName - the name of the entry point
serviceContract - the service contract the EntryPoint should expose
binding - the binding the EntryPoint should use
targetName - the target the EntryPoint exposes +
Returns:
an EntryPoint that exposes the supplied service and is wired to the target
+
+
+
+ +

+createEntryPoint

+
+EntryPoint createEntryPoint(java.lang.String entryPointName,
+                            ConfiguredService configuredService,
+                            Binding binding,
+                            ConfiguredReference configuredReference)
+
+
Helper method for creating an EntryPoint wired to a single target. +

+

+
Parameters:
entryPointName - the name of the entry point
configuredService - the configured service to expose
binding - the binding the EntryPoint should use
configuredReference - a configured reference to the target +
Returns:
an EntryPoint that exposes the supplied service using the supplied bindng and which is wired + using the supplied reference
+
+
+
+ +

+createProperty

+
+Property createProperty(java.lang.String name,
+                        java.lang.Class<?> type)
+
+
Helper method for creating a simple Property. +

+

+
Parameters:
name - the property name
type - the Java type of the property +
Returns:
a Property with the supplied name and type
+
+
+
+ +

+createImportWSDL

+
+ImportWSDL createImportWSDL()
+
+
Returns a new ImportWSDL model object. +

+

+ +
Returns:
a new ImportWSDL model object
+
+
+
+ +

+createImportWSDL

+
+ImportWSDL createImportWSDL(java.lang.String location,
+                            java.lang.String namespace)
+
+
Returns a new ImportWSDL model object initialized with the supplied values. +

+

+
Parameters:
location - the location where the WSDL definition can be found
namespace - the namespace URI for this import +
Returns:
a new ImportWSDL model object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyInitializationException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyInitializationException.html new file mode 100644 index 0000000000..5b4717dda0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyInitializationException.html @@ -0,0 +1,300 @@ + + + + + + + +AssemblyInitializationException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Class AssemblyInitializationException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.apache.tuscany.common.TuscanyRuntimeException
+                  extended by org.apache.tuscany.model.ModelRuntimeException
+                      extended by org.apache.tuscany.model.assembly.AssemblyInitializationException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class AssemblyInitializationException
extends ModelRuntimeException
+ + +

+Denotes an exception initializing an assembly model artifact. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
AssemblyInitializationException() + +
+           
AssemblyInitializationException(java.lang.String message) + +
+           
AssemblyInitializationException(java.lang.String message, + java.lang.Throwable cause) + +
+           
AssemblyInitializationException(java.lang.Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyInitializationException

+
+public AssemblyInitializationException()
+
+
+
+ +

+AssemblyInitializationException

+
+public AssemblyInitializationException(java.lang.String message)
+
+
+
+ +

+AssemblyInitializationException

+
+public AssemblyInitializationException(java.lang.String message,
+                                       java.lang.Throwable cause)
+
+
+
+ +

+AssemblyInitializationException

+
+public AssemblyInitializationException(java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html new file mode 100644 index 0000000000..04c4b623d0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html @@ -0,0 +1,262 @@ + + + + + + + +AssemblyObject (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyObject

+
+
All Known Subinterfaces:
AtomicComponent, AtomicImplementation, Binding, Component<I>, ComponentType, Composite, CompositeComponent<I>, ConfiguredPort<P>, ConfiguredProperty, ConfiguredReference, ConfiguredService, EntryPoint, Extensible, ExternalService, Implementation, ImportWSDL, JavaServiceContract, Module, ModuleComponent, ModuleFragment, Part, Port, Property, Reference, Service, ServiceContract, Subsystem, Wire, WSDLServiceContract
+
+
+
All Known Implementing Classes:
AssemblyObjectImpl, AtomicComponentImpl, AtomicImplementationImpl, BindingImpl, ComponentImpl, ComponentTypeImpl, CompositeImpl, ConfiguredPortImpl, ConfiguredPropertyImpl, ConfiguredReferenceImpl, ConfiguredServiceImpl, EntryPointImpl, ExtensibleImpl, ExternalServiceImpl, ImplementationImpl, ImportWSDLImpl, JavaServiceContractImpl, ModuleComponentImpl, ModuleFragmentImpl, ModuleImpl, PartImpl, PortImpl, PropertyImpl, ReferenceImpl, ServiceContractImpl, ServiceImpl, SubsystemImpl, WireImpl, WSDLServiceContractImpl
+
+
+
+
public interface AssemblyObject
+ + +

+Base interface for all assembly model objects providing methods for managing the model itself. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+void initialize(AssemblyContext modelContext)
+                throws AssemblyInitializationException
+
+
Initialize this model object. +

+

+
Parameters:
modelContext - context providing access to the environment in which this model is being used +
Throws: +
AssemblyInitializationException - if an error ocurrs initializing the artifact
+
+
+
+ +

+freeze

+
+void freeze()
+
+
Freeze this model object preventing any additional changes. +

+

+
+
+
+
+ +

+accept

+
+boolean accept(AssemblyVisitor visitor)
+
+
Accept a visitor +

+

+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyVisitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyVisitor.html new file mode 100644 index 0000000000..04081d3d44 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyVisitor.html @@ -0,0 +1,211 @@ + + + + + + + +AssemblyVisitor (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyVisitor

+
+
+
public interface AssemblyVisitor
+ + +

+A visitor that traverses the model performing some operation. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ booleanvisit(AssemblyObject modelObject) + +
+          Visit the given model object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+visit

+
+boolean visit(AssemblyObject modelObject)
+
+
Visit the given model object. +

+

+
Parameters:
modelObject - the assembly model object to visit +
Returns:
true if processing is complete
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicComponent.html new file mode 100644 index 0000000000..e41f704065 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicComponent.html @@ -0,0 +1,231 @@ + + + + + + + +AtomicComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AtomicComponent

+
+
All Superinterfaces:
AssemblyObject, Component<AtomicImplementation>, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Implementing Classes:
AtomicComponentImpl
+
+
+
+
public interface AtomicComponent
extends Component<AtomicImplementation>
+ + +

+An atomic component, specifically not an Composite. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicImplementation.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicImplementation.html new file mode 100644 index 0000000000..e03ce351e4 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AtomicImplementation.html @@ -0,0 +1,216 @@ + + + + + + + +AtomicImplementation (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AtomicImplementation

+
+
All Superinterfaces:
AssemblyObject, Extensible, Implementation
+
+
+
All Known Implementing Classes:
AtomicImplementationImpl
+
+
+
+
public interface AtomicImplementation
extends Implementation
+ + +

+The implementation for a specific atomic component instance. + This interface will typically be extended by component type implementations to indicate the + specific implementation to be used by a runtime and to allow for additional runtime configuration + properties. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Binding.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Binding.html new file mode 100644 index 0000000000..6cb2fc087b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Binding.html @@ -0,0 +1,257 @@ + + + + + + + +Binding (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Binding

+
+
All Superinterfaces:
AssemblyObject
+
+
+
All Known Implementing Classes:
BindingImpl
+
+
+
+
public interface Binding
extends AssemblyObject
+ + +

+The binding of an entry point or external service to a transport. + This model object will typically be extended by binding implementations to allow + specification of binding/transport specific information. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetURI() + +
+          Returns the binding URI.
+ voidsetURI(java.lang.String value) + +
+          Sets binding URI.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the binding URI. +

+

+
+
+
+ +
Returns:
the binding uri + TODO do we need this?
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String value)
+
+
Sets binding URI. +

+

+
+
+
+
Parameters:
value - the binding uri + TODO do we need this?
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Component.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Component.html new file mode 100644 index 0000000000..a4689bb0c7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Component.html @@ -0,0 +1,434 @@ + + + + + + + +Component (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Component<I extends Implementation>

+
+
All Superinterfaces:
AssemblyObject, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Subinterfaces:
AtomicComponent, CompositeComponent<I>, ModuleComponent
+
+
+
All Known Implementing Classes:
AtomicComponentImpl, ComponentImpl, ModuleComponentImpl
+
+
+
+
public interface Component<I extends Implementation>
extends Part
+ + +

+A component is a configured instance of a generic Implementation. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<ConfiguredProperty>getConfiguredProperties() + +
+          Returns a list of configured property values for this configured instance.
+ ConfiguredPropertygetConfiguredProperty(java.lang.String name) + +
+          Returns the ConfiguredProperty value for the specified property.
+ ConfiguredReferencegetConfiguredReference(java.lang.String name) + +
+          Returns the ConfiguredReference value for the specified reference.
+ java.util.List<ConfiguredReference>getConfiguredReferences() + +
+          Returns the configured references for the configured instance.
+ ConfiguredServicegetConfiguredService(java.lang.String name) + +
+          Returns the ConfiguredService value for the specified property.
+ java.util.List<ConfiguredService>getConfiguredServices() + +
+          Returns the configured services for the configured instance.
+ IgetImplementation() + +
+          Returns the Implementation for this configured instance.
+ voidsetImplementation(I value) + +
+          Sets the Implementation for this configured instance
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getImplementation

+
+I getImplementation()
+
+
Returns the Implementation for this configured instance. +

+

+
+
+
+ +
Returns:
the Implementation for this configured instance
+
+
+
+ +

+setImplementation

+
+void setImplementation(I value)
+
+
Sets the Implementation for this configured instance +

+

+
+
+
+
Parameters:
value - the Implementation for this configured instance
+
+
+
+ +

+getConfiguredProperties

+
+java.util.List<ConfiguredProperty> getConfiguredProperties()
+
+
Returns a list of configured property values for this configured instance. + These values will be used to initialize the component when it is activated. +

+

+
+
+
+ +
Returns:
a list of ConfiguredProperty values
+
+
+
+ +

+getConfiguredProperty

+
+ConfiguredProperty getConfiguredProperty(java.lang.String name)
+
+
Returns the ConfiguredProperty value for the specified property. +

+

+
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured property value for the named property
+
+
+
+ +

+getConfiguredReferences

+
+java.util.List<ConfiguredReference> getConfiguredReferences()
+
+
Returns the configured references for the configured instance. +

+

+
+
+
+ +
Returns:
the configured references for the configured instance
+
+
+
+ +

+getConfiguredReference

+
+ConfiguredReference getConfiguredReference(java.lang.String name)
+
+
Returns the ConfiguredReference value for the specified reference. +

+

+
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured reference value for the named reference
+
+
+
+ +

+getConfiguredServices

+
+java.util.List<ConfiguredService> getConfiguredServices()
+
+
Returns the configured services for the configured instance. +

+

+
+
+
+ +
Returns:
the configured services for the configured instance
+
+
+
+ +

+getConfiguredService

+
+ConfiguredService getConfiguredService(java.lang.String name)
+
+
Returns the ConfiguredService value for the specified property. +

+

+
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured service value for the named service
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ComponentType.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ComponentType.html new file mode 100644 index 0000000000..462a36c7ed --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ComponentType.html @@ -0,0 +1,363 @@ + + + + + + + +ComponentType (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ComponentType

+
+
All Superinterfaces:
AssemblyObject, Extensible
+
+
+
All Known Implementing Classes:
ComponentTypeImpl
+
+
+
+
public interface ComponentType
extends Extensible
+ + +

+A logical definition of a type of component separate from any specific implementation. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<Property>getProperties() + +
+          Returns the list of properties that can be used to configure components with this component type.
+ PropertygetProperty(java.lang.String name) + +
+          Returns the specified property
+ ReferencegetReference(java.lang.String name) + +
+          Returns the specified reference.
+ java.util.List<Reference>getReferences() + +
+          Returns the list of references this component type consumes.
+ ServicegetService(java.lang.String name) + +
+          Returns the specfied service if exposed by this component type.
+ java.util.List<Service>getServices() + +
+          Returns a list of services exposed by this component type.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getServices

+
+java.util.List<Service> getServices()
+
+
Returns a list of services exposed by this component type. +

+

+
+
+
+ +
Returns:
a list of services exposed by this component type
+
+
+
+ +

+getService

+
+Service getService(java.lang.String name)
+
+
Returns the specfied service if exposed by this component type. +

+

+
+
+
+
Parameters:
name - the name of the service +
Returns:
the service identified by the supplied name, or null if there is no service with that name
+
+
+
+ +

+getReferences

+
+java.util.List<Reference> getReferences()
+
+
Returns the list of references this component type consumes. +

+

+
+
+
+ +
Returns:
the list of references this component type consumes
+
+
+
+ +

+getReference

+
+Reference getReference(java.lang.String name)
+
+
Returns the specified reference. +

+

+
+
+
+
Parameters:
name - the name of the reference +
Returns:
the reference identified by the supplied name, or null if there is no reference with that name
+
+
+
+ +

+getProperties

+
+java.util.List<Property> getProperties()
+
+
Returns the list of properties that can be used to configure components with this component type. +

+

+
+
+
+ +
Returns:
the list of properties that can be used to configure components with this component type
+
+
+
+ +

+getProperty

+
+Property getProperty(java.lang.String name)
+
+
Returns the specified property +

+

+
+
+
+
Parameters:
name - the name of the property +
Returns:
the property with the supplied name, or null if there is no property with that name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html new file mode 100644 index 0000000000..9e7c022527 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html @@ -0,0 +1,517 @@ + + + + + + + +Composite (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Composite

+
+
All Superinterfaces:
AssemblyObject, Extensible, Implementation
+
+
+
All Known Subinterfaces:
Module, ModuleFragment, Subsystem
+
+
+
All Known Implementing Classes:
CompositeImpl, ModuleFragmentImpl, ModuleImpl, SubsystemImpl
+
+
+
+
public interface Composite
extends Implementation
+ + +

+A model object that describes a container for parts. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<Component>getComponents() + +
+          Returns all components contained in this composite.
+ ConfiguredServicegetConfiguredService(ServiceURI address) + +
+          Returns the configured service at the given address.
+ java.util.List<EntryPoint>getEntryPoints() + +
+          Returns all entry points contained in this composite.
+ java.util.List<ExternalService>getExternalServices() + +
+          Returns all external services contained in this composite.
+ java.lang.Class<?>getImplementationClass() + +
+          Returns the implementation class.
+ java.lang.StringgetName() + +
+          Returns the name of the composite.
+ PartgetPart(java.lang.String name) + +
+          Returns the named part.
+ java.util.List<Wire>getWires() + +
+          Returns the wires contained in this composite.
+ java.util.List<ImportWSDL>getWSDLImports() + +
+          Returns the WSDL imports declared in this composite.
+ java.util.List<ImportWSDL>getWSDLImports(java.lang.String namespace) + +
+          Returns the WSDL imports for the given namespace.
+ voidsetImplementationClass(java.lang.Class<?> value) + +
+          Sets the implementation class.
+ voidsetName(java.lang.String name) + +
+          Sets the name of the composite.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the composite. +

+

+
+
+
+ +
Returns:
the name of the composite
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the name of the composite. +

+

+
+
+
+
Parameters:
name - the name of the composite
+
+
+
+ +

+getPart

+
+Part getPart(java.lang.String name)
+
+
Returns the named part. +

+

+
+
+
+
Parameters:
name -
+
+
+
+ +

+getEntryPoints

+
+java.util.List<EntryPoint> getEntryPoints()
+
+
Returns all entry points contained in this composite. +

+

+
+
+
+ +
Returns:
a list of all EntryPoint model objects contained in this composite
+
+
+
+ +

+getComponents

+
+java.util.List<Component> getComponents()
+
+
Returns all components contained in this composite. +

+

+
+
+
+ +
Returns:
a list of all Component model objects contained in this composite
+
+
+
+ +

+getExternalServices

+
+java.util.List<ExternalService> getExternalServices()
+
+
Returns all external services contained in this composite. +

+

+
+
+
+ +
Returns:
a list of all ExternalService model objects contained in this composite
+
+
+
+ +

+getWires

+
+java.util.List<Wire> getWires()
+
+
Returns the wires contained in this composite. +

+

+
+
+
+
+
+
+
+ +

+getWSDLImports

+
+java.util.List<ImportWSDL> getWSDLImports()
+
+
Returns the WSDL imports declared in this composite. +

+

+
+
+
+
+
+
+
+ +

+getWSDLImports

+
+java.util.List<ImportWSDL> getWSDLImports(java.lang.String namespace)
+
+
Returns the WSDL imports for the given namespace. +

+

+
+
+
+
Parameters:
namespace -
+
+
+
+ +

+getConfiguredService

+
+ConfiguredService getConfiguredService(ServiceURI address)
+
+
Returns the configured service at the given address. +

+

+
+
+
+
Parameters:
address -
+
+
+
+ +

+getImplementationClass

+
+java.lang.Class<?> getImplementationClass()
+
+
Returns the implementation class. +

+

+
+
+
+
+
+
+
+ +

+setImplementationClass

+
+void setImplementationClass(java.lang.Class<?> value)
+
+
Sets the implementation class. +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/CompositeComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/CompositeComponent.html new file mode 100644 index 0000000000..d0cb63c7a7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/CompositeComponent.html @@ -0,0 +1,292 @@ + + + + + + + +CompositeComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface CompositeComponent<I extends Composite>

+
+
All Superinterfaces:
AssemblyObject, Component<I>, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Subinterfaces:
ModuleComponent
+
+
+
All Known Implementing Classes:
ModuleComponentImpl
+
+
+
+
public interface CompositeComponent<I extends Composite>
extends Component<I>
+ + +

+Specialization of Component that represents a configured Module. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetURI() + +
+          Returns the uri that uniquely identifies this module component.
+ voidsetURI(java.lang.String uri) + +
+          Sets the uri that uniquely identifies this module component.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the uri that uniquely identifies this module component. +

+

+
+
+
+ +
Returns:
the uri that uniquely identifies this module component
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String uri)
+
+
Sets the uri that uniquely identifies this module component. +

+

+
+
+
+
Parameters:
uri - the uri that uniquely identifies this module component
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredPort.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredPort.html new file mode 100644 index 0000000000..d79bc30c62 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredPort.html @@ -0,0 +1,363 @@ + + + + + + + +ConfiguredPort (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ConfiguredPort<P extends Port>

+
+
All Superinterfaces:
AssemblyObject, ProxyFactoryHolder
+
+
+
All Known Subinterfaces:
ConfiguredReference, ConfiguredService
+
+
+
All Known Implementing Classes:
ConfiguredPortImpl, ConfiguredReferenceImpl, ConfiguredServiceImpl
+
+
+
+
public interface ConfiguredPort<P extends Port>
extends AssemblyObject, ProxyFactoryHolder
+ + +

+Represents a configured port (e.g. a configured reference or configured service). +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Returns the name of the port being configured.
+ PartgetPart() + +
+          Returns the part containing this port.
+ PgetPort() + +
+          Returns the port that is being configured.
+ voidsetName(java.lang.String name) + +
+          Set the name of the port being configured.
+ voidsetPart(Part part) + +
+          Sets the configured part containing this port.
+ voidsetPort(P port) + +
+          Sets the port that is being configured.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder
getProxyFactory, setProxyFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the port being configured. +

+

+
+
+
+ +
Returns:
the name of the port being configured
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Set the name of the port being configured. +

+

+
+
+
+
Parameters:
name - the name of the port being configured
+
+
+
+ +

+getPort

+
+P getPort()
+
+
Returns the port that is being configured. +

+

+
+
+
+ +
Returns:
the port that is being configured
+
+
+
+ +

+setPort

+
+void setPort(P port)
+
+
Sets the port that is being configured. +

+

+
+
+
+
Parameters:
port - the port that is being configured
+
+
+
+ +

+getPart

+
+Part getPart()
+
+
Returns the part containing this port. +

+

+
+
+
+ +
Returns:
the part that contains this port
+
+
+
+ +

+setPart

+
+void setPart(Part part)
+
+
Sets the configured part containing this port. +

+

+
+
+
+
Parameters:
part - the configured part containing this port.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredProperty.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredProperty.html new file mode 100644 index 0000000000..db8bd5f66d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredProperty.html @@ -0,0 +1,403 @@ + + + + + + + +ConfiguredProperty (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ConfiguredProperty

+
+
All Superinterfaces:
AssemblyObject
+
+
+
All Known Implementing Classes:
ConfiguredPropertyImpl
+
+
+
+
public interface ConfiguredProperty
extends AssemblyObject
+ + +

+The configured value of a Property. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Returns the name of the property being configured.
+ OverrideOptiongetOverrideOption() + +
+          Returns the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ PropertygetProperty() + +
+          Returns the Property whose value is being set.
+ java.lang.ObjectgetValue() + +
+          Returns the value being set for this usage of the Property.
+ voidsetName(java.lang.String name) + +
+          Set the name of the property being configured.
+ voidsetOverrideOption(OverrideOption value) + +
+          Set the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ voidsetProperty(Property property) + +
+          Sets the Property whose value is being set.
+ voidsetValue(java.lang.Object value) + +
+          Sets the value being set for this usage of the Property.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the property being configured. +

+

+
+
+
+ +
Returns:
the name of the property being configured
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Set the name of the property being configured. +

+

+
+
+
+
Parameters:
name - the name of the property being configured
+
+
+
+ +

+getProperty

+
+Property getProperty()
+
+
Returns the Property whose value is being set. +

+

+
+
+
+ +
Returns:
the Property whose value is being set
+
+
+
+ +

+setProperty

+
+void setProperty(Property property)
+
+
Sets the Property whose value is being set. +

+

+
+
+
+
Parameters:
property - the Property whose value is being set
+
+
+
+ +

+getValue

+
+java.lang.Object getValue()
+
+
Returns the value being set for this usage of the Property. +

+

+
+
+
+ +
Returns:
the value being set for this usage of the Property
+
+
+
+ +

+setValue

+
+void setValue(java.lang.Object value)
+
+
Sets the value being set for this usage of the Property. +

+

+
+
+
+
Parameters:
value - the value being set for this usage of the Property
+
+
+
+ +

+getOverrideOption

+
+OverrideOption getOverrideOption()
+
+
Returns the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside. +

+

+
+
+
+
+
+
+
+ +

+setOverrideOption

+
+void setOverrideOption(OverrideOption value)
+
+
Set the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside. +

+

+
+
+
+
Parameters:
value - the option that determines how property configuration can be overriden
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredReference.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredReference.html new file mode 100644 index 0000000000..c68df24e4e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredReference.html @@ -0,0 +1,276 @@ + + + + + + + +ConfiguredReference (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ConfiguredReference

+
+
All Superinterfaces:
AssemblyObject, ConfiguredPort<Reference>, ProxyFactoryHolder
+
+
+
All Known Implementing Classes:
ConfiguredReferenceImpl
+
+
+
+
public interface ConfiguredReference
extends ConfiguredPort<Reference>
+ + +

+A configured reference associated with a particular usage. + Each configuredReference represents a configured version of an logical + reference defined in the ComponentType. If the logical reference + has a multiplicity greater than 1 (0..n or 1..n) then the configured + reference many have multiple targets. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<ConfiguredService>getTargetConfiguredServices() + +
+          Returns the list of configured services that are wired to this configured reference.
+ java.util.List<java.lang.String>getTargets() + +
+          List of URIs for the targets of this reference.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ConfiguredPort
getName, getPart, getPort, setName, setPart, setPort
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder
getProxyFactory, setProxyFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getTargets

+
+java.util.List<java.lang.String> getTargets()
+
+
List of URIs for the targets of this reference. +

+

+
+
+
+ +
Returns:
the list of URIs for the targets of this reference
+
+
+
+ +

+getTargetConfiguredServices

+
+java.util.List<ConfiguredService> getTargetConfiguredServices()
+
+
Returns the list of configured services that are wired to this configured reference. +

+

+
+
+
+ +
Returns:
the list of configured services that are wired to this configured reference
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredService.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredService.html new file mode 100644 index 0000000000..99ffea7f24 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ConfiguredService.html @@ -0,0 +1,213 @@ + + + + + + + +ConfiguredService (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ConfiguredService

+
+
All Superinterfaces:
AssemblyObject, ConfiguredPort<Service>, ProxyFactoryHolder
+
+
+
All Known Implementing Classes:
ConfiguredServiceImpl
+
+
+
+
public interface ConfiguredService
extends ConfiguredPort<Service>
+ + +

+A configured service associated with a particular usage. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ConfiguredPort
getName, getPart, getPort, setName, setPart, setPort
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder
getProxyFactory, setProxyFactory
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ContextFactoryHolder.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ContextFactoryHolder.html new file mode 100644 index 0000000000..259c581313 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ContextFactoryHolder.html @@ -0,0 +1,237 @@ + + + + + + + +ContextFactoryHolder (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ContextFactoryHolder

+
+
All Known Subinterfaces:
AtomicComponent, Component<I>, CompositeComponent<I>, EntryPoint, ExternalService, ModuleComponent, Part
+
+
+
All Known Implementing Classes:
AtomicComponentImpl, ComponentImpl, EntryPointImpl, ExternalServiceImpl, ModuleComponentImpl, PartImpl
+
+
+
+
public interface ContextFactoryHolder
+ + +

+A model object that can hold a runtime context factory object. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetContextFactory() + +
+          Returns the context factory
+ voidsetContextFactory(java.lang.Object contextFactory) + +
+          Sets the context factory
+  +

+ + + + + + + + +
+Method Detail
+ +

+setContextFactory

+
+void setContextFactory(java.lang.Object contextFactory)
+
+
Sets the context factory +

+

+
+
+
+
+ +

+getContextFactory

+
+java.lang.Object getContextFactory()
+
+
Returns the context factory +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/EntryPoint.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/EntryPoint.html new file mode 100644 index 0000000000..19a532c525 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/EntryPoint.html @@ -0,0 +1,361 @@ + + + + + + + +EntryPoint (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface EntryPoint

+
+
All Superinterfaces:
AssemblyObject, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Implementing Classes:
EntryPointImpl
+
+
+
+
public interface EntryPoint
extends Part
+ + +

+An entry point exposed by its containing Composite. + References from outside the composite can only be connected to its entry points. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings supported by this entry point.
+ ConfiguredReferencegetConfiguredReference() + +
+          Returns the configured reference that wires this entry point to the published service + inside the composite.
+ ConfiguredServicegetConfiguredService() + +
+          Returns the configured service exposed by this entry point.
+ voidsetConfiguredReference(ConfiguredReference configuredReference) + +
+          Sets the configured reference that wires this entry point to the published service + inside the composite.
+ voidsetConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service exposed by this entry point.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getBindings

+
+java.util.List<Binding> getBindings()
+
+
Returns the bindings supported by this entry point. + A single entry point may be bound to multiple transports. +

+

+
+
+
+ +
Returns:
a list of bindings supported by this entry point
+
+
+
+ +

+getConfiguredService

+
+ConfiguredService getConfiguredService()
+
+
Returns the configured service exposed by this entry point. +

+

+
+
+
+ +
Returns:
the configured service exposed by this entry point
+
+
+
+ +

+setConfiguredService

+
+void setConfiguredService(ConfiguredService configuredService)
+
+
Sets the configured service exposed by this entry point. +

+

+
+
+
+
Parameters:
configuredService - the configured service exposed by this entry point
+
+
+
+ +

+getConfiguredReference

+
+ConfiguredReference getConfiguredReference()
+
+
Returns the configured reference that wires this entry point to the published service + inside the composite. +

+

+
+
+
+ +
Returns:
the reference that wires this entry point to the published service
+
+
+
+ +

+setConfiguredReference

+
+void setConfiguredReference(ConfiguredReference configuredReference)
+
+
Sets the configured reference that wires this entry point to the published service + inside the composite. +

+

+
+
+
+
Parameters:
configuredReference - the configured reference that wires this entry point to + the published service inside the composite
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Extensible.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Extensible.html new file mode 100644 index 0000000000..a31981b86f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Extensible.html @@ -0,0 +1,256 @@ + + + + + + + +Extensible (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Extensible

+
+
All Superinterfaces:
AssemblyObject
+
+
+
All Known Subinterfaces:
AtomicComponent, AtomicImplementation, Component<I>, ComponentType, Composite, CompositeComponent<I>, EntryPoint, ExternalService, Implementation, JavaServiceContract, Module, ModuleComponent, ModuleFragment, Part, Property, ServiceContract, Subsystem, Wire, WSDLServiceContract
+
+
+
All Known Implementing Classes:
AtomicComponentImpl, AtomicImplementationImpl, BindingImpl, ComponentImpl, ComponentTypeImpl, CompositeImpl, EntryPointImpl, ExtensibleImpl, ExternalServiceImpl, ImplementationImpl, JavaServiceContractImpl, ModuleComponentImpl, ModuleFragmentImpl, ModuleImpl, PartImpl, PropertyImpl, ServiceContractImpl, SubsystemImpl, WireImpl, WSDLServiceContractImpl
+
+
+
+
public interface Extensible
extends AssemblyObject
+ + +

+An extensible model object. We actually need this even though we have the ability to load specializations + of individual model objects +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<java.lang.Object>getExtensibilityAttributes() + +
+          Returns the extensibility attributes.
+ java.util.List<java.lang.Object>getExtensibilityElements() + +
+          Returns the extensibility elements.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getExtensibilityElements

+
+java.util.List<java.lang.Object> getExtensibilityElements()
+
+
Returns the extensibility elements. +

+

+
+
+
+
+
+
+
+ +

+getExtensibilityAttributes

+
+java.util.List<java.lang.Object> getExtensibilityAttributes()
+
+
Returns the extensibility attributes. +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ExternalService.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ExternalService.html new file mode 100644 index 0000000000..2378eca892 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ExternalService.html @@ -0,0 +1,358 @@ + + + + + + + +ExternalService (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ExternalService

+
+
All Superinterfaces:
AssemblyObject, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Implementing Classes:
ExternalServiceImpl
+
+
+
+
public interface ExternalService
extends Part
+ + +

+An external service consumed by its containing Composite. + All references used by the composite are specified as external services. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings that can be used by operations on this external service.
+ ConfiguredServicegetConfiguredService() + +
+          Returns the configured service that this external service provides to other parts of the containing composite.
+ OverrideOptiongetOverrideOption() + +
+          Returns the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+ voidsetConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service that this external service provides to other parts of the containing composite
+ voidsetOverrideOption(OverrideOption value) + +
+          Set the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getBindings

+
+java.util.List<Binding> getBindings()
+
+
Returns the bindings that can be used by operations on this external service. + A single external service may be bound to multiple transports. +

+

+
+
+
+
+
+
+
+ +

+getOverrideOption

+
+OverrideOption getOverrideOption()
+
+
Returns the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside. +

+

+
+
+
+
+
+
+
+ +

+setOverrideOption

+
+void setOverrideOption(OverrideOption value)
+
+
Set the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside. +

+

+
+
+
+
Parameters:
value - the option that determines how wires can be overriden
+
+
+
+ +

+getConfiguredService

+
+ConfiguredService getConfiguredService()
+
+
Returns the configured service that this external service provides to other parts of the containing composite. +

+

+
+
+
+ +
Returns:
the configured service that this external service provides to other parts of the containing composite
+
+
+
+ +

+setConfiguredService

+
+void setConfiguredService(ConfiguredService configuredService)
+
+
Sets the configured service that this external service provides to other parts of the containing composite +

+

+
+
+
+
Parameters:
configuredService - the configured service that this external service provides to other parts of the containing composite
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Implementation.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Implementation.html new file mode 100644 index 0000000000..b8aabeeeeb --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Implementation.html @@ -0,0 +1,268 @@ + + + + + + + +Implementation (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Implementation

+
+
All Superinterfaces:
AssemblyObject, Extensible
+
+
+
All Known Subinterfaces:
AtomicImplementation, Composite, Module, ModuleFragment, Subsystem
+
+
+
All Known Implementing Classes:
AtomicImplementationImpl, CompositeImpl, ImplementationImpl, ModuleFragmentImpl, ModuleImpl, SubsystemImpl
+
+
+
+
public interface Implementation
extends Extensible
+ + +

+The implementation for a specific component instance. + This interface will typically be extended by component type implementations to indicate the + specific implementation to be used by a runtime and to allow for additional runtime configuration + properties. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetComponentType() + +
+          Returns the generic component type corresponding to this implementation.
+ voidsetComponentType(ComponentType componentType) + +
+          Sets the generic component type corresponding to this implementation.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getComponentType

+
+ComponentType getComponentType()
+
+
Returns the generic component type corresponding to this implementation. +

+

+
+
+
+ +
Returns:
the generic component type corresponding to this implementation
+
+
+
+ +

+setComponentType

+
+void setComponentType(ComponentType componentType)
+
+
Sets the generic component type corresponding to this implementation. +

+

+
+
+
+
Parameters:
componentType - the generic component type corresponding to this implementation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ImportWSDL.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ImportWSDL.html new file mode 100644 index 0000000000..99430c5b08 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ImportWSDL.html @@ -0,0 +1,355 @@ + + + + + + + +ImportWSDL (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ImportWSDL

+
+
All Superinterfaces:
AssemblyObject
+
+
+
All Known Implementing Classes:
ImportWSDLImpl
+
+
+
+
public interface ImportWSDL
extends AssemblyObject
+ + +

+Model object that represents the import of an external WSDL definition. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.DefinitiongetDefinition() + +
+          Returns the WSDL Definition.
+ java.lang.StringgetLocation() + +
+          Returns the location where the WSDL definition can be found.
+ java.lang.StringgetNamespace() + +
+          Returns the namespace URI for this import.
+ voidsetDefinition(javax.wsdl.Definition definition) + +
+          Sets the WSDL Definition.
+ voidsetLocation(java.lang.String uri) + +
+          Set the location where the WSDL definition can be found.
+ voidsetNamespace(java.lang.String uri) + +
+          Sets the namespace URI for this import.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getLocation

+
+java.lang.String getLocation()
+
+
Returns the location where the WSDL definition can be found. +

+

+
+
+
+ +
Returns:
the location where the WSDL definition can be found
+
+
+
+ +

+setLocation

+
+void setLocation(java.lang.String uri)
+
+
Set the location where the WSDL definition can be found. +

+

+
+
+
+
Parameters:
uri - the location where the WSDL definition can be found
+
+
+
+ +

+getNamespace

+
+java.lang.String getNamespace()
+
+
Returns the namespace URI for this import. +

+

+
+
+
+ +
Returns:
the namespace URI for this import
+
+
+
+ +

+setNamespace

+
+void setNamespace(java.lang.String uri)
+
+
Sets the namespace URI for this import. +

+

+
+
+
+
Parameters:
uri - the namespace URI for this import
+
+
+
+ +

+getDefinition

+
+javax.wsdl.Definition getDefinition()
+
+
Returns the WSDL Definition. +

+

+
+
+
+ +
Returns:
the WSDL Definition
+
+
+
+ +

+setDefinition

+
+void setDefinition(javax.wsdl.Definition definition)
+
+
Sets the WSDL Definition. +

+

+
+
+
+
Parameters:
definition - the WSDL Definition
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Module.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Module.html new file mode 100644 index 0000000000..cf9778f3ab --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Module.html @@ -0,0 +1,282 @@ + + + + + + + +Module (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Module

+
+
All Superinterfaces:
AssemblyObject, Composite, Extensible, Implementation
+
+
+
All Known Implementing Classes:
ModuleImpl
+
+
+
+
public interface Module
extends Composite
+ + +

+A specialized Implementation that defines a modular unit of assembly. + A Module denotes the extent of assembly in which pass-by-reference semantics are supported. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ModuleFragmentgetModuleFragment(java.lang.String name) + +
+          Returns the specified assembly fragment.
+ java.util.List<ModuleFragment>getModuleFragments() + +
+          Returns a list of assembly fragments that combine to form a single module.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getModuleFragments

+
+java.util.List<ModuleFragment> getModuleFragments()
+
+
Returns a list of assembly fragments that combine to form a single module. +

+

+
+
+
+ +
Returns:
a list of assembly fragments that combine to form a single module
+
+
+
+ +

+getModuleFragment

+
+ModuleFragment getModuleFragment(java.lang.String name)
+
+
Returns the specified assembly fragment. +

+

+
+
+
+
Parameters:
name - the name of the fragment +
Returns:
the fragment with the specified name, or null if there is no fragment with that name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleComponent.html new file mode 100644 index 0000000000..55f5d165ca --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleComponent.html @@ -0,0 +1,240 @@ + + + + + + + +ModuleComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ModuleComponent

+
+
All Superinterfaces:
AssemblyObject, Component<Module>, CompositeComponent<Module>, ContextFactoryHolder, Extensible, Part
+
+
+
All Known Implementing Classes:
ModuleComponentImpl
+
+
+
+
public interface ModuleComponent
extends CompositeComponent<Module>
+ + +

+Specialization of Component that represents a configured Module. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.CompositeComponent
getURI, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleFragment.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleFragment.html new file mode 100644 index 0000000000..a633811567 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ModuleFragment.html @@ -0,0 +1,224 @@ + + + + + + + +ModuleFragment (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ModuleFragment

+
+
All Superinterfaces:
AssemblyObject, Composite, Extensible, Implementation
+
+
+
All Known Implementing Classes:
ModuleFragmentImpl
+
+
+
+
public interface ModuleFragment
extends Composite
+ + +

+A fragment of assembly configuration within a module. + To support flexibility and reuse, modules can be defined in multiple fragments that are + then combined by the runtime to form the complete module definition. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Multiplicity.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Multiplicity.html new file mode 100644 index 0000000000..7554cc62de --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Multiplicity.html @@ -0,0 +1,369 @@ + + + + + + + +Multiplicity (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Enum Multiplicity

+
+java.lang.Object
+  extended by java.lang.Enum<Multiplicity>
+      extended by org.apache.tuscany.model.assembly.Multiplicity
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Multiplicity>
+
+
+
+
public enum Multiplicity
extends java.lang.Enum<Multiplicity>
+ + +

+Enumeration for multiplicity. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ONE_N + +
+          Indicates a relationship that must be connected at the requestor and which connects it to + zero to unbounded providers.
ONE_ONE + +
+          Indicates a relationship that must be connected between exactly one requestor and + exactly one provider.
ZERO_N + +
+          Indicates a relationship that is optionally connects the requestor to zero to unbounded providers.
ZERO_ONE + +
+          Indicates a relationship that is optionally connected to the requestor and which, if supplied, + must be connected to exactly one provider.
+  + + + + + + + + + + + + + + + +
+Method Summary
+static MultiplicityvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Multiplicity[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+ZERO_ONE

+
+public static final Multiplicity ZERO_ONE
+
+
Indicates a relationship that is optionally connected to the requestor and which, if supplied, + must be connected to exactly one provider. +

+

+
+
+
+ +

+ONE_ONE

+
+public static final Multiplicity ONE_ONE
+
+
Indicates a relationship that must be connected between exactly one requestor and + exactly one provider. +

+

+
+
+
+ +

+ZERO_N

+
+public static final Multiplicity ZERO_N
+
+
Indicates a relationship that is optionally connects the requestor to zero to unbounded providers. +

+

+
+
+
+ +

+ONE_N

+
+public static final Multiplicity ONE_N
+
+
Indicates a relationship that must be connected at the requestor and which connects it to + zero to unbounded providers. +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static final Multiplicity[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they're declared. This method may be used to iterate +over the constants as follows: +
+for(Multiplicity c : Multiplicity.values())
+        System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they're declared
+
+
+
+ +

+valueOf

+
+public static Multiplicity valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/OverrideOption.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/OverrideOption.html new file mode 100644 index 0000000000..01b17a8369 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/OverrideOption.html @@ -0,0 +1,346 @@ + + + + + + + +OverrideOption (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Enum OverrideOption

+
+java.lang.Object
+  extended by java.lang.Enum<OverrideOption>
+      extended by org.apache.tuscany.model.assembly.OverrideOption
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OverrideOption>
+
+
+
+
public enum OverrideOption
extends java.lang.Enum<OverrideOption>
+ + +

+Enumeration for override options that are used to control whether configuration information + can be overridden by larger grained definitions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
MAY + +
+          Indicates that the supplied configuration may be overriden.
MUST + +
+          Indicates that the supplied configuration must be overriden.
NO + +
+          Indicates that the supplied configuration cannot be overridden.
+  + + + + + + + + + + + + + + + +
+Method Summary
+static OverrideOptionvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static OverrideOption[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+NO

+
+public static final OverrideOption NO
+
+
Indicates that the supplied configuration cannot be overridden. +

+

+
+
+
+ +

+MAY

+
+public static final OverrideOption MAY
+
+
Indicates that the supplied configuration may be overriden. +

+

+
+
+
+ +

+MUST

+
+public static final OverrideOption MUST
+
+
Indicates that the supplied configuration must be overriden. +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static final OverrideOption[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they're declared. This method may be used to iterate +over the constants as follows: +
+for(OverrideOption c : OverrideOption.values())
+        System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they're declared
+
+
+
+ +

+valueOf

+
+public static OverrideOption valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Part.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Part.html new file mode 100644 index 0000000000..09b88f068f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Part.html @@ -0,0 +1,323 @@ + + + + + + + +Part (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Part

+
+
All Superinterfaces:
AssemblyObject, ContextFactoryHolder, Extensible
+
+
+
All Known Subinterfaces:
AtomicComponent, Component<I>, CompositeComponent<I>, EntryPoint, ExternalService, ModuleComponent
+
+
+
All Known Implementing Classes:
AtomicComponentImpl, ComponentImpl, EntryPointImpl, ExternalServiceImpl, ModuleComponentImpl, PartImpl
+
+
+
+
public interface Part
extends Extensible, ContextFactoryHolder
+ + +

+A configured object that is contained inside a Composite. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompositegetComposite() + +
+          Returns the composite that contains this component.
+ java.lang.StringgetName() + +
+          Returns the name that uniquely identifies this component within its containing composite.
+ voidsetComposite(Composite composite) + +
+          Sets the composite that contains this component.
+ voidsetName(java.lang.String value) + +
+          Sets the name that uniquely identifies this component within its containing composite.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name that uniquely identifies this component within its containing composite. +

+

+
+
+
+ +
Returns:
the name that uniquely identifies this component within its containing composite
+
+
+
+ +

+setName

+
+void setName(java.lang.String value)
+
+
Sets the name that uniquely identifies this component within its containing composite. +

+

+
+
+
+
Parameters:
value - the name that uniquely identifies this component within its containing composite
+
+
+
+ +

+getComposite

+
+Composite getComposite()
+
+
Returns the composite that contains this component. +

+

+
+
+
+ +
Returns:
the composite that contains this component
+
+
+
+ +

+setComposite

+
+void setComposite(Composite composite)
+
+
Sets the composite that contains this component. +

+

+
+
+
+
Parameters:
the - composite that contains this component
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Port.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Port.html new file mode 100644 index 0000000000..0e17432a5e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Port.html @@ -0,0 +1,305 @@ + + + + + + + +Port (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Port

+
+
All Superinterfaces:
AssemblyObject
+
+
+
All Known Subinterfaces:
Reference, Service
+
+
+
All Known Implementing Classes:
PortImpl, ReferenceImpl, ServiceImpl
+
+
+
+
public interface Port
extends AssemblyObject
+ + +

+Abstraction for the association of a service contract with a requestor or provider. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Returns the name of the port where it is associated with a requestor or provider.
+ ServiceContractgetServiceContract() + +
+          Returns the contract for invocations of a service using this port.
+ voidsetName(java.lang.String name) + +
+          Sets the name of the port where it is associated with a requestor or provider.
+ voidsetServiceContract(ServiceContract contract) + +
+          Set the contract for invocations of a service using this port.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getServiceContract

+
+ServiceContract getServiceContract()
+
+
Returns the contract for invocations of a service using this port. +

+

+
+
+
+ +
Returns:
the oontract for invocations of a service using this port
+
+
+
+ +

+setServiceContract

+
+void setServiceContract(ServiceContract contract)
+
+
Set the contract for invocations of a service using this port. +

+

+
+
+
+
Parameters:
contract - the contract for invocations of a service using this port
+
+
+
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the port where it is associated with a requestor or provider. +

+

+
+
+
+ +
Returns:
the name of the port
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the name of the port where it is associated with a requestor or provider. +

+

+
+
+
+
Parameters:
name - the name of the port where it is associated with a requestor or provider
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Property.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Property.html new file mode 100644 index 0000000000..152895479a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Property.html @@ -0,0 +1,461 @@ + + + + + + + +Property (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Property

+
+
All Superinterfaces:
AssemblyObject, Extensible
+
+
+
All Known Implementing Classes:
PropertyImpl
+
+
+
+
public interface Property
extends Extensible
+ + +

+A description of a property that can be used to configure a component. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetDefaultValue() + +
+          Returns the default value of the property.
+ java.lang.StringgetName() + +
+          Returns the property name.
+ java.lang.Class<?>getType() + +
+          Returns the type of this property as used by the runtime.
+ booleanisMany() + +
+          Returns true if the property allows multiple values.
+ booleanisRequired() + +
+          Returns true if a value must be supplied for the property.
+ voidsetDefaultValue(java.lang.Object value) + +
+          Sets the default value of the property.
+ voidsetMany(boolean value) + +
+          Sets whether or not the property allows multiple values.
+ voidsetName(java.lang.String name) + +
+          Sets the property name.
+ voidsetRequired(boolean value) + +
+          Sets whether a value must be supplied for the property.
+ voidsetType(java.lang.Class<?> value) + +
+          Sets the type of this property as used by the runtime
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the property name. +

+

+
+
+
+ +
Returns:
the property name
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the property name. +

+

+
+
+
+
Parameters:
name - the property name
+
+
+
+ +

+getDefaultValue

+
+java.lang.Object getDefaultValue()
+
+
Returns the default value of the property. +

+

+
+
+
+ +
Returns:
the default value of ths property
+
+
+
+ +

+setDefaultValue

+
+void setDefaultValue(java.lang.Object value)
+
+
Sets the default value of the property. +

+

+
+
+
+
Parameters:
value - the default value of ths property
+
+
+
+ +

+isMany

+
+boolean isMany()
+
+
Returns true if the property allows multiple values. +

+

+
+
+
+ +
Returns:
true if the property allows multiple values
+
+
+
+ +

+setMany

+
+void setMany(boolean value)
+
+
Sets whether or not the property allows multiple values. +

+

+
+
+
+
Parameters:
value - true if the property should allow multiple values
+
+
+
+ +

+isRequired

+
+boolean isRequired()
+
+
Returns true if a value must be supplied for the property. +

+

+
+
+
+ +
Returns:
true is a value must be supplied for the property
+
+
+
+ +

+setRequired

+
+void setRequired(boolean value)
+
+
Sets whether a value must be supplied for the property. + For ease of use, it is recommended that a meaningful default value should + be supplied for all properties; users should only be required to specify + a value if there is no reasonable default. +

+

+
+
+
+
Parameters:
value - set to true to require that a value be supplied for uses of this property
+
+
+
+ +

+getType

+
+java.lang.Class<?> getType()
+
+
Returns the type of this property as used by the runtime. +

+

+
+
+
+ +
Returns:
the type of this property as used by the runtime
+
+
+
+ +

+setType

+
+void setType(java.lang.Class<?> value)
+
+
Sets the type of this property as used by the runtime +

+

+
+
+
+
Parameters:
value - the type of this property as used by the runtime
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ProxyFactoryHolder.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ProxyFactoryHolder.html new file mode 100644 index 0000000000..814c9dd575 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ProxyFactoryHolder.html @@ -0,0 +1,237 @@ + + + + + + + +ProxyFactoryHolder (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ProxyFactoryHolder

+
+
All Known Subinterfaces:
ConfiguredPort<P>, ConfiguredReference, ConfiguredService
+
+
+
All Known Implementing Classes:
ConfiguredPortImpl, ConfiguredReferenceImpl, ConfiguredServiceImpl
+
+
+
+
public interface ProxyFactoryHolder
+ + +

+A model object that can hold a runtime proxy factory object. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetProxyFactory() + +
+          Returns the proxy factory
+ voidsetProxyFactory(java.lang.Object proxyFactory) + +
+          Sets the proxy factory
+  +

+ + + + + + + + +
+Method Detail
+ +

+setProxyFactory

+
+void setProxyFactory(java.lang.Object proxyFactory)
+
+
Sets the proxy factory +

+

+
+
+
+
+ +

+getProxyFactory

+
+java.lang.Object getProxyFactory()
+
+
Returns the proxy factory +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Reference.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Reference.html new file mode 100644 index 0000000000..f1eb7565db --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Reference.html @@ -0,0 +1,262 @@ + + + + + + + +Reference (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Reference

+
+
All Superinterfaces:
AssemblyObject, Port
+
+
+
All Known Implementing Classes:
ReferenceImpl
+
+
+
+
public interface Reference
extends Port
+ + +

+The association of a port with a requestor. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ MultiplicitygetMultiplicity() + +
+          Returns the multiplicity allowed for wires connected to this reference.
+ voidsetMultiplicity(Multiplicity multiplicity) + +
+          Sets the multiplicity allowed for wires connected to this reference.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Port
getName, getServiceContract, setName, setServiceContract
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getMultiplicity

+
+Multiplicity getMultiplicity()
+
+
Returns the multiplicity allowed for wires connected to this reference. +

+

+
+
+
+ +
Returns:
the multiplicity allowed for wires connected to this reference
+
+
+
+ +

+setMultiplicity

+
+void setMultiplicity(Multiplicity multiplicity)
+
+
Sets the multiplicity allowed for wires connected to this reference. +

+

+
+
+
+
Parameters:
multiplicity - the multiplicity allowed for wires connected to this reference
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Scope.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Scope.html new file mode 100644 index 0000000000..5b09f97444 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Scope.html @@ -0,0 +1,387 @@ + + + + + + + +Scope (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Enum Scope

+
+java.lang.Object
+  extended by java.lang.Enum<Scope>
+      extended by org.apache.tuscany.model.assembly.Scope
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Scope>
+
+
+
+
public enum Scope
extends java.lang.Enum<Scope>
+ + +

+The types of scope supported by assemblies. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
AGGREGATE + +
+           
INSTANCE + +
+           
MODULE + +
+           
REQUEST + +
+           
SESSION + +
+           
UNDEFINED + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ScopevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Scope[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+INSTANCE

+
+public static final Scope INSTANCE
+
+
+
+
+
+ +

+REQUEST

+
+public static final Scope REQUEST
+
+
+
+
+
+ +

+SESSION

+
+public static final Scope SESSION
+
+
+
+
+
+ +

+MODULE

+
+public static final Scope MODULE
+
+
+
+
+
+ +

+AGGREGATE

+
+public static final Scope AGGREGATE
+
+
+
+
+
+ +

+UNDEFINED

+
+public static final Scope UNDEFINED
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static final Scope[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they're declared. This method may be used to iterate +over the constants as follows: +
+for(Scope c : Scope.values())
+        System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they're declared
+
+
+
+ +

+valueOf

+
+public static Scope valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Service.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Service.html new file mode 100644 index 0000000000..de471d5ba2 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Service.html @@ -0,0 +1,204 @@ + + + + + + + +Service (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Service

+
+
All Superinterfaces:
AssemblyObject, Port
+
+
+
All Known Implementing Classes:
ServiceImpl
+
+
+
+
public interface Service
extends Port
+ + +

+The association of a port with a provider. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Port
getName, getServiceContract, setName, setServiceContract
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceContract.html new file mode 100644 index 0000000000..a54987dc8a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceContract.html @@ -0,0 +1,363 @@ + + + + + + + +ServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ServiceContract

+
+
All Superinterfaces:
AssemblyObject, Extensible
+
+
+
All Known Subinterfaces:
JavaServiceContract, WSDLServiceContract
+
+
+
All Known Implementing Classes:
JavaServiceContractImpl, ServiceContractImpl, WSDLServiceContractImpl
+
+
+
+
public interface ServiceContract
extends Extensible
+ + +

+The contract specified by a requestor or provider for invocations across a port. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ClassgetCallbackInterface() + +
+          Returns the callback interface for wire from the provider back to its requestor.
+ java.lang.ClassgetInterface() + +
+          Returns the interface for invocations from the requestor to the provider.
+ ScopegetScope() + +
+          Returns the scope of this service contract.
+ voidsetCallbackInterface(java.lang.Class value) + +
+          Sets the callback interface for wire from the provider back to its requestor.
+ voidsetInterface(java.lang.Class value) + +
+          Sets the interface for invocations from the requestor to the provider.
+ voidsetScope(Scope scope) + +
+          Sets the scope.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInterface

+
+java.lang.Class getInterface()
+
+
Returns the interface for invocations from the requestor to the provider. +

+

+
+
+
+ +
Returns:
the interface for invocations from the requestor to the provider
+
+
+
+ +

+setInterface

+
+void setInterface(java.lang.Class value)
+
+
Sets the interface for invocations from the requestor to the provider. +

+

+
+
+
+
Parameters:
value - the interface for invocations from the requestor to the provider
+
+
+
+ +

+getCallbackInterface

+
+java.lang.Class getCallbackInterface()
+
+
Returns the callback interface for wire from the provider back to its requestor. +

+

+
+
+
+ +
Returns:
the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+setCallbackInterface

+
+void setCallbackInterface(java.lang.Class value)
+
+
Sets the callback interface for wire from the provider back to its requestor. +

+

+
+
+
+
Parameters:
value - the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+getScope

+
+Scope getScope()
+
+
Returns the scope of this service contract. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setScope

+
+void setScope(Scope scope)
+
+
Sets the scope. +

+

+
+
+
+
Parameters:
scope - of this service contract.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceURI.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceURI.html new file mode 100644 index 0000000000..9ffb99aa09 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/ServiceURI.html @@ -0,0 +1,320 @@ + + + + + + + +ServiceURI (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface ServiceURI

+
+
All Known Implementing Classes:
ServiceURIImpl
+
+
+
+
public interface ServiceURI
+ + +

+Represents a service URI. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetAddress() + +
+           
+ java.lang.StringgetModuleComponentName() + +
+          Returns the module component name
+ java.lang.StringgetPartName() + +
+          Returns the part name
+ java.lang.StringgetPath() + +
+           
+ java.lang.StringgetServiceName() + +
+          Returns the service name
+ booleanisSCAScheme() + +
+          Returns true if the address scheme is sca
+  +

+ + + + + + + + +
+Method Detail
+ +

+isSCAScheme

+
+boolean isSCAScheme()
+
+
Returns true if the address scheme is sca +

+

+ +
Returns:
+
+
+
+ +

+getAddress

+
+java.lang.String getAddress()
+
+
+ +
Returns:
Returns the address.
+
+
+
+ +

+getPath

+
+java.lang.String getPath()
+
+
+ +
Returns:
Returns the path.
+
+
+
+ +

+getModuleComponentName

+
+java.lang.String getModuleComponentName()
+
+
Returns the module component name +

+

+ +
Returns:
+
+
+
+ +

+getPartName

+
+java.lang.String getPartName()
+
+
Returns the part name +

+

+ +
Returns:
+
+
+
+ +

+getServiceName

+
+java.lang.String getServiceName()
+
+
Returns the service name +

+

+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Subsystem.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Subsystem.html new file mode 100644 index 0000000000..133b145d8a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Subsystem.html @@ -0,0 +1,280 @@ + + + + + + + +Subsystem (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Subsystem

+
+
All Superinterfaces:
AssemblyObject, Composite, Extensible, Implementation
+
+
+
All Known Implementing Classes:
SubsystemImpl
+
+
+
+
public interface Subsystem
extends Composite
+ + +

+Represents a subsystem. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetURI() + +
+          Returns the subsystem uri.
+ voidsetURI(java.lang.String value) + +
+          Sets the subsystem uri.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the subsystem uri. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String value)
+
+
Sets the subsystem uri. +

+

+
+
+
+
Parameters:
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Wire.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Wire.html new file mode 100644 index 0000000000..bc0722d12e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Wire.html @@ -0,0 +1,311 @@ + + + + + + + +Wire (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface Wire

+
+
All Superinterfaces:
AssemblyObject, Extensible
+
+
+
All Known Implementing Classes:
WireImpl
+
+
+
+
public interface Wire
extends Extensible
+ + +

+A connection between a requestor (source) and a provider (target). +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ServiceURIgetSource() + +
+          Returns the URI for the source of the request.
+ ServiceURIgetTarget() + +
+          Returns the URI for the target of the request.
+ voidsetSource(ServiceURI uri) + +
+          Sets the URI for the source of the request.
+ voidsetTarget(ServiceURI uri) + +
+          Sets the URI for the target of the request.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSource

+
+ServiceURI getSource()
+
+
Returns the URI for the source of the request. +

+

+
+
+
+ +
Returns:
the URI for the source of the request
+
+
+
+ +

+setSource

+
+void setSource(ServiceURI uri)
+
+
Sets the URI for the source of the request. +

+

+
+
+
+
Parameters:
uri - the URI for the source of the request
+
+
+
+ +

+getTarget

+
+ServiceURI getTarget()
+
+
Returns the URI for the target of the request. +

+

+
+
+
+ +
Returns:
the URI for the target of the request
+
+
+
+ +

+setTarget

+
+void setTarget(ServiceURI uri)
+
+
Sets the URI for the target of the request. +

+

+
+
+
+
Parameters:
uri - the URI for the target of the request
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyContext.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyContext.html new file mode 100644 index 0000000000..721f94ad0a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyContext.html @@ -0,0 +1,409 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AssemblyContext (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AssemblyContext

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use AssemblyContext
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of AssemblyContext in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type AssemblyContext
+ voidAssemblyObject.initialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+  +

+ + + + + +
+Uses of AssemblyContext in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement AssemblyContext
+ classAssemblyContextImpl + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type AssemblyContext
+ voidAssemblyObjectImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidBindingImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidComponentImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidComponentTypeImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidCompositeImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidConfiguredPortImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidConfiguredPropertyImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidEntryPointImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidExtensibleImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidExternalServiceImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidImplementationImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidImportWSDLImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidModuleImpl.initialize(AssemblyContext modelContext) + +
+           
+ voidPortImpl.initialize(AssemblyContext modelContext) + +
+           
+protected  voidAssemblyObjectImpl.initialize(java.util.Collection collection, + AssemblyContext modelContext) + +
+          Initialize members of a collection
+protected  voidCompositeImpl.wire(AssemblyContext modelContext) + +
+          Wire the parts in this composite.
+protected  voidModuleFragmentImpl.wire(AssemblyContext modelContext) + +
+           
+  +

+ + + + + +
+Uses of AssemblyContext in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.types.java.impl with parameters of type AssemblyContext
+ voidJavaServiceContractImpl.initialize(AssemblyContext modelContext) + +
+           
+  +

+ + + + + +
+Uses of AssemblyContext in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.types.wsdl.impl with parameters of type AssemblyContext
+ voidWSDLServiceContractImpl.initialize(AssemblyContext modelContext) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyFactory.html new file mode 100644 index 0000000000..3e24ada536 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyFactory.html @@ -0,0 +1,266 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AssemblyFactory (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AssemblyFactory

+
+ + + + + + + + + + + + + +
+Packages that use AssemblyFactory
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of AssemblyFactory in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return AssemblyFactory
+ AssemblyFactoryAssemblyContext.getAssemblyFactory() + +
+          Returns a factory that can be used to create other model objects
+  +

+ + + + + +
+Uses of AssemblyFactory in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement AssemblyFactory
+ classAssemblyFactoryImpl + +
+          Default implementation of AssemblyFactory
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return AssemblyFactory
+ AssemblyFactoryAssemblyContextImpl.getAssemblyFactory() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Constructors in org.apache.tuscany.model.assembly.impl with parameters of type AssemblyFactory
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + java.lang.String webAppName) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper, + java.lang.String webAppName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyInitializationException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyInitializationException.html new file mode 100644 index 0000000000..95258e9976 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyInitializationException.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.AssemblyInitializationException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.AssemblyInitializationException

+
+ + + + + + + + + +
+Packages that use AssemblyInitializationException
org.apache.tuscany.model.assembly  
+  +

+ + + + + +
+Uses of AssemblyInitializationException in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that throw AssemblyInitializationException
+ voidAssemblyObject.initialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyObject.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyObject.html new file mode 100644 index 0000000000..8cd12f36be --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyObject.html @@ -0,0 +1,754 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AssemblyObject (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AssemblyObject

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AssemblyObject
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of AssemblyObject in org.apache.tuscany.model.assembly
+ interfaceAtomicComponent + +
+          An atomic component, specifically not an Composite.
+ interfaceAtomicImplementation + +
+          The implementation for a specific atomic component instance.
+ interfaceBinding + +
+          The binding of an entry point or external service to a transport.
+ interfaceComponent<I extends Implementation> + +
+          A component is a configured instance of a generic Implementation.
+ interfaceComponentType + +
+          A logical definition of a type of component separate from any specific implementation.
+ interfaceComposite + +
+          A model object that describes a container for parts.
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+ interfaceConfiguredPort<P extends Port> + +
+          Represents a configured port (e.g.
+ interfaceConfiguredProperty + +
+          The configured value of a Property.
+ interfaceConfiguredReference + +
+          A configured reference associated with a particular usage.
+ interfaceConfiguredService + +
+          A configured service associated with a particular usage.
+ interfaceEntryPoint + +
+          An entry point exposed by its containing Composite.
+ interfaceExtensible + +
+          An extensible model object.
+ interfaceExternalService + +
+          An external service consumed by its containing Composite.
+ interfaceImplementation + +
+          The implementation for a specific component instance.
+ interfaceImportWSDL + +
+          Model object that represents the import of an external WSDL definition.
+ interfaceModule + +
+          A specialized Implementation that defines a modular unit of assembly.
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+ interfaceModuleFragment + +
+          A fragment of assembly configuration within a module.
+ interfacePart + +
+          A configured object that is contained inside a Composite.
+ interfacePort + +
+          Abstraction for the association of a service contract with a requestor or provider.
+ interfaceProperty + +
+          A description of a property that can be used to configure a component.
+ interfaceReference + +
+          The association of a port with a requestor.
+ interfaceService + +
+          The association of a port with a provider.
+ interfaceServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+ interfaceSubsystem + +
+          Represents a subsystem.
+ interfaceWire + +
+          A connection between a requestor (source) and a provider (target).
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type AssemblyObject
+ booleanAssemblyVisitor.visit(AssemblyObject modelObject) + +
+          Visit the given model object.
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement AssemblyObject
+ classAssemblyObjectImpl + +
+          A base class for assembly model objects.
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+ classBindingImpl + +
+          An implementation of Binding.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classComponentTypeImpl + +
+          An implementation of ComponentType.
+ classCompositeImpl + +
+          An implementation of Composite.
+ classConfiguredPortImpl<P extends Port> + +
+          Implementation of ConfiguredPort.
+ classConfiguredPropertyImpl + +
+          Implementation of ConfiguredProperty
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExtensibleImpl + +
+          An implementation of Extensible.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classImplementationImpl + +
+          An implementation of Implementation.
+ classImportWSDLImpl + +
+          Implementation of ImportWSDL.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classPartImpl + +
+          Implementation of Part.
+ classPortImpl + +
+          An implementation of Port.
+ classPropertyImpl + +
+          An implementation of Property.
+ classReferenceImpl + +
+          An implementation of Reference.
+ classServiceContractImpl + +
+          An implementation of ServiceContract.
+ classServiceImpl + +
+          An implementation of Service.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+ classWireImpl + +
+          An implementation of Wire.
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.types.java
+  +

+ + + + + + + + + +
Subinterfaces of AssemblyObject in org.apache.tuscany.model.types.java
+ interfaceJavaServiceContract + +
+          Represents a Java service contract.
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.java.impl that implement AssemblyObject
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.types.wsdl
+  +

+ + + + + + + + + +
Subinterfaces of AssemblyObject in org.apache.tuscany.model.types.wsdl
+ interfaceWSDLServiceContract + +
+          A WSDL service contract.
+  +

+ + + + + +
+Uses of AssemblyObject in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.wsdl.impl that implement AssemblyObject
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyVisitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyVisitor.html new file mode 100644 index 0000000000..b2be95ef9f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AssemblyVisitor.html @@ -0,0 +1,311 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AssemblyVisitor (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AssemblyVisitor

+
+ + + + + + + + + + + + + +
+Packages that use AssemblyVisitor
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of AssemblyVisitor in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type AssemblyVisitor
+ booleanAssemblyObject.accept(AssemblyVisitor visitor) + +
+          Accept a visitor
+  +

+ + + + + +
+Uses of AssemblyVisitor in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type AssemblyVisitor
+ booleanAssemblyObjectImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanBindingImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanComponentImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanComponentTypeImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanCompositeImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanConfiguredPortImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanConfiguredPropertyImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanEntryPointImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanExtensibleImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanExternalServiceImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanImplementationImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanModuleImpl.accept(AssemblyVisitor visitor) + +
+           
+ booleanPortImpl.accept(AssemblyVisitor visitor) + +
+           
+protected  booleanAssemblyObjectImpl.accept(java.util.Collection collection, + AssemblyVisitor visitor) + +
+          Walk a visitor through a collection of model objects.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicComponent.html new file mode 100644 index 0000000000..8b1fbd144c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicComponent.html @@ -0,0 +1,222 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AtomicComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AtomicComponent

+
+ + + + + + + + + + + + + +
+Packages that use AtomicComponent
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of AtomicComponent in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return AtomicComponent
+ AtomicComponentAssemblyFactory.createSimpleComponent() + +
+          Returns a new SimpleComponent.
+  +

+ + + + + +
+Uses of AtomicComponent in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement AtomicComponent
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return AtomicComponent
+ AtomicComponentAssemblyFactoryImpl.createSimpleComponent() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicImplementation.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicImplementation.html new file mode 100644 index 0000000000..9055899909 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/AtomicImplementation.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.AtomicImplementation (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.AtomicImplementation

+
+ + + + + + + + + +
+Packages that use AtomicImplementation
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of AtomicImplementation in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement AtomicImplementation
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Binding.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Binding.html new file mode 100644 index 0000000000..885dffd4e0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Binding.html @@ -0,0 +1,298 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Binding (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Binding

+
+ + + + + + + + + + + + + +
+Packages that use Binding
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Binding in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Binding
+ java.util.List<Binding>EntryPoint.getBindings() + +
+          Returns the bindings supported by this entry point.
+ java.util.List<Binding>ExternalService.getBindings() + +
+          Returns the bindings that can be used by operations on this external service.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Binding
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+          Helper method for creating an EntryPoint wired to a single target.
+  +

+ + + + + +
+Uses of Binding in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Binding
+ classBindingImpl + +
+          An implementation of Binding.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Binding
+ java.util.List<Binding>EntryPointImpl.getBindings() + +
+           
+ java.util.List<Binding>ExternalServiceImpl.getBindings() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Binding
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+           
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Component.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Component.html new file mode 100644 index 0000000000..6f1c79f1b7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Component.html @@ -0,0 +1,270 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Component (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Component

+
+ + + + + + + + + + + + + +
+Packages that use Component
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Component in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of Component in org.apache.tuscany.model.assembly
+ interfaceAtomicComponent + +
+          An atomic component, specifically not an Composite.
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Component
+ java.util.List<Component>Composite.getComponents() + +
+          Returns all components contained in this composite.
+  +

+ + + + + +
+Uses of Component in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Component
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Component
+ java.util.List<Component>CompositeImpl.getComponents() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ComponentType.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ComponentType.html new file mode 100644 index 0000000000..3ece8e4928 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ComponentType.html @@ -0,0 +1,302 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ComponentType (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ComponentType

+
+ + + + + + + + + + + + + +
+Packages that use ComponentType
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ComponentType in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ComponentType
+ ComponentTypeAssemblyFactory.createComponentType() + +
+          Returns a new ComponentType.
+ ComponentTypeImplementation.getComponentType() + +
+          Returns the generic component type corresponding to this implementation.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ComponentType
+ voidImplementation.setComponentType(ComponentType componentType) + +
+          Sets the generic component type corresponding to this implementation.
+  +

+ + + + + +
+Uses of ComponentType in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ComponentType
+ classComponentTypeImpl + +
+          An implementation of ComponentType.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ComponentType
+ ComponentTypeAssemblyFactoryImpl.createComponentType() + +
+           
+ ComponentTypeCompositeImpl.getComponentType() + +
+           
+ ComponentTypeImplementationImpl.getComponentType() + +
+           
+ ComponentTypeSubsystemImpl.getComponentType() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ComponentType
+ voidCompositeImpl.setComponentType(ComponentType componentType) + +
+           
+ voidImplementationImpl.setComponentType(ComponentType componentType) + +
+           
+ voidSubsystemImpl.setComponentType(ComponentType componentType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Composite.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Composite.html new file mode 100644 index 0000000000..fd891d3df9 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Composite.html @@ -0,0 +1,326 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Composite (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Composite

+
+ + + + + + + + + + + + + +
+Packages that use Composite
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Composite in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly with type parameters of type Composite
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of Composite in org.apache.tuscany.model.assembly
+ interfaceModule + +
+          A specialized Implementation that defines a modular unit of assembly.
+ interfaceModuleFragment + +
+          A fragment of assembly configuration within a module.
+ interfaceSubsystem + +
+          Represents a subsystem.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Composite
+ CompositePart.getComposite() + +
+          Returns the composite that contains this component.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Composite
+ voidPart.setComposite(Composite composite) + +
+          Sets the composite that contains this component.
+  +

+ + + + + +
+Uses of Composite in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Composite
+ classCompositeImpl + +
+          An implementation of Composite.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Composite
+ CompositePartImpl.getComposite() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Composite
+ voidPartImpl.setComposite(Composite composite) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/CompositeComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/CompositeComponent.html new file mode 100644 index 0000000000..c274b47a84 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/CompositeComponent.html @@ -0,0 +1,206 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.CompositeComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.CompositeComponent

+
+ + + + + + + + + + + + + +
+Packages that use CompositeComponent
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of CompositeComponent in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Subinterfaces of CompositeComponent in org.apache.tuscany.model.assembly
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+  +

+ + + + + +
+Uses of CompositeComponent in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement CompositeComponent
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredPort.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredPort.html new file mode 100644 index 0000000000..be6b1fda97 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredPort.html @@ -0,0 +1,282 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ConfiguredPort (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ConfiguredPort

+
+ + + + + + + + + + + + + +
+Packages that use ConfiguredPort
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ConfiguredPort in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of ConfiguredPort in org.apache.tuscany.model.assembly
+ interfaceConfiguredReference + +
+          A configured reference associated with a particular usage.
+ interfaceConfiguredService + +
+          A configured service associated with a particular usage.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ConfiguredPort
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+  +

+ + + + + +
+Uses of ConfiguredPort in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ConfiguredPort
+ classConfiguredPortImpl<P extends Port> + +
+          Implementation of ConfiguredPort.
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ConfiguredPort
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.tuscany.model.assembly.impl with parameters of type ConfiguredPort
ServiceURIImpl(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Constructs a new ServiceURIImpl.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredProperty.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredProperty.html new file mode 100644 index 0000000000..038e09c19e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredProperty.html @@ -0,0 +1,270 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ConfiguredProperty (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ConfiguredProperty

+
+ + + + + + + + + + + + + +
+Packages that use ConfiguredProperty
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ConfiguredProperty in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ConfiguredProperty
+ ConfiguredPropertyAssemblyFactory.createConfiguredProperty() + +
+          Returns a new ConfiguredProperty.
+ ConfiguredPropertyComponent.getConfiguredProperty(java.lang.String name) + +
+          Returns the ConfiguredProperty value for the specified property.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ConfiguredProperty
+ java.util.List<ConfiguredProperty>Component.getConfiguredProperties() + +
+          Returns a list of configured property values for this configured instance.
+  +

+ + + + + +
+Uses of ConfiguredProperty in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ConfiguredProperty
+ classConfiguredPropertyImpl + +
+          Implementation of ConfiguredProperty
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ConfiguredProperty
+ ConfiguredPropertyAssemblyFactoryImpl.createConfiguredProperty() + +
+           
+ ConfiguredPropertyComponentImpl.getConfiguredProperty(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ConfiguredProperty
+ java.util.List<ConfiguredProperty>ComponentImpl.getConfiguredProperties() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredReference.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredReference.html new file mode 100644 index 0000000000..58c144e4bf --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredReference.html @@ -0,0 +1,360 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ConfiguredReference (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ConfiguredReference

+
+ + + + + + + + + + + + + +
+Packages that use ConfiguredReference
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ConfiguredReference in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ConfiguredReference
+ ConfiguredReferenceAssemblyFactory.createConfiguredReference() + +
+          Returns a new ConfiguredReference.
+ ConfiguredReferenceAssemblyFactory.createConfiguredReference(java.lang.String name, + java.lang.String... targets) + +
+          Helper method for creating a configured reference.
+ ConfiguredReferenceEntryPoint.getConfiguredReference() + +
+          Returns the configured reference that wires this entry point to the published service + inside the composite.
+ ConfiguredReferenceComponent.getConfiguredReference(java.lang.String name) + +
+          Returns the ConfiguredReference value for the specified reference.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ConfiguredReference
+ java.util.List<ConfiguredReference>Component.getConfiguredReferences() + +
+          Returns the configured references for the configured instance.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ConfiguredReference
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ voidEntryPoint.setConfiguredReference(ConfiguredReference configuredReference) + +
+          Sets the configured reference that wires this entry point to the published service + inside the composite.
+  +

+ + + + + +
+Uses of ConfiguredReference in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ConfiguredReference
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ConfiguredReference
+ ConfiguredReferenceAssemblyFactoryImpl.createConfiguredReference() + +
+           
+ ConfiguredReferenceAssemblyFactoryImpl.createConfiguredReference(java.lang.String name, + java.lang.String... targets) + +
+           
+ ConfiguredReferenceEntryPointImpl.getConfiguredReference() + +
+           
+ ConfiguredReferenceComponentImpl.getConfiguredReference(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ConfiguredReference
+ java.util.List<ConfiguredReference>ComponentImpl.getConfiguredReferences() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ConfiguredReference
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+           
+ voidEntryPointImpl.setConfiguredReference(ConfiguredReference configuredReference) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredService.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredService.html new file mode 100644 index 0000000000..d9eabf2c55 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ConfiguredService.html @@ -0,0 +1,404 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ConfiguredService (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ConfiguredService

+
+ + + + + + + + + + + + + +
+Packages that use ConfiguredService
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ConfiguredService in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ConfiguredService
+ ConfiguredServiceAssemblyFactory.createConfiguredService() + +
+          Returns a new ConfiguredService.
+ ConfiguredServiceEntryPoint.getConfiguredService() + +
+          Returns the configured service exposed by this entry point.
+ ConfiguredServiceExternalService.getConfiguredService() + +
+          Returns the configured service that this external service provides to other parts of the containing composite.
+ ConfiguredServiceComposite.getConfiguredService(ServiceURI address) + +
+          Returns the configured service at the given address.
+ ConfiguredServiceComponent.getConfiguredService(java.lang.String name) + +
+          Returns the ConfiguredService value for the specified property.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ConfiguredService
+ java.util.List<ConfiguredService>Component.getConfiguredServices() + +
+          Returns the configured services for the configured instance.
+ java.util.List<ConfiguredService>ConfiguredReference.getTargetConfiguredServices() + +
+          Returns the list of configured services that are wired to this configured reference.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ConfiguredService
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ voidEntryPoint.setConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service exposed by this entry point.
+ voidExternalService.setConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service that this external service provides to other parts of the containing composite
+  +

+ + + + + +
+Uses of ConfiguredService in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ConfiguredService
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ConfiguredService
+ ConfiguredServiceAssemblyFactoryImpl.createConfiguredService() + +
+           
+ ConfiguredServiceEntryPointImpl.getConfiguredService() + +
+           
+ ConfiguredServiceExternalServiceImpl.getConfiguredService() + +
+           
+ ConfiguredServiceCompositeImpl.getConfiguredService(ServiceURI address) + +
+           
+ ConfiguredServiceComponentImpl.getConfiguredService(java.lang.String name) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ConfiguredService
+ java.util.List<ConfiguredService>ComponentImpl.getConfiguredServices() + +
+           
+ java.util.List<ConfiguredService>ConfiguredReferenceImpl.getTargetConfiguredServices() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ConfiguredService
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+           
+ voidEntryPointImpl.setConfiguredService(ConfiguredService configuredService) + +
+           
+ voidExternalServiceImpl.setConfiguredService(ConfiguredService configuredService) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ContextFactoryHolder.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ContextFactoryHolder.html new file mode 100644 index 0000000000..2acb5ad147 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ContextFactoryHolder.html @@ -0,0 +1,294 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ContextFactoryHolder (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ContextFactoryHolder

+
+ + + + + + + + + + + + + +
+Packages that use ContextFactoryHolder
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ContextFactoryHolder in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of ContextFactoryHolder in org.apache.tuscany.model.assembly
+ interfaceAtomicComponent + +
+          An atomic component, specifically not an Composite.
+ interfaceComponent<I extends Implementation> + +
+          A component is a configured instance of a generic Implementation.
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+ interfaceEntryPoint + +
+          An entry point exposed by its containing Composite.
+ interfaceExternalService + +
+          An external service consumed by its containing Composite.
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+ interfacePart + +
+          A configured object that is contained inside a Composite.
+  +

+ + + + + +
+Uses of ContextFactoryHolder in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ContextFactoryHolder
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classPartImpl + +
+          Implementation of Part.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/EntryPoint.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/EntryPoint.html new file mode 100644 index 0000000000..4cad3db076 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/EntryPoint.html @@ -0,0 +1,298 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.EntryPoint (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.EntryPoint

+
+ + + + + + + + + + + + + +
+Packages that use EntryPoint
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of EntryPoint in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return EntryPoint
+ EntryPointAssemblyFactory.createEntryPoint() + +
+          Returns a new EntryPoint.
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+          Helper method for creating an EntryPoint wired to a single target.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type EntryPoint
+ java.util.List<EntryPoint>Composite.getEntryPoints() + +
+          Returns all entry points contained in this composite.
+  +

+ + + + + +
+Uses of EntryPoint in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement EntryPoint
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return EntryPoint
+ EntryPointAssemblyFactoryImpl.createEntryPoint() + +
+           
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+           
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type EntryPoint
+ java.util.List<EntryPoint>CompositeImpl.getEntryPoints() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Extensible.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Extensible.html new file mode 100644 index 0000000000..4e1bac8a09 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Extensible.html @@ -0,0 +1,586 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Extensible (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Extensible

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Extensible
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Extensible in org.apache.tuscany.model.assembly
+ interfaceAtomicComponent + +
+          An atomic component, specifically not an Composite.
+ interfaceAtomicImplementation + +
+          The implementation for a specific atomic component instance.
+ interfaceComponent<I extends Implementation> + +
+          A component is a configured instance of a generic Implementation.
+ interfaceComponentType + +
+          A logical definition of a type of component separate from any specific implementation.
+ interfaceComposite + +
+          A model object that describes a container for parts.
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+ interfaceEntryPoint + +
+          An entry point exposed by its containing Composite.
+ interfaceExternalService + +
+          An external service consumed by its containing Composite.
+ interfaceImplementation + +
+          The implementation for a specific component instance.
+ interfaceModule + +
+          A specialized Implementation that defines a modular unit of assembly.
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+ interfaceModuleFragment + +
+          A fragment of assembly configuration within a module.
+ interfacePart + +
+          A configured object that is contained inside a Composite.
+ interfaceProperty + +
+          A description of a property that can be used to configure a component.
+ interfaceServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+ interfaceSubsystem + +
+          Represents a subsystem.
+ interfaceWire + +
+          A connection between a requestor (source) and a provider (target).
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Extensible
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+ classBindingImpl + +
+          An implementation of Binding.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classComponentTypeImpl + +
+          An implementation of ComponentType.
+ classCompositeImpl + +
+          An implementation of Composite.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExtensibleImpl + +
+          An implementation of Extensible.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classImplementationImpl + +
+          An implementation of Implementation.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classPartImpl + +
+          Implementation of Part.
+ classPropertyImpl + +
+          An implementation of Property.
+ classServiceContractImpl + +
+          An implementation of ServiceContract.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+ classWireImpl + +
+          An implementation of Wire.
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.types.java
+  +

+ + + + + + + + + +
Subinterfaces of Extensible in org.apache.tuscany.model.types.java
+ interfaceJavaServiceContract + +
+          Represents a Java service contract.
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.java.impl that implement Extensible
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.types.wsdl
+  +

+ + + + + + + + + +
Subinterfaces of Extensible in org.apache.tuscany.model.types.wsdl
+ interfaceWSDLServiceContract + +
+          A WSDL service contract.
+  +

+ + + + + +
+Uses of Extensible in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.wsdl.impl that implement Extensible
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ExternalService.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ExternalService.html new file mode 100644 index 0000000000..8a71105218 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ExternalService.html @@ -0,0 +1,254 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ExternalService (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ExternalService

+
+ + + + + + + + + + + + + +
+Packages that use ExternalService
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ExternalService in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ExternalService
+ ExternalServiceAssemblyFactory.createExternalService() + +
+          Returns a new ExternalService.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ExternalService
+ java.util.List<ExternalService>Composite.getExternalServices() + +
+          Returns all external services contained in this composite.
+  +

+ + + + + +
+Uses of ExternalService in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ExternalService
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ExternalService
+ ExternalServiceAssemblyFactoryImpl.createExternalService() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ExternalService
+ java.util.List<ExternalService>CompositeImpl.getExternalServices() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Implementation.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Implementation.html new file mode 100644 index 0000000000..1a57bf7c86 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Implementation.html @@ -0,0 +1,310 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Implementation (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Implementation

+
+ + + + + + + + + + + + + +
+Packages that use Implementation
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Implementation in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly with type parameters of type Implementation
+ interfaceComponent<I extends Implementation> + +
+          A component is a configured instance of a generic Implementation.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Implementation in org.apache.tuscany.model.assembly
+ interfaceAtomicImplementation + +
+          The implementation for a specific atomic component instance.
+ interfaceComposite + +
+          A model object that describes a container for parts.
+ interfaceModule + +
+          A specialized Implementation that defines a modular unit of assembly.
+ interfaceModuleFragment + +
+          A fragment of assembly configuration within a module.
+ interfaceSubsystem + +
+          Represents a subsystem.
+  +

+ + + + + +
+Uses of Implementation in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl with type parameters of type Implementation
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Implementation
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+ classCompositeImpl + +
+          An implementation of Composite.
+ classImplementationImpl + +
+          An implementation of Implementation.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ImportWSDL.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ImportWSDL.html new file mode 100644 index 0000000000..ee72eeb784 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ImportWSDL.html @@ -0,0 +1,288 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ImportWSDL (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ImportWSDL

+
+ + + + + + + + + + + + + +
+Packages that use ImportWSDL
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ImportWSDL in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ImportWSDL
+ ImportWSDLAssemblyFactory.createImportWSDL() + +
+          Returns a new ImportWSDL model object.
+ ImportWSDLAssemblyFactory.createImportWSDL(java.lang.String location, + java.lang.String namespace) + +
+          Returns a new ImportWSDL model object initialized with the supplied values.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ImportWSDL
+ java.util.List<ImportWSDL>Composite.getWSDLImports() + +
+          Returns the WSDL imports declared in this composite.
+ java.util.List<ImportWSDL>Composite.getWSDLImports(java.lang.String namespace) + +
+          Returns the WSDL imports for the given namespace.
+  +

+ + + + + +
+Uses of ImportWSDL in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ImportWSDL
+ classImportWSDLImpl + +
+          Implementation of ImportWSDL.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ImportWSDL
+ ImportWSDLAssemblyFactoryImpl.createImportWSDL() + +
+           
+ ImportWSDLAssemblyFactoryImpl.createImportWSDL(java.lang.String location, + java.lang.String namespace) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ImportWSDL
+ java.util.List<ImportWSDL>CompositeImpl.getWSDLImports() + +
+           
+ java.util.List<ImportWSDL>CompositeImpl.getWSDLImports(java.lang.String namespace) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Module.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Module.html new file mode 100644 index 0000000000..1953024b74 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Module.html @@ -0,0 +1,222 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Module (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Module

+
+ + + + + + + + + + + + + +
+Packages that use Module
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Module in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Module
+ ModuleAssemblyFactory.createModule() + +
+          Returns a new Module.
+  +

+ + + + + +
+Uses of Module in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Module
+ classModuleImpl + +
+          An implementation of Module.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Module
+ ModuleAssemblyFactoryImpl.createModule() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleComponent.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleComponent.html new file mode 100644 index 0000000000..b729a0d383 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleComponent.html @@ -0,0 +1,327 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ModuleComponent (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ModuleComponent

+
+ + + + + + + + + + + + + +
+Packages that use ModuleComponent
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ModuleComponent in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ModuleComponent
+ ModuleComponentAssemblyFactory.createModuleComponent() + +
+          Returns a new ModuleComponent.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ModuleComponent
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+          Creates a new ServiceURI from a module component and a service name.
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+  +

+ + + + + +
+Uses of ModuleComponent in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ModuleComponent
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ModuleComponent
+ ModuleComponentAssemblyFactoryImpl.createModuleComponent() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ModuleComponent
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+           
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+           
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+  +

+ + + + + + + + + + + + + + +
Constructors in org.apache.tuscany.model.assembly.impl with parameters of type ModuleComponent
ServiceURIImpl(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Constructs a new ServiceURIImpl.
ServiceURIImpl(ModuleComponent moduleComponent, + java.lang.String targetServiceName) + +
+          Constructor
ServiceURIImpl(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String portName) + +
+          Constructs a new ServiceURIImpl.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleFragment.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleFragment.html new file mode 100644 index 0000000000..9e5cf2e4ae --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ModuleFragment.html @@ -0,0 +1,270 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ModuleFragment (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ModuleFragment

+
+ + + + + + + + + + + + + +
+Packages that use ModuleFragment
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ModuleFragment in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ModuleFragment
+ ModuleFragmentAssemblyFactory.createModuleFragment() + +
+          Returns a new ModuleFragment.
+ ModuleFragmentModule.getModuleFragment(java.lang.String name) + +
+          Returns the specified assembly fragment.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type ModuleFragment
+ java.util.List<ModuleFragment>Module.getModuleFragments() + +
+          Returns a list of assembly fragments that combine to form a single module.
+  +

+ + + + + +
+Uses of ModuleFragment in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ModuleFragment
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ModuleFragment
+ ModuleFragmentAssemblyFactoryImpl.createModuleFragment() + +
+           
+ ModuleFragmentModuleImpl.getModuleFragment(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ModuleFragment
+ java.util.List<ModuleFragment>ModuleImpl.getModuleFragments() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Multiplicity.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Multiplicity.html new file mode 100644 index 0000000000..f8ff86c0ad --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Multiplicity.html @@ -0,0 +1,275 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.Multiplicity (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.Multiplicity

+
+ + + + + + + + + + + + + +
+Packages that use Multiplicity
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Multiplicity in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Multiplicity
+ MultiplicityReference.getMultiplicity() + +
+          Returns the multiplicity allowed for wires connected to this reference.
+static MultiplicityMultiplicity.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Multiplicity[]Multiplicity.values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Multiplicity
+ ReferenceAssemblyFactory.createReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+          Helper method for creating a reference.
+ voidReference.setMultiplicity(Multiplicity multiplicity) + +
+          Sets the multiplicity allowed for wires connected to this reference.
+  +

+ + + + + +
+Uses of Multiplicity in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Multiplicity
+ MultiplicityReferenceImpl.getMultiplicity() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Multiplicity
+ ReferenceAssemblyFactoryImpl.createReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+           
+ voidReferenceImpl.setMultiplicity(Multiplicity multiplicity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/OverrideOption.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/OverrideOption.html new file mode 100644 index 0000000000..48aec3fea0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/OverrideOption.html @@ -0,0 +1,291 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.OverrideOption (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.OverrideOption

+
+ + + + + + + + + + + + + +
+Packages that use OverrideOption
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of OverrideOption in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return OverrideOption
+ OverrideOptionConfiguredProperty.getOverrideOption() + +
+          Returns the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ OverrideOptionExternalService.getOverrideOption() + +
+          Returns the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+static OverrideOptionOverrideOption.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static OverrideOption[]OverrideOption.values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type OverrideOption
+ voidConfiguredProperty.setOverrideOption(OverrideOption value) + +
+          Set the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ voidExternalService.setOverrideOption(OverrideOption value) + +
+          Set the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+  +

+ + + + + +
+Uses of OverrideOption in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return OverrideOption
+ OverrideOptionConfiguredPropertyImpl.getOverrideOption() + +
+           
+ OverrideOptionExternalServiceImpl.getOverrideOption() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type OverrideOption
+ voidConfiguredPropertyImpl.setOverrideOption(OverrideOption value) + +
+           
+ voidExternalServiceImpl.setOverrideOption(OverrideOption newOverridable) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Part.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Part.html new file mode 100644 index 0000000000..7aebb214f0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Part.html @@ -0,0 +1,402 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Part (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Part

+
+ + + + + + + + + + + + + +
+Packages that use Part
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Part in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Part in org.apache.tuscany.model.assembly
+ interfaceAtomicComponent + +
+          An atomic component, specifically not an Composite.
+ interfaceComponent<I extends Implementation> + +
+          A component is a configured instance of a generic Implementation.
+ interfaceCompositeComponent<I extends Composite> + +
+          Specialization of Component that represents a configured Module.
+ interfaceEntryPoint + +
+          An entry point exposed by its containing Composite.
+ interfaceExternalService + +
+          An external service consumed by its containing Composite.
+ interfaceModuleComponent + +
+          Specialization of Component that represents a configured Module.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Part
+ PartConfiguredPort.getPart() + +
+          Returns the part containing this port.
+ PartComposite.getPart(java.lang.String name) + +
+          Returns the named part.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Part
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+ voidConfiguredPort.setPart(Part part) + +
+          Sets the configured part containing this port.
+  +

+ + + + + +
+Uses of Part in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Part
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classPartImpl + +
+          Implementation of Part.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Part
+ PartConfiguredPortImpl.getPart() + +
+           
+ PartCompositeImpl.getPart(java.lang.String name) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Part
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+           
+ voidConfiguredPortImpl.setPart(Part part) + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.tuscany.model.assembly.impl with parameters of type Part
ServiceURIImpl(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Constructs a new ServiceURIImpl.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Port.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Port.html new file mode 100644 index 0000000000..91e5c10ad1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Port.html @@ -0,0 +1,262 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Port (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Port

+
+ + + + + + + + + + + + + +
+Packages that use Port
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Port in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly with type parameters of type Port
+ interfaceConfiguredPort<P extends Port> + +
+          Represents a configured port (e.g.
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Port in org.apache.tuscany.model.assembly
+ interfaceReference + +
+          The association of a port with a requestor.
+ interfaceService + +
+          The association of a port with a provider.
+  +

+ + + + + +
+Uses of Port in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl with type parameters of type Port
+ classConfiguredPortImpl<P extends Port> + +
+          Implementation of ConfiguredPort.
+  +

+ + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Port
+ classPortImpl + +
+          An implementation of Port.
+ classReferenceImpl + +
+          An implementation of Reference.
+ classServiceImpl + +
+          An implementation of Service.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Property.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Property.html new file mode 100644 index 0000000000..9d1a23f5be --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Property.html @@ -0,0 +1,336 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Property (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Property

+
+ + + + + + + + + + + + + +
+Packages that use Property
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Property in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Property
+ PropertyAssemblyFactory.createProperty() + +
+          Returns a new Property.
+ PropertyAssemblyFactory.createProperty(java.lang.String name, + java.lang.Class<?> type) + +
+          Helper method for creating a simple Property.
+ PropertyConfiguredProperty.getProperty() + +
+          Returns the Property whose value is being set.
+ PropertyComponentType.getProperty(java.lang.String name) + +
+          Returns the specified property
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Property
+ java.util.List<Property>ComponentType.getProperties() + +
+          Returns the list of properties that can be used to configure components with this component type.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Property
+ voidConfiguredProperty.setProperty(Property property) + +
+          Sets the Property whose value is being set.
+  +

+ + + + + +
+Uses of Property in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Property
+ classPropertyImpl + +
+          An implementation of Property.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Property
+ PropertyAssemblyFactoryImpl.createProperty() + +
+           
+ PropertyAssemblyFactoryImpl.createProperty(java.lang.String name, + java.lang.Class<?> type) + +
+           
+ PropertyConfiguredPropertyImpl.getProperty() + +
+           
+ PropertyComponentTypeImpl.getProperty(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Property
+ java.util.List<Property>ComponentTypeImpl.getProperties() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Property
+ voidConfiguredPropertyImpl.setProperty(Property property) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ProxyFactoryHolder.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ProxyFactoryHolder.html new file mode 100644 index 0000000000..d6a7ac8411 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ProxyFactoryHolder.html @@ -0,0 +1,238 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ProxyFactoryHolder (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ProxyFactoryHolder

+
+ + + + + + + + + + + + + +
+Packages that use ProxyFactoryHolder
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ProxyFactoryHolder in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of ProxyFactoryHolder in org.apache.tuscany.model.assembly
+ interfaceConfiguredPort<P extends Port> + +
+          Represents a configured port (e.g.
+ interfaceConfiguredReference + +
+          A configured reference associated with a particular usage.
+ interfaceConfiguredService + +
+          A configured service associated with a particular usage.
+  +

+ + + + + +
+Uses of ProxyFactoryHolder in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ProxyFactoryHolder
+ classConfiguredPortImpl<P extends Port> + +
+          Implementation of ConfiguredPort.
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Reference.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Reference.html new file mode 100644 index 0000000000..272ee60728 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Reference.html @@ -0,0 +1,308 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Reference (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Reference

+
+ + + + + + + + + + + + + +
+Packages that use Reference
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Reference in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Reference
+ ReferenceAssemblyFactory.createReference() + +
+          Returns a new Reference.
+ ReferenceAssemblyFactory.createReference(java.lang.String name, + java.lang.Class<?> service) + +
+          Helper method for creating a reference.
+ ReferenceAssemblyFactory.createReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+          Helper method for creating a reference.
+ ReferenceComponentType.getReference(java.lang.String name) + +
+          Returns the specified reference.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Reference
+ java.util.List<Reference>ComponentType.getReferences() + +
+          Returns the list of references this component type consumes.
+  +

+ + + + + +
+Uses of Reference in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Reference
+ classReferenceImpl + +
+          An implementation of Reference.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Reference
+ ReferenceAssemblyFactoryImpl.createReference() + +
+           
+ ReferenceAssemblyFactoryImpl.createReference(java.lang.String name, + java.lang.Class<?> service) + +
+           
+ ReferenceAssemblyFactoryImpl.createReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+           
+ ReferenceComponentTypeImpl.getReference(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Reference
+ java.util.List<Reference>ComponentTypeImpl.getReferences() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Scope.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Scope.html new file mode 100644 index 0000000000..14861d98e6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Scope.html @@ -0,0 +1,255 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.Scope (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.Scope

+
+ + + + + + + + + + + + + +
+Packages that use Scope
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Scope in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Scope
+ ScopeServiceContract.getScope() + +
+          Returns the scope of this service contract.
+static ScopeScope.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Scope[]Scope.values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type Scope
+ voidServiceContract.setScope(Scope scope) + +
+          Sets the scope.
+  +

+ + + + + +
+Uses of Scope in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Scope
+ ScopeServiceContractImpl.getScope() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type Scope
+ voidServiceContractImpl.setScope(Scope scope) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Service.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Service.html new file mode 100644 index 0000000000..ba4513e04c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Service.html @@ -0,0 +1,270 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Service (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Service

+
+ + + + + + + + + + + + + +
+Packages that use Service
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Service in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Service
+ ServiceAssemblyFactory.createService() + +
+          Returns a new Service.
+ ServiceComponentType.getService(java.lang.String name) + +
+          Returns the specfied service if exposed by this component type.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Service
+ java.util.List<Service>ComponentType.getServices() + +
+          Returns a list of services exposed by this component type.
+  +

+ + + + + +
+Uses of Service in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Service
+ classServiceImpl + +
+          An implementation of Service.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Service
+ ServiceAssemblyFactoryImpl.createService() + +
+           
+ ServiceComponentTypeImpl.getService(java.lang.String name) + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Service
+ java.util.List<Service>ComponentTypeImpl.getServices() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceContract.html new file mode 100644 index 0000000000..3562bb1265 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceContract.html @@ -0,0 +1,392 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ServiceContract

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ServiceContract
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ServiceContract
+ ServiceContractPort.getServiceContract() + +
+          Returns the contract for invocations of a service using this port.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ServiceContract
+ EntryPointAssemblyFactory.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ voidPort.setServiceContract(ServiceContract contract) + +
+          Set the contract for invocations of a service using this port.
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ServiceContract
+ classServiceContractImpl + +
+          An implementation of ServiceContract.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ServiceContract
+ ServiceContractPortImpl.getServiceContract() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ServiceContract
+ EntryPointAssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+           
+ voidPortImpl.setServiceContract(ServiceContract value) + +
+           
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.types.java
+  +

+ + + + + + + + + +
Subinterfaces of ServiceContract in org.apache.tuscany.model.types.java
+ interfaceJavaServiceContract + +
+          Represents a Java service contract.
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.java.impl that implement ServiceContract
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.types.wsdl
+  +

+ + + + + + + + + +
Subinterfaces of ServiceContract in org.apache.tuscany.model.types.wsdl
+ interfaceWSDLServiceContract + +
+          A WSDL service contract.
+  +

+ + + + + +
+Uses of ServiceContract in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.wsdl.impl that implement ServiceContract
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceURI.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceURI.html new file mode 100644 index 0000000000..efd44d1076 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/ServiceURI.html @@ -0,0 +1,376 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.ServiceURI (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.ServiceURI

+
+ + + + + + + + + + + + + +
+Packages that use ServiceURI
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ServiceURI in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return ServiceURI
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+          Creates a new ServiceURI from a module component and a service name.
+ ServiceURIAssemblyFactory.createServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+ ServiceURIAssemblyFactory.createServiceURI(java.lang.String uri) + +
+          Create a new ServiceURI from the given uri string.
+ ServiceURIWire.getSource() + +
+          Returns the URI for the source of the request.
+ ServiceURIWire.getTarget() + +
+          Returns the URI for the target of the request.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly with parameters of type ServiceURI
+ ConfiguredServiceComposite.getConfiguredService(ServiceURI address) + +
+          Returns the configured service at the given address.
+ voidWire.setSource(ServiceURI uri) + +
+          Sets the URI for the source of the request.
+ voidWire.setTarget(ServiceURI uri) + +
+          Sets the URI for the target of the request.
+  +

+ + + + + +
+Uses of ServiceURI in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement ServiceURI
+ classServiceURIImpl + +
+          An implementation of ServiceURI.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return ServiceURI
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+           
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+           
+ ServiceURIAssemblyFactoryImpl.createServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+ ServiceURIAssemblyFactoryImpl.createServiceURI(java.lang.String uri) + +
+           
+ ServiceURIWireImpl.getSource() + +
+           
+ ServiceURIWireImpl.getTarget() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl with parameters of type ServiceURI
+ ConfiguredServiceCompositeImpl.getConfiguredService(ServiceURI address) + +
+           
+ voidWireImpl.setSource(ServiceURI uri) + +
+           
+ voidWireImpl.setTarget(ServiceURI uri) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Subsystem.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Subsystem.html new file mode 100644 index 0000000000..c8f481eb0a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Subsystem.html @@ -0,0 +1,222 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Subsystem (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Subsystem

+
+ + + + + + + + + + + + + +
+Packages that use Subsystem
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Subsystem in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Subsystem
+ SubsystemAssemblyFactory.createSubsystem() + +
+          Returns a new Subsystem.
+  +

+ + + + + +
+Uses of Subsystem in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Subsystem
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Subsystem
+ SubsystemAssemblyFactoryImpl.createSubsystem() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Wire.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Wire.html new file mode 100644 index 0000000000..d34e155d2a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/class-use/Wire.html @@ -0,0 +1,254 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.Wire (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.Wire

+
+ + + + + + + + + + + + + +
+Packages that use Wire
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of Wire in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return Wire
+ WireAssemblyFactory.createWire() + +
+          Create a wire
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return types with arguments of type Wire
+ java.util.List<Wire>Composite.getWires() + +
+          Returns the wires contained in this composite.
+  +

+ + + + + +
+Uses of Wire in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.assembly.impl that implement Wire
+ classWireImpl + +
+          An implementation of Wire.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return Wire
+ WireAssemblyFactoryImpl.createWire() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Wire
+ java.util.List<Wire>CompositeImpl.getWires() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyContextImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyContextImpl.html new file mode 100644 index 0000000000..85657fb01d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyContextImpl.html @@ -0,0 +1,446 @@ + + + + + + + +AssemblyContextImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class AssemblyContextImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyContextImpl
+
+
+
All Implemented Interfaces:
AssemblyContext
+
+
+
+
public class AssemblyContextImpl
extends java.lang.Object
implements AssemblyContext
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + java.lang.String webAppName) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper, + java.lang.String webAppName) + +
+           
AssemblyContextImpl(AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.apache.tuscany.common.resource.ResourceLoadergetApplicationResourceLoader() + +
+          Returns a loader for resources in the application environment.
+ AssemblyFactorygetAssemblyFactory() + +
+          Returns a factory that can be used to create other model objects
+ AssemblyModelLoadergetAssemblyLoader() + +
+          Returns a loader that can be used to load sub-models.
+ commonj.sdo.helper.TypeHelpergetTypeHelper() + +
+          Returns an SDO type helper.
+ java.lang.StringgetWebAppName() + +
+          Returns the Web application module URI
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyContextImpl

+
+public AssemblyContextImpl(AssemblyModelLoader assemblyLoader,
+                           org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+
+
+
+ +

+AssemblyContextImpl

+
+public AssemblyContextImpl(AssemblyFactory assemblyFactory,
+                           AssemblyModelLoader assemblyLoader,
+                           org.apache.tuscany.common.resource.ResourceLoader artifactLoader)
+
+
+
+ +

+AssemblyContextImpl

+
+public AssemblyContextImpl(AssemblyFactory assemblyFactory,
+                           AssemblyModelLoader assemblyLoader,
+                           org.apache.tuscany.common.resource.ResourceLoader artifactLoader,
+                           java.lang.String webAppName)
+
+
+
+ +

+AssemblyContextImpl

+
+public AssemblyContextImpl(AssemblyFactory assemblyFactory,
+                           AssemblyModelLoader assemblyLoader,
+                           org.apache.tuscany.common.resource.ResourceLoader artifactLoader,
+                           commonj.sdo.helper.TypeHelper typeHelper)
+
+
+
+ +

+AssemblyContextImpl

+
+public AssemblyContextImpl(AssemblyFactory assemblyFactory,
+                           AssemblyModelLoader assemblyLoader,
+                           org.apache.tuscany.common.resource.ResourceLoader artifactLoader,
+                           commonj.sdo.helper.TypeHelper typeHelper,
+                           java.lang.String webAppName)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAssemblyFactory

+
+public AssemblyFactory getAssemblyFactory()
+
+
Description copied from interface: AssemblyContext
+
Returns a factory that can be used to create other model objects +

+

+
Specified by:
getAssemblyFactory in interface AssemblyContext
+
+
+ +
Returns:
a factory for model objects
See Also:
AssemblyContext.getAssemblyFactory()
+
+
+
+ +

+getApplicationResourceLoader

+
+public org.apache.tuscany.common.resource.ResourceLoader getApplicationResourceLoader()
+
+
Description copied from interface: AssemblyContext
+
Returns a loader for resources in the application environment. +

+

+
Specified by:
getApplicationResourceLoader in interface AssemblyContext
+
+
+ +
Returns:
a loader for resources in the system environment
+
+
+
+ +

+getAssemblyLoader

+
+public AssemblyModelLoader getAssemblyLoader()
+
+
Description copied from interface: AssemblyContext
+
Returns a loader that can be used to load sub-models. +

+

+
Specified by:
getAssemblyLoader in interface AssemblyContext
+
+
+ +
Returns:
a loader for sub-models
See Also:
AssemblyContext.getAssemblyLoader()
+
+
+
+ +

+getTypeHelper

+
+public commonj.sdo.helper.TypeHelper getTypeHelper()
+
+
Description copied from interface: AssemblyContext
+
Returns an SDO type helper. +

+

+
Specified by:
getTypeHelper in interface AssemblyContext
+
+
+ +
Returns:
an SDO type helper
See Also:
AssemblyContext.getTypeHelper()
+
+
+
+ +

+getWebAppName

+
+public java.lang.String getWebAppName()
+
+
Description copied from interface: AssemblyContext
+
Returns the Web application module URI +

+

+
Specified by:
getWebAppName in interface AssemblyContext
+
+
+ +
Returns:
the module name of the Web app
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyFactoryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyFactoryImpl.html new file mode 100644 index 0000000000..c1c2972bb0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyFactoryImpl.html @@ -0,0 +1,1051 @@ + + + + + + + +AssemblyFactoryImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class AssemblyFactoryImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyFactoryImpl
+
+
+
All Implemented Interfaces:
AssemblyFactory
+
+
+
+
public class AssemblyFactoryImpl
extends java.lang.Object
implements AssemblyFactory
+ + +

+Default implementation of AssemblyFactory +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AssemblyFactoryImpl() + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypecreateComponentType() + +
+          Returns a new ComponentType.
+ ConfiguredPropertycreateConfiguredProperty() + +
+          Returns a new ConfiguredProperty.
+ ConfiguredReferencecreateConfiguredReference() + +
+          Returns a new ConfiguredReference.
+ ConfiguredReferencecreateConfiguredReference(java.lang.String name, + java.lang.String... targets) + +
+          Helper method for creating a configured reference.
+ ConfiguredServicecreateConfiguredService() + +
+          Returns a new ConfiguredService.
+ EntryPointcreateEntryPoint() + +
+          Returns a new EntryPoint.
+ EntryPointcreateEntryPoint(java.lang.String entryPointName, + ConfiguredService configuredService, + Binding binding, + ConfiguredReference configuredReference) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ EntryPointcreateEntryPoint(java.lang.String entryPointName, + ServiceContract serviceContract, + Binding binding, + java.lang.String targetName) + +
+          Helper method for creating an EntryPoint wired to a single target.
+ ExternalServicecreateExternalService() + +
+          Returns a new ExternalService.
+ ImportWSDLcreateImportWSDL() + +
+          Returns a new ImportWSDL model object.
+ ImportWSDLcreateImportWSDL(java.lang.String location, + java.lang.String namespace) + +
+          Returns a new ImportWSDL model object initialized with the supplied values.
+ JavaServiceContractcreateJavaServiceContract() + +
+          Returns a new JavaServiceContract.
+ ModulecreateModule() + +
+          Returns a new Module.
+ ModuleComponentcreateModuleComponent() + +
+          Returns a new ModuleComponent.
+ ModuleFragmentcreateModuleFragment() + +
+          Returns a new ModuleFragment.
+ PropertycreateProperty() + +
+          Returns a new Property.
+ PropertycreateProperty(java.lang.String name, + java.lang.Class<?> type) + +
+          Helper method for creating a simple Property.
+ javax.xml.namespace.QNamecreateQName(java.lang.String uri) + +
+          Create a qname from a URI
+ ReferencecreateReference() + +
+          Returns a new Reference.
+ ReferencecreateReference(java.lang.String name, + java.lang.Class<?> service) + +
+          Helper method for creating a reference.
+ ReferencecreateReference(java.lang.String name, + java.lang.Class<?> service, + Multiplicity multiplicity) + +
+          Helper method for creating a reference.
+ ServicecreateService() + +
+          Returns a new Service.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Creates a new ServiceURI from a module component and configured port.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + java.lang.String serviceName) + +
+          Creates a new ServiceURI from a module component and a service name.
+ ServiceURIcreateServiceURI(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String serviceName) + +
+           
+ ServiceURIcreateServiceURI(java.lang.String uri) + +
+          Create a new ServiceURI from the given uri string.
+ AtomicComponentcreateSimpleComponent() + +
+          Returns a new SimpleComponent.
+ SubsystemcreateSubsystem() + +
+          Returns a new Subsystem.
+ WirecreateWire() + +
+          Create a wire
+ WSDLServiceContractcreateWSDLServiceContract() + +
+          Returns a new WSDLServiceContract.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyFactoryImpl

+
+public AssemblyFactoryImpl()
+
+
Constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+createSimpleComponent

+
+public AtomicComponent createSimpleComponent()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new SimpleComponent. +

+

+
Specified by:
createSimpleComponent in interface AssemblyFactory
+
+
+ +
Returns:
a new SimpleComponent
+
+
+
+ +

+createComponentType

+
+public ComponentType createComponentType()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ComponentType. +

+

+
Specified by:
createComponentType in interface AssemblyFactory
+
+
+ +
Returns:
a new ComponentType
+
+
+
+ +

+createEntryPoint

+
+public EntryPoint createEntryPoint()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new EntryPoint. +

+

+
Specified by:
createEntryPoint in interface AssemblyFactory
+
+
+ +
Returns:
a new EntryPoint
+
+
+
+ +

+createExternalService

+
+public ExternalService createExternalService()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ExternalService. +

+

+
Specified by:
createExternalService in interface AssemblyFactory
+
+
+ +
Returns:
a new ExternalService
+
+
+
+ +

+createJavaServiceContract

+
+public JavaServiceContract createJavaServiceContract()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new JavaServiceContract. +

+

+
Specified by:
createJavaServiceContract in interface AssemblyFactory
+
+
+ +
Returns:
a new JavaServiceContract
+
+
+
+ +

+createModule

+
+public Module createModule()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new Module. +

+

+
Specified by:
createModule in interface AssemblyFactory
+
+
+ +
Returns:
a new Module
+
+
+
+ +

+createModuleFragment

+
+public ModuleFragment createModuleFragment()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ModuleFragment. +

+

+
Specified by:
createModuleFragment in interface AssemblyFactory
+
+
+ +
Returns:
a new ModuleFragment
+
+
+
+ +

+createModuleComponent

+
+public ModuleComponent createModuleComponent()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ModuleComponent. +

+

+
Specified by:
createModuleComponent in interface AssemblyFactory
+
+
+ +
Returns:
a new ModuleComponent
+
+
+
+ +

+createProperty

+
+public Property createProperty()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new Property. +

+

+
Specified by:
createProperty in interface AssemblyFactory
+
+
+ +
Returns:
a new Property
+
+
+
+ +

+createConfiguredProperty

+
+public ConfiguredProperty createConfiguredProperty()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ConfiguredProperty. +

+

+
Specified by:
createConfiguredProperty in interface AssemblyFactory
+
+
+ +
Returns:
a new ConfiguredProperty
+
+
+
+ +

+createReference

+
+public Reference createReference()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new Reference. +

+

+
Specified by:
createReference in interface AssemblyFactory
+
+
+ +
Returns:
a new Reference
+
+
+
+ +

+createConfiguredReference

+
+public ConfiguredReference createConfiguredReference()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ConfiguredReference. +

+

+
Specified by:
createConfiguredReference in interface AssemblyFactory
+
+
+ +
Returns:
a new ConfiguredReference
+
+
+
+ +

+createService

+
+public Service createService()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new Service. +

+

+
Specified by:
createService in interface AssemblyFactory
+
+
+ +
Returns:
a new Service
+
+
+
+ +

+createConfiguredService

+
+public ConfiguredService createConfiguredService()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ConfiguredService. +

+

+
Specified by:
createConfiguredService in interface AssemblyFactory
+
+
+ +
Returns:
a new ConfiguredService
+
+
+
+ +

+createSubsystem

+
+public Subsystem createSubsystem()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new Subsystem. +

+

+
Specified by:
createSubsystem in interface AssemblyFactory
+
+
+ +
Returns:
a new Subsystem
+
+
+
+ +

+createWSDLServiceContract

+
+public WSDLServiceContract createWSDLServiceContract()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new WSDLServiceContract. +

+

+
Specified by:
createWSDLServiceContract in interface AssemblyFactory
+
+
+ +
Returns:
a new WSDLServiceContract
+
+
+
+ +

+createServiceURI

+
+public ServiceURI createServiceURI(java.lang.String uri)
+
+
Description copied from interface: AssemblyFactory
+
Create a new ServiceURI from the given uri string. +

+

+
Specified by:
createServiceURI in interface AssemblyFactory
+
+
+
Parameters:
uri - the URI for the service +
Returns:
a new ServiceURI created from the supplied URI
+
+
+
+ +

+createServiceURI

+
+public ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                                   java.lang.String serviceName)
+
+
Description copied from interface: AssemblyFactory
+
Creates a new ServiceURI from a module component and a service name. +

+

+
Specified by:
createServiceURI in interface AssemblyFactory
+
+
+
Parameters:
moduleComponent - the module component exposing the service
serviceName - the name of the service exposed by the module +
Returns:
a new ServiceURI for the exposed service
+
+
+
+ +

+createServiceURI

+
+public ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                                   Part part,
+                                   ConfiguredPort configuredPort)
+
+
Description copied from interface: AssemblyFactory
+
Creates a new ServiceURI from a module component and configured port. +

+

+
Specified by:
createServiceURI in interface AssemblyFactory
+
+
+
Parameters:
moduleComponent - the module component exposing the service
part - the part that is providing the service
configuredPort - the port on the part +
Returns:
a new serviceURI for the exposed service
+
+
+
+ +

+createServiceURI

+
+public ServiceURI createServiceURI(ModuleComponent moduleComponent,
+                                   java.lang.String partName,
+                                   java.lang.String serviceName)
+
+
+
Specified by:
createServiceURI in interface AssemblyFactory
+
+
+
+
+
+
+ +

+createQName

+
+public javax.xml.namespace.QName createQName(java.lang.String uri)
+
+
Description copied from interface: AssemblyFactory
+
Create a qname from a URI +

+

+
Specified by:
createQName in interface AssemblyFactory
+
+
+ +
Returns:
a new qname
+
+
+
+ +

+createWire

+
+public Wire createWire()
+
+
Description copied from interface: AssemblyFactory
+
Create a wire +

+

+
Specified by:
createWire in interface AssemblyFactory
+
+
+ +
Returns:
an new wire
+
+
+
+ +

+createReference

+
+public Reference createReference(java.lang.String name,
+                                 java.lang.Class<?> service)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating a reference. +

+

+
Specified by:
createReference in interface AssemblyFactory
+
+
+
Parameters:
name - the name of the reference
service - the Java type of the service +
Returns:
a Reference
+
+
+
+ +

+createReference

+
+public Reference createReference(java.lang.String name,
+                                 java.lang.Class<?> service,
+                                 Multiplicity multiplicity)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating a reference. +

+

+
Specified by:
createReference in interface AssemblyFactory
+
+
+
Parameters:
name - the name of the reference
service - the Java type of the service
multiplicity - the multiplicity of the reference +
Returns:
a Reference
+
+
+
+ +

+createConfiguredReference

+
+public ConfiguredReference createConfiguredReference(java.lang.String name,
+                                                     java.lang.String... targets)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating a configured reference. +

+

+
Specified by:
createConfiguredReference in interface AssemblyFactory
+
+
+
Parameters:
name - the name of the reference
targets - the targets for the reference +
Returns:
a ConfiguredReference
+
+
+
+ +

+createEntryPoint

+
+public EntryPoint createEntryPoint(java.lang.String entryPointName,
+                                   ServiceContract serviceContract,
+                                   Binding binding,
+                                   java.lang.String targetName)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating an EntryPoint wired to a single target. +

+

+
Specified by:
createEntryPoint in interface AssemblyFactory
+
+
+
Parameters:
entryPointName - the name of the entry point
serviceContract - the service contract the EntryPoint should expose
binding - the binding the EntryPoint should use
targetName - the target the EntryPoint exposes +
Returns:
an EntryPoint that exposes the supplied service and is wired to the target
+
+
+
+ +

+createEntryPoint

+
+public EntryPoint createEntryPoint(java.lang.String entryPointName,
+                                   ConfiguredService configuredService,
+                                   Binding binding,
+                                   ConfiguredReference configuredReference)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating an EntryPoint wired to a single target. +

+

+
Specified by:
createEntryPoint in interface AssemblyFactory
+
+
+
Parameters:
entryPointName - the name of the entry point
configuredService - the configured service to expose
binding - the binding the EntryPoint should use
configuredReference - a configured reference to the target +
Returns:
an EntryPoint that exposes the supplied service using the supplied bindng and which is wired + using the supplied reference
+
+
+
+ +

+createProperty

+
+public Property createProperty(java.lang.String name,
+                               java.lang.Class<?> type)
+
+
Description copied from interface: AssemblyFactory
+
Helper method for creating a simple Property. +

+

+
Specified by:
createProperty in interface AssemblyFactory
+
+
+
Parameters:
name - the property name
type - the Java type of the property +
Returns:
a Property with the supplied name and type
+
+
+
+ +

+createImportWSDL

+
+public ImportWSDL createImportWSDL()
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ImportWSDL model object. +

+

+
Specified by:
createImportWSDL in interface AssemblyFactory
+
+
+ +
Returns:
a new ImportWSDL model object
+
+
+
+ +

+createImportWSDL

+
+public ImportWSDL createImportWSDL(java.lang.String location,
+                                   java.lang.String namespace)
+
+
Description copied from interface: AssemblyFactory
+
Returns a new ImportWSDL model object initialized with the supplied values. +

+

+
Specified by:
createImportWSDL in interface AssemblyFactory
+
+
+
Parameters:
location - the location where the WSDL definition can be found
namespace - the namespace URI for this import +
Returns:
a new ImportWSDL model object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyObjectImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyObjectImpl.html new file mode 100644 index 0000000000..13a4f6479a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AssemblyObjectImpl.html @@ -0,0 +1,502 @@ + + + + + + + +AssemblyObjectImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class AssemblyObjectImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+
+
+
All Implemented Interfaces:
AssemblyObject
+
+
+
Direct Known Subclasses:
ConfiguredPortImpl, ConfiguredPropertyImpl, ExtensibleImpl, ImportWSDLImpl, PortImpl
+
+
+
+
public abstract class AssemblyObjectImpl
extends java.lang.Object
implements AssemblyObject
+ + +

+A base class for assembly model objects. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected AssemblyObjectImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+protected  booleanaccept(java.util.Collection collection, + AssemblyVisitor visitor) + +
+          Walk a visitor through a collection of model objects.
+protected  voidcheckInitialized() + +
+          Check that the current model object is initialized.
+protected  voidcheckNotFrozen() + +
+          Check that the current model object can be modified.
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+protected + + + + +
+<T> java.util.List<T>
+
freeze(java.util.List<T> list) + +
+          Freeze a list and its members
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+protected  voidinitialize(java.util.Collection collection, + AssemblyContext modelContext) + +
+          Initialize members of a collection
+protected  booleanisFrozen() + +
+          Returns true if the object is frozen
+protected  booleanisInitialized() + +
+          Returns true if the object is initialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyObjectImpl

+
+protected AssemblyObjectImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+
+ +

+accept

+
+protected boolean accept(java.util.Collection collection,
+                         AssemblyVisitor visitor)
+
+
Walk a visitor through a collection of model objects. +

+

+
+
+
+
Parameters:
collection -
visitor -
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
+
+
+
+
+
+
+ +

+isFrozen

+
+protected boolean isFrozen()
+
+
Returns true if the object is frozen +

+

+
+
+
+
+
+
+
+ +

+freeze

+
+protected <T> java.util.List<T> freeze(java.util.List<T> list)
+
+
Freeze a list and its members +

+

+
+
+
+
+
+
+
+ +

+checkNotFrozen

+
+protected void checkNotFrozen()
+
+
Check that the current model object can be modified. +

+

+
+
+
+ +
Throws: +
java.lang.IllegalStateException
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+isInitialized

+
+protected boolean isInitialized()
+
+
Returns true if the object is initialized +

+

+
+
+
+
+
+
+
+ +

+initialize

+
+protected void initialize(java.util.Collection collection,
+                          AssemblyContext modelContext)
+
+
Initialize members of a collection +

+

+
+
+
+
+
+
+
+ +

+checkInitialized

+
+protected void checkInitialized()
+
+
Check that the current model object is initialized. +

+

+
+
+
+ +
Throws: +
java.lang.IllegalStateException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicComponentImpl.html new file mode 100644 index 0000000000..ee6e3af050 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicComponentImpl.html @@ -0,0 +1,316 @@ + + + + + + + +AtomicComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class AtomicComponentImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.ComponentImpl<AtomicImplementation>
+                  extended by org.apache.tuscany.model.assembly.impl.AtomicComponentImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, AtomicComponent, Component<AtomicImplementation>, ContextFactoryHolder, Extensible, Part
+
+
+
+
public class AtomicComponentImpl
extends ComponentImpl<AtomicImplementation>
implements AtomicComponent
+ + +

+An implementation of AtomicComponent. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected AtomicComponentImpl() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ComponentImpl
accept, freeze, getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, initialize, setImplementation
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getContextFactory, getName, setComposite, setContextFactory, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AtomicComponentImpl

+
+protected AtomicComponentImpl()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicImplementationImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicImplementationImpl.html new file mode 100644 index 0000000000..1b29cce6cd --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/AtomicImplementationImpl.html @@ -0,0 +1,288 @@ + + + + + + + +AtomicImplementationImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class AtomicImplementationImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ImplementationImpl
+              extended by org.apache.tuscany.model.assembly.impl.AtomicImplementationImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, AtomicImplementation, Extensible, Implementation
+
+
+
+
public abstract class AtomicImplementationImpl
extends ImplementationImpl
implements AtomicImplementation
+ + +

+An implementation of AtomicImplementation. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected AtomicImplementationImpl() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ImplementationImpl
accept, freeze, getComponentType, initialize, setComponentType
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AtomicImplementationImpl

+
+protected AtomicImplementationImpl()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/BindingImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/BindingImpl.html new file mode 100644 index 0000000000..6fb05c32ca --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/BindingImpl.html @@ -0,0 +1,389 @@ + + + + + + + +BindingImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class BindingImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.BindingImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Binding, Extensible
+
+
+
+
public class BindingImpl
extends ExtensibleImpl
implements Binding
+ + +

+An implementation of Binding. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected BindingImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.lang.StringgetURI() + +
+          Returns the binding URI.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetURI(java.lang.String value) + +
+          Sets binding URI.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BindingImpl

+
+protected BindingImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+public java.lang.String getURI()
+
+
Description copied from interface: Binding
+
Returns the binding URI. +

+

+
Specified by:
getURI in interface Binding
+
+
+ +
Returns:
the binding uri + TODO do we need this?
+
+
+
+ +

+setURI

+
+public void setURI(java.lang.String value)
+
+
Description copied from interface: Binding
+
Sets binding URI. +

+

+
Specified by:
setURI in interface Binding
+
+
+
Parameters:
value - the binding uri + TODO do we need this?
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentImpl.html new file mode 100644 index 0000000000..17d37586a3 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentImpl.html @@ -0,0 +1,582 @@ + + + + + + + +ComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ComponentImpl<I extends Implementation>

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.ComponentImpl<I>
+
+
+
All Implemented Interfaces:
AssemblyObject, Component<I>, ContextFactoryHolder, Extensible, Part
+
+
+
Direct Known Subclasses:
AtomicComponentImpl, ModuleComponentImpl
+
+
+
+
public abstract class ComponentImpl<I extends Implementation>
extends PartImpl
implements Component<I>
+ + +

+An implementation of Component. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ComponentImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<ConfiguredProperty>getConfiguredProperties() + +
+          Returns a list of configured property values for this configured instance.
+ ConfiguredPropertygetConfiguredProperty(java.lang.String name) + +
+          Returns the ConfiguredProperty value for the specified property.
+ ConfiguredReferencegetConfiguredReference(java.lang.String name) + +
+          Returns the ConfiguredReference value for the specified reference.
+ java.util.List<ConfiguredReference>getConfiguredReferences() + +
+          Returns the configured references for the configured instance.
+ ConfiguredServicegetConfiguredService(java.lang.String name) + +
+          Returns the ConfiguredService value for the specified property.
+ java.util.List<ConfiguredService>getConfiguredServices() + +
+          Returns the configured services for the configured instance.
+ IgetImplementation() + +
+          Returns the Implementation for this configured instance.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetImplementation(I value) + +
+          Sets the Implementation for this configured instance
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getContextFactory, getName, setComposite, setContextFactory, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ComponentImpl

+
+public ComponentImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getImplementation

+
+public I getImplementation()
+
+
Description copied from interface: Component
+
Returns the Implementation for this configured instance. +

+

+
Specified by:
getImplementation in interface Component<I extends Implementation>
+
+
+ +
Returns:
the Implementation for this configured instance
+
+
+
+ +

+setImplementation

+
+public void setImplementation(I value)
+
+
Description copied from interface: Component
+
Sets the Implementation for this configured instance +

+

+
Specified by:
setImplementation in interface Component<I extends Implementation>
+
+
+
Parameters:
value - the Implementation for this configured instance
+
+
+
+ +

+getConfiguredServices

+
+public java.util.List<ConfiguredService> getConfiguredServices()
+
+
Description copied from interface: Component
+
Returns the configured services for the configured instance. +

+

+
Specified by:
getConfiguredServices in interface Component<I extends Implementation>
+
+
+ +
Returns:
the configured services for the configured instance
+
+
+
+ +

+getConfiguredService

+
+public ConfiguredService getConfiguredService(java.lang.String name)
+
+
Description copied from interface: Component
+
Returns the ConfiguredService value for the specified property. +

+

+
Specified by:
getConfiguredService in interface Component<I extends Implementation>
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured service value for the named service
+
+
+
+ +

+getConfiguredReferences

+
+public java.util.List<ConfiguredReference> getConfiguredReferences()
+
+
Description copied from interface: Component
+
Returns the configured references for the configured instance. +

+

+
Specified by:
getConfiguredReferences in interface Component<I extends Implementation>
+
+
+ +
Returns:
the configured references for the configured instance
+
+
+
+ +

+getConfiguredReference

+
+public ConfiguredReference getConfiguredReference(java.lang.String name)
+
+
Description copied from interface: Component
+
Returns the ConfiguredReference value for the specified reference. +

+

+
Specified by:
getConfiguredReference in interface Component<I extends Implementation>
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured reference value for the named reference
+
+
+
+ +

+getConfiguredProperties

+
+public java.util.List<ConfiguredProperty> getConfiguredProperties()
+
+
Description copied from interface: Component
+
Returns a list of configured property values for this configured instance. + These values will be used to initialize the component when it is activated. +

+

+
Specified by:
getConfiguredProperties in interface Component<I extends Implementation>
+
+
+ +
Returns:
a list of ConfiguredProperty values
+
+
+
+ +

+getConfiguredProperty

+
+public ConfiguredProperty getConfiguredProperty(java.lang.String name)
+
+
Description copied from interface: Component
+
Returns the ConfiguredProperty value for the specified property. +

+

+
Specified by:
getConfiguredProperty in interface Component<I extends Implementation>
+
+
+
Parameters:
name - the name of the Property +
Returns:
the configured property value for the named property
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentTypeImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentTypeImpl.html new file mode 100644 index 0000000000..cb7d0e6d5d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ComponentTypeImpl.html @@ -0,0 +1,501 @@ + + + + + + + +ComponentTypeImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ComponentTypeImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ComponentTypeImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ComponentType, Extensible
+
+
+
+
public class ComponentTypeImpl
extends ExtensibleImpl
implements ComponentType
+ + +

+An implementation of ComponentType. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ComponentTypeImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<Property>getProperties() + +
+          Returns the list of properties that can be used to configure components with this component type.
+ PropertygetProperty(java.lang.String name) + +
+          Returns the specified property
+ ReferencegetReference(java.lang.String name) + +
+          Returns the specified reference.
+ java.util.List<Reference>getReferences() + +
+          Returns the list of references this component type consumes.
+ ServicegetService(java.lang.String name) + +
+          Returns the specfied service if exposed by this component type.
+ java.util.List<Service>getServices() + +
+          Returns a list of services exposed by this component type.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ComponentTypeImpl

+
+protected ComponentTypeImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getReferences

+
+public java.util.List<Reference> getReferences()
+
+
Description copied from interface: ComponentType
+
Returns the list of references this component type consumes. +

+

+
Specified by:
getReferences in interface ComponentType
+
+
+ +
Returns:
the list of references this component type consumes
+
+
+
+ +

+getReference

+
+public Reference getReference(java.lang.String name)
+
+
Description copied from interface: ComponentType
+
Returns the specified reference. +

+

+
Specified by:
getReference in interface ComponentType
+
+
+
Parameters:
name - the name of the reference +
Returns:
the reference identified by the supplied name, or null if there is no reference with that name
+
+
+
+ +

+getServices

+
+public java.util.List<Service> getServices()
+
+
Description copied from interface: ComponentType
+
Returns a list of services exposed by this component type. +

+

+
Specified by:
getServices in interface ComponentType
+
+
+ +
Returns:
a list of services exposed by this component type
+
+
+
+ +

+getService

+
+public Service getService(java.lang.String name)
+
+
Description copied from interface: ComponentType
+
Returns the specfied service if exposed by this component type. +

+

+
Specified by:
getService in interface ComponentType
+
+
+
Parameters:
name - the name of the service +
Returns:
the service identified by the supplied name, or null if there is no service with that name
+
+
+
+ +

+getProperties

+
+public java.util.List<Property> getProperties()
+
+
Description copied from interface: ComponentType
+
Returns the list of properties that can be used to configure components with this component type. +

+

+
Specified by:
getProperties in interface ComponentType
+
+
+ +
Returns:
the list of properties that can be used to configure components with this component type
+
+
+
+ +

+getProperty

+
+public Property getProperty(java.lang.String name)
+
+
Description copied from interface: ComponentType
+
Returns the specified property +

+

+
Specified by:
getProperty in interface ComponentType
+
+
+
Parameters:
name - the name of the property +
Returns:
the property with the supplied name, or null if there is no property with that name
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/CompositeImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/CompositeImpl.html new file mode 100644 index 0000000000..de7a868360 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/CompositeImpl.html @@ -0,0 +1,727 @@ + + + + + + + +CompositeImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class CompositeImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.CompositeImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Composite, Extensible, Implementation
+
+
+
Direct Known Subclasses:
ModuleFragmentImpl, ModuleImpl, SubsystemImpl
+
+
+
+
public abstract class CompositeImpl
extends ExtensibleImpl
implements Composite
+ + +

+An implementation of Composite. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected CompositeImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<Component>getComponents() + +
+          Returns all components contained in this composite.
+ ComponentTypegetComponentType() + +
+          Returns the generic component type corresponding to this implementation.
+ ConfiguredServicegetConfiguredService(ServiceURI address) + +
+          Returns the configured service at the given address.
+ java.util.List<EntryPoint>getEntryPoints() + +
+          Returns all entry points contained in this composite.
+ java.util.List<ExternalService>getExternalServices() + +
+          Returns all external services contained in this composite.
+ java.lang.Class<?>getImplementationClass() + +
+          Returns the implementation class.
+ java.lang.StringgetName() + +
+          Returns the name of the composite.
+ PartgetPart(java.lang.String name) + +
+          Returns the named part.
+ java.util.List<Wire>getWires() + +
+          Returns the wires contained in this composite.
+ java.util.List<ImportWSDL>getWSDLImports() + +
+          Returns the WSDL imports declared in this composite.
+ java.util.List<ImportWSDL>getWSDLImports(java.lang.String namespace) + +
+          Returns the WSDL imports for the given namespace.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetComponentType(ComponentType componentType) + +
+          Sets the generic component type corresponding to this implementation.
+ voidsetImplementationClass(java.lang.Class<?> clazz) + +
+          Sets the implementation class.
+ voidsetName(java.lang.String newName) + +
+          Sets the name of the composite.
+protected  voidwire(AssemblyContext modelContext) + +
+          Wire the parts in this composite.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CompositeImpl

+
+protected CompositeImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: Composite
+
Returns the name of the composite. +

+

+
Specified by:
getName in interface Composite
+
+
+ +
Returns:
the name of the composite
+
+
+
+ +

+setName

+
+public void setName(java.lang.String newName)
+
+
Description copied from interface: Composite
+
Sets the name of the composite. +

+

+
Specified by:
setName in interface Composite
+
+
+
Parameters:
newName - the name of the composite
+
+
+
+ +

+getComponents

+
+public java.util.List<Component> getComponents()
+
+
Description copied from interface: Composite
+
Returns all components contained in this composite. +

+

+
Specified by:
getComponents in interface Composite
+
+
+ +
Returns:
a list of all Component model objects contained in this composite
+
+
+
+ +

+getEntryPoints

+
+public java.util.List<EntryPoint> getEntryPoints()
+
+
Description copied from interface: Composite
+
Returns all entry points contained in this composite. +

+

+
Specified by:
getEntryPoints in interface Composite
+
+
+ +
Returns:
a list of all EntryPoint model objects contained in this composite
+
+
+
+ +

+getExternalServices

+
+public java.util.List<ExternalService> getExternalServices()
+
+
Description copied from interface: Composite
+
Returns all external services contained in this composite. +

+

+
Specified by:
getExternalServices in interface Composite
+
+
+ +
Returns:
a list of all ExternalService model objects contained in this composite
+
+
+
+ +

+getPart

+
+public Part getPart(java.lang.String name)
+
+
Description copied from interface: Composite
+
Returns the named part. +

+

+
Specified by:
getPart in interface Composite
+
+
+
+
+
+
+ +

+getWires

+
+public java.util.List<Wire> getWires()
+
+
Description copied from interface: Composite
+
Returns the wires contained in this composite. +

+

+
Specified by:
getWires in interface Composite
+
+
+
+
+
+
+ +

+getWSDLImports

+
+public java.util.List<ImportWSDL> getWSDLImports()
+
+
Description copied from interface: Composite
+
Returns the WSDL imports declared in this composite. +

+

+
Specified by:
getWSDLImports in interface Composite
+
+
+
+
+
+
+ +

+getWSDLImports

+
+public java.util.List<ImportWSDL> getWSDLImports(java.lang.String namespace)
+
+
Description copied from interface: Composite
+
Returns the WSDL imports for the given namespace. +

+

+
Specified by:
getWSDLImports in interface Composite
+
+
+
+
+
+
+ +

+getComponentType

+
+public ComponentType getComponentType()
+
+
Description copied from interface: Implementation
+
Returns the generic component type corresponding to this implementation. +

+

+
Specified by:
getComponentType in interface Implementation
+
+
+ +
Returns:
the generic component type corresponding to this implementation
+
+
+
+ +

+setComponentType

+
+public void setComponentType(ComponentType componentType)
+
+
Description copied from interface: Implementation
+
Sets the generic component type corresponding to this implementation. +

+

+
Specified by:
setComponentType in interface Implementation
+
+
+
Parameters:
componentType - the generic component type corresponding to this implementation
+
+
+
+ +

+getConfiguredService

+
+public ConfiguredService getConfiguredService(ServiceURI address)
+
+
Description copied from interface: Composite
+
Returns the configured service at the given address. +

+

+
Specified by:
getConfiguredService in interface Composite
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+wire

+
+protected void wire(AssemblyContext modelContext)
+
+
Wire the parts in this composite. +

+

+
+
+
+
Parameters:
modelContext -
+
+
+
+ +

+getImplementationClass

+
+public java.lang.Class<?> getImplementationClass()
+
+
Description copied from interface: Composite
+
Returns the implementation class. +

+

+
Specified by:
getImplementationClass in interface Composite
+
+
+
+
+
+
+ +

+setImplementationClass

+
+public void setImplementationClass(java.lang.Class<?> clazz)
+
+
Description copied from interface: Composite
+
Sets the implementation class. +

+

+
Specified by:
setImplementationClass in interface Composite
+
+
+
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPortImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPortImpl.html new file mode 100644 index 0000000000..a7290679f4 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPortImpl.html @@ -0,0 +1,532 @@ + + + + + + + +ConfiguredPortImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ConfiguredPortImpl<P extends Port>

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl<P>
+
+
+
All Implemented Interfaces:
AssemblyObject, ConfiguredPort<P>, ProxyFactoryHolder
+
+
+
Direct Known Subclasses:
ConfiguredReferenceImpl, ConfiguredServiceImpl
+
+
+
+
public abstract class ConfiguredPortImpl<P extends Port>
extends AssemblyObjectImpl
implements ConfiguredPort<P>
+ + +

+Implementation of ConfiguredPort. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ConfiguredPortImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.lang.StringgetName() + +
+          Returns the name of the port being configured.
+ PartgetPart() + +
+          Returns the part containing this port.
+ PgetPort() + +
+          Returns the port that is being configured.
+ java.lang.ObjectgetProxyFactory() + +
+          Returns the proxy factory
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetName(java.lang.String name) + +
+          Set the name of the port being configured.
+ voidsetPart(Part part) + +
+          Sets the configured part containing this port.
+ voidsetPort(P port) + +
+          Sets the port that is being configured.
+ voidsetProxyFactory(java.lang.Object proxyFactory) + +
+          Sets the proxy factory
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfiguredPortImpl

+
+protected ConfiguredPortImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ConfiguredPort
+
Returns the name of the port being configured. +

+

+
Specified by:
getName in interface ConfiguredPort<P extends Port>
+
+
+ +
Returns:
the name of the port being configured
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
Description copied from interface: ConfiguredPort
+
Set the name of the port being configured. +

+

+
Specified by:
setName in interface ConfiguredPort<P extends Port>
+
+
+
Parameters:
name - the name of the port being configured
+
+
+
+ +

+getPort

+
+public P getPort()
+
+
Description copied from interface: ConfiguredPort
+
Returns the port that is being configured. +

+

+
Specified by:
getPort in interface ConfiguredPort<P extends Port>
+
+
+ +
Returns:
the port that is being configured
+
+
+
+ +

+setPort

+
+public void setPort(P port)
+
+
Description copied from interface: ConfiguredPort
+
Sets the port that is being configured. +

+

+
Specified by:
setPort in interface ConfiguredPort<P extends Port>
+
+
+
Parameters:
port - the port that is being configured
+
+
+
+ +

+getPart

+
+public Part getPart()
+
+
Description copied from interface: ConfiguredPort
+
Returns the part containing this port. +

+

+
Specified by:
getPart in interface ConfiguredPort<P extends Port>
+
+
+ +
Returns:
the part that contains this port
+
+
+
+ +

+setPart

+
+public void setPart(Part part)
+
+
Description copied from interface: ConfiguredPort
+
Sets the configured part containing this port. +

+

+
Specified by:
setPart in interface ConfiguredPort<P extends Port>
+
+
+
Parameters:
part - the configured part containing this port.
+
+
+
+ +

+getProxyFactory

+
+public java.lang.Object getProxyFactory()
+
+
Description copied from interface: ProxyFactoryHolder
+
Returns the proxy factory +

+

+
Specified by:
getProxyFactory in interface ProxyFactoryHolder
+
+
+
+
+
+
+ +

+setProxyFactory

+
+public void setProxyFactory(java.lang.Object proxyFactory)
+
+
Description copied from interface: ProxyFactoryHolder
+
Sets the proxy factory +

+

+
Specified by:
setProxyFactory in interface ProxyFactoryHolder
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class AssemblyObjectImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class AssemblyObjectImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class AssemblyObjectImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPropertyImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPropertyImpl.html new file mode 100644 index 0000000000..70b7873d9d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredPropertyImpl.html @@ -0,0 +1,533 @@ + + + + + + + +ConfiguredPropertyImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ConfiguredPropertyImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ConfiguredPropertyImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ConfiguredProperty
+
+
+
+
public class ConfiguredPropertyImpl
extends AssemblyObjectImpl
implements ConfiguredProperty
+ + +

+Implementation of ConfiguredProperty +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ConfiguredPropertyImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.lang.StringgetName() + +
+          Returns the name of the property being configured.
+ OverrideOptiongetOverrideOption() + +
+          Returns the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ PropertygetProperty() + +
+          Returns the Property whose value is being set.
+ java.lang.ObjectgetValue() + +
+          Returns the value being set for this usage of the Property.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetName(java.lang.String name) + +
+          Set the name of the property being configured.
+ voidsetOverrideOption(OverrideOption value) + +
+          Set the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside.
+ voidsetProperty(Property property) + +
+          Sets the Property whose value is being set.
+ voidsetValue(java.lang.Object value) + +
+          Sets the value being set for this usage of the Property.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfiguredPropertyImpl

+
+protected ConfiguredPropertyImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ConfiguredProperty
+
Returns the name of the property being configured. +

+

+
Specified by:
getName in interface ConfiguredProperty
+
+
+ +
Returns:
the name of the property being configured
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
Description copied from interface: ConfiguredProperty
+
Set the name of the property being configured. +

+

+
Specified by:
setName in interface ConfiguredProperty
+
+
+
Parameters:
name - the name of the property being configured
+
+
+
+ +

+getProperty

+
+public Property getProperty()
+
+
Description copied from interface: ConfiguredProperty
+
Returns the Property whose value is being set. +

+

+
Specified by:
getProperty in interface ConfiguredProperty
+
+
+ +
Returns:
the Property whose value is being set
+
+
+
+ +

+setProperty

+
+public void setProperty(Property property)
+
+
Description copied from interface: ConfiguredProperty
+
Sets the Property whose value is being set. +

+

+
Specified by:
setProperty in interface ConfiguredProperty
+
+
+
Parameters:
property - the Property whose value is being set
+
+
+
+ +

+getValue

+
+public java.lang.Object getValue()
+
+
Description copied from interface: ConfiguredProperty
+
Returns the value being set for this usage of the Property. +

+

+
Specified by:
getValue in interface ConfiguredProperty
+
+
+ +
Returns:
the value being set for this usage of the Property
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.Object value)
+
+
Description copied from interface: ConfiguredProperty
+
Sets the value being set for this usage of the Property. +

+

+
Specified by:
setValue in interface ConfiguredProperty
+
+
+
Parameters:
value - the value being set for this usage of the Property
+
+
+
+ +

+getOverrideOption

+
+public OverrideOption getOverrideOption()
+
+
Description copied from interface: ConfiguredProperty
+
Returns the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside. +

+

+
Specified by:
getOverrideOption in interface ConfiguredProperty
+
+
+
+
+
+
+ +

+setOverrideOption

+
+public void setOverrideOption(OverrideOption value)
+
+
Description copied from interface: ConfiguredProperty
+
Set the override option that determines if any configuration for this property + that is contained in this composite can be overridden by configuration supplied from outside. +

+

+
Specified by:
setOverrideOption in interface ConfiguredProperty
+
+
+
Parameters:
value - the option that determines how property configuration can be overriden
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class AssemblyObjectImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class AssemblyObjectImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class AssemblyObjectImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredReferenceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredReferenceImpl.html new file mode 100644 index 0000000000..d1dd0d0fbc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredReferenceImpl.html @@ -0,0 +1,364 @@ + + + + + + + +ConfiguredReferenceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ConfiguredReferenceImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl<Reference>
+          extended by org.apache.tuscany.model.assembly.impl.ConfiguredReferenceImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ConfiguredPort<Reference>, ConfiguredReference, ProxyFactoryHolder
+
+
+
+
public class ConfiguredReferenceImpl
extends ConfiguredPortImpl<Reference>
implements ConfiguredReference
+ + +

+An implementation of ConfiguredReference. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ConfiguredReferenceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<ConfiguredService>getTargetConfiguredServices() + +
+          Returns the list of configured services that are wired to this configured reference.
+ java.util.List<java.lang.String>getTargets() + +
+          List of URIs for the targets of this reference.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl
accept, getName, getPart, getPort, getProxyFactory, initialize, setName, setPart, setPort, setProxyFactory
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ConfiguredPort
getName, getPart, getPort, setName, setPart, setPort
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder
getProxyFactory, setProxyFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfiguredReferenceImpl

+
+protected ConfiguredReferenceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getTargets

+
+public java.util.List<java.lang.String> getTargets()
+
+
Description copied from interface: ConfiguredReference
+
List of URIs for the targets of this reference. +

+

+
Specified by:
getTargets in interface ConfiguredReference
+
+
+ +
Returns:
the list of URIs for the targets of this reference
+
+
+
+ +

+getTargetConfiguredServices

+
+public java.util.List<ConfiguredService> getTargetConfiguredServices()
+
+
Description copied from interface: ConfiguredReference
+
Returns the list of configured services that are wired to this configured reference. +

+

+
Specified by:
getTargetConfiguredServices in interface ConfiguredReference
+
+
+ +
Returns:
the list of configured services that are wired to this configured reference
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ConfiguredPortImpl<Reference>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredServiceImpl.html new file mode 100644 index 0000000000..9166b49119 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ConfiguredServiceImpl.html @@ -0,0 +1,278 @@ + + + + + + + +ConfiguredServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ConfiguredServiceImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl<Service>
+          extended by org.apache.tuscany.model.assembly.impl.ConfiguredServiceImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ConfiguredPort<Service>, ConfiguredService, ProxyFactoryHolder
+
+
+
+
public class ConfiguredServiceImpl
extends ConfiguredPortImpl<Service>
implements ConfiguredService
+ + +

+An implementation of ConfiguredService. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ConfiguredServiceImpl() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl
accept, freeze, getName, getPart, getPort, getProxyFactory, initialize, setName, setPart, setPort, setProxyFactory
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ConfiguredPort
getName, getPart, getPort, setName, setPart, setPort
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder
getProxyFactory, setProxyFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfiguredServiceImpl

+
+protected ConfiguredServiceImpl()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/EntryPointImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/EntryPointImpl.html new file mode 100644 index 0000000000..7f21a048ec --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/EntryPointImpl.html @@ -0,0 +1,507 @@ + + + + + + + +EntryPointImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class EntryPointImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.EntryPointImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ContextFactoryHolder, EntryPoint, Extensible, Part
+
+
+
+
public class EntryPointImpl
extends PartImpl
implements EntryPoint
+ + +

+An implementation of EntryPoint. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected EntryPointImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings supported by this entry point.
+ ConfiguredReferencegetConfiguredReference() + +
+          Returns the configured reference that wires this entry point to the published service + inside the composite.
+ ConfiguredServicegetConfiguredService() + +
+          Returns the configured service exposed by this entry point.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetConfiguredReference(ConfiguredReference configuredReference) + +
+          Sets the configured reference that wires this entry point to the published service + inside the composite.
+ voidsetConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service exposed by this entry point.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getContextFactory, getName, setComposite, setContextFactory, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EntryPointImpl

+
+protected EntryPointImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getConfiguredReference

+
+public ConfiguredReference getConfiguredReference()
+
+
Description copied from interface: EntryPoint
+
Returns the configured reference that wires this entry point to the published service + inside the composite. +

+

+
Specified by:
getConfiguredReference in interface EntryPoint
+
+
+ +
Returns:
the reference that wires this entry point to the published service
+
+
+
+ +

+setConfiguredReference

+
+public void setConfiguredReference(ConfiguredReference configuredReference)
+
+
Description copied from interface: EntryPoint
+
Sets the configured reference that wires this entry point to the published service + inside the composite. +

+

+
Specified by:
setConfiguredReference in interface EntryPoint
+
+
+
Parameters:
configuredReference - the configured reference that wires this entry point to + the published service inside the composite
+
+
+
+ +

+getConfiguredService

+
+public ConfiguredService getConfiguredService()
+
+
Description copied from interface: EntryPoint
+
Returns the configured service exposed by this entry point. +

+

+
Specified by:
getConfiguredService in interface EntryPoint
+
+
+ +
Returns:
the configured service exposed by this entry point
+
+
+
+ +

+setConfiguredService

+
+public void setConfiguredService(ConfiguredService configuredService)
+
+
Description copied from interface: EntryPoint
+
Sets the configured service exposed by this entry point. +

+

+
Specified by:
setConfiguredService in interface EntryPoint
+
+
+
Parameters:
configuredService - the configured service exposed by this entry point
+
+
+
+ +

+getBindings

+
+public java.util.List<Binding> getBindings()
+
+
Description copied from interface: EntryPoint
+
Returns the bindings supported by this entry point. + A single entry point may be bound to multiple transports. +

+

+
Specified by:
getBindings in interface EntryPoint
+
+
+ +
Returns:
a list of bindings supported by this entry point
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExtensibleImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExtensibleImpl.html new file mode 100644 index 0000000000..281628d535 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExtensibleImpl.html @@ -0,0 +1,379 @@ + + + + + + + +ExtensibleImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ExtensibleImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible
+
+
+
Direct Known Subclasses:
BindingImpl, ComponentTypeImpl, CompositeImpl, ImplementationImpl, PartImpl, PropertyImpl, ServiceContractImpl, WireImpl
+
+
+
+
public abstract class ExtensibleImpl
extends AssemblyObjectImpl
implements Extensible
+ + +

+An implementation of Extensible. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ExtensibleImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<java.lang.Object>getExtensibilityAttributes() + +
+          Returns the extensibility attributes.
+ java.util.List<java.lang.Object>getExtensibilityElements() + +
+          Returns the extensibility elements.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ExtensibleImpl

+
+protected ExtensibleImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getExtensibilityElements

+
+public java.util.List<java.lang.Object> getExtensibilityElements()
+
+
Description copied from interface: Extensible
+
Returns the extensibility elements. +

+

+
Specified by:
getExtensibilityElements in interface Extensible
+
+
+
+
+
+
+ +

+getExtensibilityAttributes

+
+public java.util.List<java.lang.Object> getExtensibilityAttributes()
+
+
Description copied from interface: Extensible
+
Returns the extensibility attributes. +

+

+
Specified by:
getExtensibilityAttributes in interface Extensible
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class AssemblyObjectImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class AssemblyObjectImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class AssemblyObjectImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExternalServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExternalServiceImpl.html new file mode 100644 index 0000000000..f29779a709 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ExternalServiceImpl.html @@ -0,0 +1,545 @@ + + + + + + + +ExternalServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ExternalServiceImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.ExternalServiceImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ContextFactoryHolder, Extensible, ExternalService, Part
+
+
+
+
public class ExternalServiceImpl
extends PartImpl
implements ExternalService
+ + +

+An implementation ExternalService. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ExternalServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings that can be used by operations on this external service.
+ ConfiguredServicegetConfiguredService() + +
+          Returns the configured service that this external service provides to other parts of the containing composite.
+ java.lang.ObjectgetContextFactory() + +
+          Returns the context factory
+ OverrideOptiongetOverrideOption() + +
+          Returns the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetConfiguredService(ConfiguredService configuredService) + +
+          Sets the configured service that this external service provides to other parts of the containing composite
+ voidsetContextFactory(java.lang.Object contextFactory) + +
+          Sets the context factory
+ voidsetOverrideOption(OverrideOption newOverridable) + +
+          Set the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ExternalServiceImpl

+
+protected ExternalServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getOverrideOption

+
+public OverrideOption getOverrideOption()
+
+
Description copied from interface: ExternalService
+
Returns the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside. +

+

+
Specified by:
getOverrideOption in interface ExternalService
+
+
+
+
+
+
+ +

+setOverrideOption

+
+public void setOverrideOption(OverrideOption newOverridable)
+
+
Description copied from interface: ExternalService
+
Set the override option that determines if any wiring for this external service + that is contained in this composite can be overridden by wired supplied from outside. +

+

+
Specified by:
setOverrideOption in interface ExternalService
+
+
+
Parameters:
newOverridable - the option that determines how wires can be overriden
+
+
+
+ +

+getBindings

+
+public java.util.List<Binding> getBindings()
+
+
Description copied from interface: ExternalService
+
Returns the bindings that can be used by operations on this external service. + A single external service may be bound to multiple transports. +

+

+
Specified by:
getBindings in interface ExternalService
+
+
+
+
+
+
+ +

+getConfiguredService

+
+public ConfiguredService getConfiguredService()
+
+
Description copied from interface: ExternalService
+
Returns the configured service that this external service provides to other parts of the containing composite. +

+

+
Specified by:
getConfiguredService in interface ExternalService
+
+
+ +
Returns:
the configured service that this external service provides to other parts of the containing composite
+
+
+
+ +

+setConfiguredService

+
+public void setConfiguredService(ConfiguredService configuredService)
+
+
Description copied from interface: ExternalService
+
Sets the configured service that this external service provides to other parts of the containing composite +

+

+
Specified by:
setConfiguredService in interface ExternalService
+
+
+
Parameters:
configuredService - the configured service that this external service provides to other parts of the containing composite
+
+
+
+ +

+getContextFactory

+
+public java.lang.Object getContextFactory()
+
+
Description copied from interface: ContextFactoryHolder
+
Returns the context factory +

+

+
Specified by:
getContextFactory in interface ContextFactoryHolder
Overrides:
getContextFactory in class PartImpl
+
+
+
+
+
+
+ +

+setContextFactory

+
+public void setContextFactory(java.lang.Object contextFactory)
+
+
Description copied from interface: ContextFactoryHolder
+
Sets the context factory +

+

+
Specified by:
setContextFactory in interface ContextFactoryHolder
Overrides:
setContextFactory in class PartImpl
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImplementationImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImplementationImpl.html new file mode 100644 index 0000000000..fcb9e797f2 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImplementationImpl.html @@ -0,0 +1,397 @@ + + + + + + + +ImplementationImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ImplementationImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ImplementationImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, Implementation
+
+
+
Direct Known Subclasses:
AtomicImplementationImpl
+
+
+
+
public abstract class ImplementationImpl
extends ExtensibleImpl
implements Implementation
+ + +

+An implementation of Implementation. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ImplementationImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ ComponentTypegetComponentType() + +
+          Returns the generic component type corresponding to this implementation.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetComponentType(ComponentType componentType) + +
+          Sets the generic component type corresponding to this implementation.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ImplementationImpl

+
+public ImplementationImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getComponentType

+
+public ComponentType getComponentType()
+
+
Description copied from interface: Implementation
+
Returns the generic component type corresponding to this implementation. +

+

+
Specified by:
getComponentType in interface Implementation
+
+
+ +
Returns:
the generic component type corresponding to this implementation
+
+
+
+ +

+setComponentType

+
+public void setComponentType(ComponentType componentType)
+
+
Description copied from interface: Implementation
+
Sets the generic component type corresponding to this implementation. +

+

+
Specified by:
setComponentType in interface Implementation
+
+
+
Parameters:
componentType - the generic component type corresponding to this implementation
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class ExtensibleImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class ExtensibleImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImportWSDLImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImportWSDLImpl.html new file mode 100644 index 0000000000..01edb5c728 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ImportWSDLImpl.html @@ -0,0 +1,441 @@ + + + + + + + +ImportWSDLImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ImportWSDLImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ImportWSDLImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ImportWSDL
+
+
+
+
public class ImportWSDLImpl
extends AssemblyObjectImpl
implements ImportWSDL
+ + +

+Implementation of ImportWSDL. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ImportWSDLImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.DefinitiongetDefinition() + +
+          Returns the WSDL Definition.
+ java.lang.StringgetLocation() + +
+          Returns the location where the WSDL definition can be found.
+ java.lang.StringgetNamespace() + +
+          Returns the namespace URI for this import.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetDefinition(javax.wsdl.Definition definition) + +
+          Sets the WSDL Definition.
+ voidsetLocation(java.lang.String uri) + +
+          Set the location where the WSDL definition can be found.
+ voidsetNamespace(java.lang.String uri) + +
+          Sets the namespace URI for this import.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, accept, checkInitialized, checkNotFrozen, freeze, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ImportWSDLImpl

+
+protected ImportWSDLImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getLocation

+
+public java.lang.String getLocation()
+
+
Description copied from interface: ImportWSDL
+
Returns the location where the WSDL definition can be found. +

+

+
Specified by:
getLocation in interface ImportWSDL
+
+
+ +
Returns:
the location where the WSDL definition can be found
+
+
+
+ +

+setLocation

+
+public void setLocation(java.lang.String uri)
+
+
Description copied from interface: ImportWSDL
+
Set the location where the WSDL definition can be found. +

+

+
Specified by:
setLocation in interface ImportWSDL
+
+
+
Parameters:
uri - the location where the WSDL definition can be found
+
+
+
+ +

+getNamespace

+
+public java.lang.String getNamespace()
+
+
Description copied from interface: ImportWSDL
+
Returns the namespace URI for this import. +

+

+
Specified by:
getNamespace in interface ImportWSDL
+
+
+ +
Returns:
the namespace URI for this import
+
+
+
+ +

+setNamespace

+
+public void setNamespace(java.lang.String uri)
+
+
Description copied from interface: ImportWSDL
+
Sets the namespace URI for this import. +

+

+
Specified by:
setNamespace in interface ImportWSDL
+
+
+
Parameters:
uri - the namespace URI for this import
+
+
+
+ +

+getDefinition

+
+public javax.wsdl.Definition getDefinition()
+
+
Description copied from interface: ImportWSDL
+
Returns the WSDL Definition. +

+

+
Specified by:
getDefinition in interface ImportWSDL
+
+
+ +
Returns:
the WSDL Definition
+
+
+
+ +

+setDefinition

+
+public void setDefinition(javax.wsdl.Definition definition)
+
+
Description copied from interface: ImportWSDL
+
Sets the WSDL Definition. +

+

+
Specified by:
setDefinition in interface ImportWSDL
+
+
+
Parameters:
definition - the WSDL Definition
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class AssemblyObjectImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html new file mode 100644 index 0000000000..9b7fc65fa2 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html @@ -0,0 +1,376 @@ + + + + + + + +ModuleComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ModuleComponentImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.ComponentImpl<Module>
+                  extended by org.apache.tuscany.model.assembly.impl.ModuleComponentImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Component<Module>, CompositeComponent<Module>, ContextFactoryHolder, Extensible, ModuleComponent, Part
+
+
+
+
public class ModuleComponentImpl
extends ComponentImpl<Module>
implements ModuleComponent
+ + +

+An implementation of ModuleComponent. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ModuleComponentImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetURI() + +
+          Returns the uri that uniquely identifies this module component.
+ voidsetURI(java.lang.String value) + +
+          Sets the uri that uniquely identifies this module component.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ComponentImpl
accept, freeze, getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, initialize, setImplementation
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getContextFactory, getName, setComposite, setContextFactory, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModuleComponentImpl

+
+protected ModuleComponentImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+public java.lang.String getURI()
+
+
Description copied from interface: CompositeComponent
+
Returns the uri that uniquely identifies this module component. +

+

+
Specified by:
getURI in interface CompositeComponent<Module>
+
+
+ +
Returns:
the uri that uniquely identifies this module component
+
+
+
+ +

+setURI

+
+public void setURI(java.lang.String value)
+
+
Description copied from interface: CompositeComponent
+
Sets the uri that uniquely identifies this module component. +

+

+
Specified by:
setURI in interface CompositeComponent<Module>
+
+
+
Parameters:
value - the uri that uniquely identifies this module component
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleFragmentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleFragmentImpl.html new file mode 100644 index 0000000000..1ee0d15378 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleFragmentImpl.html @@ -0,0 +1,331 @@ + + + + + + + +ModuleFragmentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ModuleFragmentImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.CompositeImpl
+              extended by org.apache.tuscany.model.assembly.impl.ModuleFragmentImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Composite, Extensible, Implementation, ModuleFragment
+
+
+
+
public class ModuleFragmentImpl
extends CompositeImpl
implements ModuleFragment
+ + +

+An implementation of ModuleFragment. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ModuleFragmentImpl() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+protected  voidwire(AssemblyContext modelContext) + +
+          Wire the parts in this composite.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.CompositeImpl
accept, freeze, getComponents, getComponentType, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, initialize, setComponentType, setImplementationClass, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModuleFragmentImpl

+
+protected ModuleFragmentImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+wire

+
+protected void wire(AssemblyContext modelContext)
+
+
Description copied from class: CompositeImpl
+
Wire the parts in this composite. +

+

+
Overrides:
wire in class CompositeImpl
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleImpl.html new file mode 100644 index 0000000000..cb19081f87 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleImpl.html @@ -0,0 +1,427 @@ + + + + + + + +ModuleImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ModuleImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.CompositeImpl
+              extended by org.apache.tuscany.model.assembly.impl.ModuleImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Composite, Extensible, Implementation, Module
+
+
+
+
public class ModuleImpl
extends CompositeImpl
implements Module
+ + +

+An implementation of Module. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ModuleImpl() + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ ModuleFragmentgetModuleFragment(java.lang.String name) + +
+          Returns the specified assembly fragment.
+ java.util.List<ModuleFragment>getModuleFragments() + +
+          Returns a list of assembly fragments that combine to form a single module.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.CompositeImpl
getComponents, getComponentType, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setComponentType, setImplementationClass, setName, wire
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModuleImpl

+
+protected ModuleImpl()
+
+
Constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getModuleFragments

+
+public java.util.List<ModuleFragment> getModuleFragments()
+
+
Description copied from interface: Module
+
Returns a list of assembly fragments that combine to form a single module. +

+

+
Specified by:
getModuleFragments in interface Module
+
+
+ +
Returns:
a list of assembly fragments that combine to form a single module
+
+
+
+ +

+getModuleFragment

+
+public ModuleFragment getModuleFragment(java.lang.String name)
+
+
Description copied from interface: Module
+
Returns the specified assembly fragment. +

+

+
Specified by:
getModuleFragment in interface Module
+
+
+
Parameters:
name - the name of the fragment +
Returns:
the fragment with the specified name, or null if there is no fragment with that name
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class CompositeImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class CompositeImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class CompositeImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PartImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PartImpl.html new file mode 100644 index 0000000000..ecb08444cc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PartImpl.html @@ -0,0 +1,433 @@ + + + + + + + +PartImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class PartImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, ContextFactoryHolder, Extensible, Part
+
+
+
Direct Known Subclasses:
ComponentImpl, EntryPointImpl, ExternalServiceImpl
+
+
+
+
public abstract class PartImpl
extends ExtensibleImpl
implements Part
+ + +

+Implementation of Part. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected PartImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompositegetComposite() + +
+          Returns the composite that contains this component.
+ java.lang.ObjectgetContextFactory() + +
+          Returns the context factory
+ java.lang.StringgetName() + +
+          Returns the name that uniquely identifies this component within its containing composite.
+ voidsetComposite(Composite composite) + +
+          Sets the composite that contains this component.
+ voidsetContextFactory(java.lang.Object contextFactory) + +
+          Sets the context factory
+ voidsetName(java.lang.String value) + +
+          Sets the name that uniquely identifies this component within its containing composite.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PartImpl

+
+protected PartImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: Part
+
Returns the name that uniquely identifies this component within its containing composite. +

+

+
Specified by:
getName in interface Part
+
+
+ +
Returns:
the name that uniquely identifies this component within its containing composite
+
+
+
+ +

+setName

+
+public void setName(java.lang.String value)
+
+
Description copied from interface: Part
+
Sets the name that uniquely identifies this component within its containing composite. +

+

+
Specified by:
setName in interface Part
+
+
+
Parameters:
value - the name that uniquely identifies this component within its containing composite
+
+
+
+ +

+getComposite

+
+public Composite getComposite()
+
+
Description copied from interface: Part
+
Returns the composite that contains this component. +

+

+
Specified by:
getComposite in interface Part
+
+
+ +
Returns:
the composite that contains this component
+
+
+
+ +

+setComposite

+
+public void setComposite(Composite composite)
+
+
Description copied from interface: Part
+
Sets the composite that contains this component. +

+

+
Specified by:
setComposite in interface Part
+
+
+
+
+
+
+ +

+getContextFactory

+
+public java.lang.Object getContextFactory()
+
+
Description copied from interface: ContextFactoryHolder
+
Returns the context factory +

+

+
Specified by:
getContextFactory in interface ContextFactoryHolder
+
+
+
+
+
+
+ +

+setContextFactory

+
+public void setContextFactory(java.lang.Object contextFactory)
+
+
Description copied from interface: ContextFactoryHolder
+
Sets the context factory +

+

+
Specified by:
setContextFactory in interface ContextFactoryHolder
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PortImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PortImpl.html new file mode 100644 index 0000000000..8191f108ad --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PortImpl.html @@ -0,0 +1,431 @@ + + + + + + + +PortImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class PortImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.PortImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Port
+
+
+
Direct Known Subclasses:
ReferenceImpl, ServiceImpl
+
+
+
+
public abstract class PortImpl
extends AssemblyObjectImpl
implements Port
+ + +

+An implementation of Port. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected PortImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ java.lang.StringgetName() + +
+          Returns the name of the port where it is associated with a requestor or provider.
+ ServiceContractgetServiceContract() + +
+          Returns the contract for invocations of a service using this port.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetName(java.lang.String value) + +
+          Sets the name of the port where it is associated with a requestor or provider.
+ voidsetServiceContract(ServiceContract value) + +
+          Set the contract for invocations of a service using this port.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PortImpl

+
+protected PortImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: Port
+
Returns the name of the port where it is associated with a requestor or provider. +

+

+
Specified by:
getName in interface Port
+
+
+ +
Returns:
the name of the port
+
+
+
+ +

+setName

+
+public void setName(java.lang.String value)
+
+
Description copied from interface: Port
+
Sets the name of the port where it is associated with a requestor or provider. +

+

+
Specified by:
setName in interface Port
+
+
+
Parameters:
value - the name of the port where it is associated with a requestor or provider
+
+
+
+ +

+getServiceContract

+
+public ServiceContract getServiceContract()
+
+
Description copied from interface: Port
+
Returns the contract for invocations of a service using this port. +

+

+
Specified by:
getServiceContract in interface Port
+
+
+ +
Returns:
the oontract for invocations of a service using this port
+
+
+
+ +

+setServiceContract

+
+public void setServiceContract(ServiceContract value)
+
+
Description copied from interface: Port
+
Set the contract for invocations of a service using this port. +

+

+
Specified by:
setServiceContract in interface Port
+
+
+
Parameters:
value - the contract for invocations of a service using this port
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class AssemblyObjectImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
+
+
+
+ +

+freeze

+
+public void freeze()
+
+
Description copied from interface: AssemblyObject
+
Freeze this model object preventing any additional changes. +

+

+
Specified by:
freeze in interface AssemblyObject
Overrides:
freeze in class AssemblyObjectImpl
+
+
+
+
+
+
+ +

+accept

+
+public boolean accept(AssemblyVisitor visitor)
+
+
Description copied from interface: AssemblyObject
+
Accept a visitor +

+

+
Specified by:
accept in interface AssemblyObject
Overrides:
accept in class AssemblyObjectImpl
+
+
+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PropertyImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PropertyImpl.html new file mode 100644 index 0000000000..e86ac74284 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/PropertyImpl.html @@ -0,0 +1,536 @@ + + + + + + + +PropertyImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class PropertyImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PropertyImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, Property
+
+
+
+
public class PropertyImpl
extends ExtensibleImpl
implements Property
+ + +

+An implementation of Property. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected PropertyImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetDefaultValue() + +
+          Returns the default value of the property.
+ java.lang.StringgetName() + +
+          Returns the property name.
+ java.lang.Class<?>getType() + +
+          Returns the type of this property as used by the runtime.
+ booleanisMany() + +
+          Returns true if the property allows multiple values.
+ booleanisRequired() + +
+          Returns true if a value must be supplied for the property.
+ voidsetDefaultValue(java.lang.Object value) + +
+          Sets the default value of the property.
+ voidsetMany(boolean value) + +
+          Sets whether or not the property allows multiple values.
+ voidsetName(java.lang.String value) + +
+          Sets the property name.
+ voidsetRequired(boolean value) + +
+          Sets whether a value must be supplied for the property.
+ voidsetType(java.lang.Class<?> value) + +
+          Sets the type of this property as used by the runtime
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PropertyImpl

+
+protected PropertyImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDefaultValue

+
+public java.lang.Object getDefaultValue()
+
+
Description copied from interface: Property
+
Returns the default value of the property. +

+

+
Specified by:
getDefaultValue in interface Property
+
+
+ +
Returns:
the default value of ths property
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: Property
+
Returns the property name. +

+

+
Specified by:
getName in interface Property
+
+
+ +
Returns:
the property name
+
+
+
+ +

+getType

+
+public java.lang.Class<?> getType()
+
+
Description copied from interface: Property
+
Returns the type of this property as used by the runtime. +

+

+
Specified by:
getType in interface Property
+
+
+ +
Returns:
the type of this property as used by the runtime
+
+
+
+ +

+isMany

+
+public boolean isMany()
+
+
Description copied from interface: Property
+
Returns true if the property allows multiple values. +

+

+
Specified by:
isMany in interface Property
+
+
+ +
Returns:
true if the property allows multiple values
+
+
+
+ +

+isRequired

+
+public boolean isRequired()
+
+
Description copied from interface: Property
+
Returns true if a value must be supplied for the property. +

+

+
Specified by:
isRequired in interface Property
+
+
+ +
Returns:
true is a value must be supplied for the property
+
+
+
+ +

+setDefaultValue

+
+public void setDefaultValue(java.lang.Object value)
+
+
Description copied from interface: Property
+
Sets the default value of the property. +

+

+
Specified by:
setDefaultValue in interface Property
+
+
+
Parameters:
value - the default value of ths property
+
+
+
+ +

+setMany

+
+public void setMany(boolean value)
+
+
Description copied from interface: Property
+
Sets whether or not the property allows multiple values. +

+

+
Specified by:
setMany in interface Property
+
+
+
Parameters:
value - true if the property should allow multiple values
+
+
+
+ +

+setName

+
+public void setName(java.lang.String value)
+
+
Description copied from interface: Property
+
Sets the property name. +

+

+
Specified by:
setName in interface Property
+
+
+
Parameters:
value - the property name
+
+
+
+ +

+setRequired

+
+public void setRequired(boolean value)
+
+
Description copied from interface: Property
+
Sets whether a value must be supplied for the property. + For ease of use, it is recommended that a meaningful default value should + be supplied for all properties; users should only be required to specify + a value if there is no reasonable default. +

+

+
Specified by:
setRequired in interface Property
+
+
+
Parameters:
value - set to true to require that a value be supplied for uses of this property
+
+
+
+ +

+setType

+
+public void setType(java.lang.Class<?> value)
+
+
Description copied from interface: Property
+
Sets the type of this property as used by the runtime +

+

+
Specified by:
setType in interface Property
+
+
+
Parameters:
value - the type of this property as used by the runtime
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ReferenceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ReferenceImpl.html new file mode 100644 index 0000000000..1a209b0a60 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ReferenceImpl.html @@ -0,0 +1,329 @@ + + + + + + + +ReferenceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ReferenceImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.PortImpl
+          extended by org.apache.tuscany.model.assembly.impl.ReferenceImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Port, Reference
+
+
+
+
public class ReferenceImpl
extends PortImpl
implements Reference
+ + +

+An implementation of Reference. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ReferenceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ MultiplicitygetMultiplicity() + +
+          Returns the multiplicity allowed for wires connected to this reference.
+ voidsetMultiplicity(Multiplicity multiplicity) + +
+          Sets the multiplicity allowed for wires connected to this reference.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PortImpl
accept, freeze, getName, getServiceContract, initialize, setName, setServiceContract
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Port
getName, getServiceContract, setName, setServiceContract
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ReferenceImpl

+
+protected ReferenceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMultiplicity

+
+public Multiplicity getMultiplicity()
+
+
Description copied from interface: Reference
+
Returns the multiplicity allowed for wires connected to this reference. +

+

+
Specified by:
getMultiplicity in interface Reference
+
+
+ +
Returns:
the multiplicity allowed for wires connected to this reference
+
+
+
+ +

+setMultiplicity

+
+public void setMultiplicity(Multiplicity multiplicity)
+
+
Description copied from interface: Reference
+
Sets the multiplicity allowed for wires connected to this reference. +

+

+
Specified by:
setMultiplicity in interface Reference
+
+
+
Parameters:
multiplicity - the multiplicity allowed for wires connected to this reference
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html new file mode 100644 index 0000000000..6029b26138 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html @@ -0,0 +1,434 @@ + + + + + + + +ServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ServiceContractImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ServiceContractImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, ServiceContract
+
+
+
Direct Known Subclasses:
JavaServiceContractImpl, WSDLServiceContractImpl
+
+
+
+
public class ServiceContractImpl
extends ExtensibleImpl
implements ServiceContract
+ + +

+An implementation of ServiceContract. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ServiceContractImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ClassgetCallbackInterface() + +
+          Returns the callback interface for wire from the provider back to its requestor.
+ java.lang.ClassgetInterface() + +
+          Returns the interface for invocations from the requestor to the provider.
+ ScopegetScope() + +
+          Returns the scope of this service contract.
+ voidsetCallbackInterface(java.lang.Class value) + +
+          Sets the callback interface for wire from the provider back to its requestor.
+ voidsetInterface(java.lang.Class value) + +
+          Sets the interface for invocations from the requestor to the provider.
+ voidsetScope(Scope scope) + +
+          Sets the scope.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceContractImpl

+
+protected ServiceContractImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCallbackInterface

+
+public java.lang.Class getCallbackInterface()
+
+
Description copied from interface: ServiceContract
+
Returns the callback interface for wire from the provider back to its requestor. +

+

+
Specified by:
getCallbackInterface in interface ServiceContract
+
+
+ +
Returns:
the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+getInterface

+
+public java.lang.Class getInterface()
+
+
Description copied from interface: ServiceContract
+
Returns the interface for invocations from the requestor to the provider. +

+

+
Specified by:
getInterface in interface ServiceContract
+
+
+ +
Returns:
the interface for invocations from the requestor to the provider
+
+
+
+ +

+getScope

+
+public Scope getScope()
+
+
Description copied from interface: ServiceContract
+
Returns the scope of this service contract. +

+

+
Specified by:
getScope in interface ServiceContract
+
+
+ +
Returns:
+
+
+
+ +

+setCallbackInterface

+
+public void setCallbackInterface(java.lang.Class value)
+
+
Description copied from interface: ServiceContract
+
Sets the callback interface for wire from the provider back to its requestor. +

+

+
Specified by:
setCallbackInterface in interface ServiceContract
+
+
+
Parameters:
value - the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+setInterface

+
+public void setInterface(java.lang.Class value)
+
+
Description copied from interface: ServiceContract
+
Sets the interface for invocations from the requestor to the provider. +

+

+
Specified by:
setInterface in interface ServiceContract
+
+
+
Parameters:
value - the interface for invocations from the requestor to the provider
+
+
+
+ +

+setScope

+
+public void setScope(Scope scope)
+
+
Description copied from interface: ServiceContract
+
Sets the scope. +

+

+
Specified by:
setScope in interface ServiceContract
+
+
+
Parameters:
scope - of this service contract.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceImpl.html new file mode 100644 index 0000000000..753fc40266 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceImpl.html @@ -0,0 +1,269 @@ + + + + + + + +ServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ServiceImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.PortImpl
+          extended by org.apache.tuscany.model.assembly.impl.ServiceImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Port, Service
+
+
+
+
public class ServiceImpl
extends PortImpl
implements Service
+ + +

+An implementation of Service. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ServiceImpl() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PortImpl
accept, freeze, getName, getServiceContract, initialize, setName, setServiceContract
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Port
getName, getServiceContract, setName, setServiceContract
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceImpl

+
+protected ServiceImpl()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceURIImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceURIImpl.html new file mode 100644 index 0000000000..e990017fc7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceURIImpl.html @@ -0,0 +1,461 @@ + + + + + + + +ServiceURIImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ServiceURIImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.ServiceURIImpl
+
+
+
All Implemented Interfaces:
ServiceURI
+
+
+
+
public class ServiceURIImpl
extends java.lang.Object
implements ServiceURI
+ + +

+An implementation of ServiceURI. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected ServiceURIImpl(ModuleComponent moduleComponent, + Part part, + ConfiguredPort configuredPort) + +
+          Constructs a new ServiceURIImpl.
+protected ServiceURIImpl(ModuleComponent moduleComponent, + java.lang.String targetServiceName) + +
+          Constructor
+protected ServiceURIImpl(ModuleComponent moduleComponent, + java.lang.String partName, + java.lang.String portName) + +
+          Constructs a new ServiceURIImpl.
+protected ServiceURIImpl(java.lang.String address) + +
+          Constructs a new ServiceURIImpl.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetAddress() + +
+           
+ java.lang.StringgetModuleComponentName() + +
+          Returns the module component name
+ java.lang.StringgetPartName() + +
+          Returns the part name
+ java.lang.StringgetPath() + +
+           
+ java.lang.StringgetServiceName() + +
+          Returns the service name
+ booleanisSCAScheme() + +
+          Returns true if the address scheme is sca
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceURIImpl

+
+protected ServiceURIImpl(java.lang.String address)
+
+
Constructs a new ServiceURIImpl. +

+

+
Parameters:
address -
+
+
+ +

+ServiceURIImpl

+
+protected ServiceURIImpl(ModuleComponent moduleComponent,
+                         java.lang.String partName,
+                         java.lang.String portName)
+
+
Constructs a new ServiceURIImpl. +

+

+
Parameters:
moduleComponent -
partName -
portName -
+
+
+ +

+ServiceURIImpl

+
+protected ServiceURIImpl(ModuleComponent moduleComponent,
+                         Part part,
+                         ConfiguredPort configuredPort)
+
+
Constructs a new ServiceURIImpl. +

+

+
Parameters:
moduleComponent -
configuredPort -
+
+
+ +

+ServiceURIImpl

+
+protected ServiceURIImpl(ModuleComponent moduleComponent,
+                         java.lang.String targetServiceName)
+
+
Constructor +

+

+
Parameters:
moduleComponent -
targetServiceName -
+
+ + + + + + + + +
+Method Detail
+ +

+isSCAScheme

+
+public boolean isSCAScheme()
+
+
Description copied from interface: ServiceURI
+
Returns true if the address scheme is sca +

+

+
Specified by:
isSCAScheme in interface ServiceURI
+
+
+ +
Returns:
+
+
+
+ +

+getAddress

+
+public java.lang.String getAddress()
+
+
+
Specified by:
getAddress in interface ServiceURI
+
+
+ +
Returns:
Returns the address.
+
+
+
+ +

+getPath

+
+public java.lang.String getPath()
+
+
+
Specified by:
getPath in interface ServiceURI
+
+
+ +
Returns:
Returns the path.
+
+
+
+ +

+getModuleComponentName

+
+public java.lang.String getModuleComponentName()
+
+
Returns the module component name +

+

+
Specified by:
getModuleComponentName in interface ServiceURI
+
+
+ +
Returns:
+
+
+
+ +

+getPartName

+
+public java.lang.String getPartName()
+
+
Returns the part name +

+

+
Specified by:
getPartName in interface ServiceURI
+
+
+ +
Returns:
+
+
+
+ +

+getServiceName

+
+public java.lang.String getServiceName()
+
+
Returns the service name +

+

+
Specified by:
getServiceName in interface ServiceURI
+
+
+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/SubsystemImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/SubsystemImpl.html new file mode 100644 index 0000000000..22f1b29495 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/SubsystemImpl.html @@ -0,0 +1,399 @@ + + + + + + + +SubsystemImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class SubsystemImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.CompositeImpl
+              extended by org.apache.tuscany.model.assembly.impl.SubsystemImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Composite, Extensible, Implementation, Subsystem
+
+
+
+
public class SubsystemImpl
extends CompositeImpl
implements Subsystem
+ + +

+An implementation of Subsystem. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected SubsystemImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetComponentType() + +
+          Returns the generic component type corresponding to this implementation.
+ java.lang.StringgetURI() + +
+          Returns the subsystem uri.
+ voidsetComponentType(ComponentType componentType) + +
+          Sets the generic component type corresponding to this implementation.
+ voidsetURI(java.lang.String value) + +
+          Sets the subsystem uri.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.CompositeImpl
accept, freeze, getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, initialize, setImplementationClass, setName, wire
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SubsystemImpl

+
+protected SubsystemImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+public java.lang.String getURI()
+
+
Description copied from interface: Subsystem
+
Returns the subsystem uri. +

+

+
Specified by:
getURI in interface Subsystem
+
+
+ +
Returns:
+
+
+
+ +

+setURI

+
+public void setURI(java.lang.String value)
+
+
Description copied from interface: Subsystem
+
Sets the subsystem uri. +

+

+
Specified by:
setURI in interface Subsystem
+
+
+
+
+
+
+ +

+getComponentType

+
+public ComponentType getComponentType()
+
+
Description copied from interface: Implementation
+
Returns the generic component type corresponding to this implementation. +

+

+
Specified by:
getComponentType in interface Implementation
Overrides:
getComponentType in class CompositeImpl
+
+
+ +
Returns:
the generic component type corresponding to this implementation
+
+
+
+ +

+setComponentType

+
+public void setComponentType(ComponentType componentType)
+
+
Description copied from interface: Implementation
+
Sets the generic component type corresponding to this implementation. +

+

+
Specified by:
setComponentType in interface Implementation
Overrides:
setComponentType in class CompositeImpl
+
+
+
Parameters:
componentType - the generic component type corresponding to this implementation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/WireImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/WireImpl.html new file mode 100644 index 0000000000..79d50b01d6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/WireImpl.html @@ -0,0 +1,380 @@ + + + + + + + +WireImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class WireImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.WireImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, Wire
+
+
+
+
public class WireImpl
extends ExtensibleImpl
implements Wire
+ + +

+An implementation of Wire. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected WireImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ServiceURIgetSource() + +
+          Returns the URI for the source of the request.
+ ServiceURIgetTarget() + +
+          Returns the URI for the target of the request.
+ voidsetSource(ServiceURI uri) + +
+          Sets the URI for the source of the request.
+ voidsetTarget(ServiceURI uri) + +
+          Sets the URI for the target of the request.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WireImpl

+
+protected WireImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSource

+
+public ServiceURI getSource()
+
+
Description copied from interface: Wire
+
Returns the URI for the source of the request. +

+

+
Specified by:
getSource in interface Wire
+
+
+ +
Returns:
the URI for the source of the request
+
+
+
+ +

+setSource

+
+public void setSource(ServiceURI uri)
+
+
Description copied from interface: Wire
+
Sets the URI for the source of the request. +

+

+
Specified by:
setSource in interface Wire
+
+
+
Parameters:
uri - the URI for the source of the request
+
+
+
+ +

+getTarget

+
+public ServiceURI getTarget()
+
+
Description copied from interface: Wire
+
Returns the URI for the target of the request. +

+

+
Specified by:
getTarget in interface Wire
+
+
+ +
Returns:
the URI for the target of the request
+
+
+
+ +

+setTarget

+
+public void setTarget(ServiceURI uri)
+
+
Description copied from interface: Wire
+
Sets the URI for the target of the request. +

+

+
Specified by:
setTarget in interface Wire
+
+
+
Parameters:
uri - the URI for the target of the request
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyContextImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyContextImpl.html new file mode 100644 index 0000000000..77e0bb37b2 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyContextImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.AssemblyContextImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.AssemblyContextImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.AssemblyContextImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyFactoryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyFactoryImpl.html new file mode 100644 index 0000000000..0b93e5638c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyFactoryImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.AssemblyFactoryImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.AssemblyFactoryImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.AssemblyFactoryImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyObjectImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyObjectImpl.html new file mode 100644 index 0000000000..f68bd7dccf --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AssemblyObjectImpl.html @@ -0,0 +1,435 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl

+
+ + + + + + + + + + + + + + + + + +
+Packages that use AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of AssemblyObjectImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.assembly.impl
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+ classBindingImpl + +
+          An implementation of Binding.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classComponentTypeImpl + +
+          An implementation of ComponentType.
+ classCompositeImpl + +
+          An implementation of Composite.
+ classConfiguredPortImpl<P extends Port> + +
+          Implementation of ConfiguredPort.
+ classConfiguredPropertyImpl + +
+          Implementation of ConfiguredProperty
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExtensibleImpl + +
+          An implementation of Extensible.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classImplementationImpl + +
+          An implementation of Implementation.
+ classImportWSDLImpl + +
+          Implementation of ImportWSDL.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classPartImpl + +
+          Implementation of Part.
+ classPortImpl + +
+          An implementation of Port.
+ classPropertyImpl + +
+          An implementation of Property.
+ classReferenceImpl + +
+          An implementation of Reference.
+ classServiceContractImpl + +
+          An implementation of ServiceContract.
+ classServiceImpl + +
+          An implementation of Service.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+ classWireImpl + +
+          An implementation of Wire.
+  +

+ + + + + +
+Uses of AssemblyObjectImpl in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.types.java.impl
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of AssemblyObjectImpl in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.types.wsdl.impl
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicComponentImpl.html new file mode 100644 index 0000000000..6bf8724282 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicComponentImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.AtomicComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.AtomicComponentImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.AtomicComponentImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicImplementationImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicImplementationImpl.html new file mode 100644 index 0000000000..ab3c0b49bd --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/AtomicImplementationImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.AtomicImplementationImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.AtomicImplementationImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.AtomicImplementationImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/BindingImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/BindingImpl.html new file mode 100644 index 0000000000..5378b8e6f5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/BindingImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.BindingImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.BindingImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.BindingImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentImpl.html new file mode 100644 index 0000000000..80a60bcae3 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentImpl.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ComponentImpl

+
+ + + + + + + + + +
+Packages that use ComponentImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ComponentImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + +
Subclasses of ComponentImpl in org.apache.tuscany.model.assembly.impl
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentTypeImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentTypeImpl.html new file mode 100644 index 0000000000..5fe268707e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ComponentTypeImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ComponentTypeImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ComponentTypeImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ComponentTypeImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/CompositeImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/CompositeImpl.html new file mode 100644 index 0000000000..8dd7e0b75b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/CompositeImpl.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.CompositeImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.CompositeImpl

+
+ + + + + + + + + +
+Packages that use CompositeImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of CompositeImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of CompositeImpl in org.apache.tuscany.model.assembly.impl
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPortImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPortImpl.html new file mode 100644 index 0000000000..8a55fa77a6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPortImpl.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl

+
+ + + + + + + + + +
+Packages that use ConfiguredPortImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ConfiguredPortImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + +
Subclasses of ConfiguredPortImpl in org.apache.tuscany.model.assembly.impl
+ classConfiguredReferenceImpl + +
+          An implementation of ConfiguredReference.
+ classConfiguredServiceImpl + +
+          An implementation of ConfiguredService.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPropertyImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPropertyImpl.html new file mode 100644 index 0000000000..bd593e6946 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredPropertyImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ConfiguredPropertyImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ConfiguredPropertyImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ConfiguredPropertyImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredReferenceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredReferenceImpl.html new file mode 100644 index 0000000000..1bd31ba198 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredReferenceImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ConfiguredReferenceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ConfiguredReferenceImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ConfiguredReferenceImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredServiceImpl.html new file mode 100644 index 0000000000..2619b4c176 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ConfiguredServiceImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ConfiguredServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ConfiguredServiceImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ConfiguredServiceImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/EntryPointImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/EntryPointImpl.html new file mode 100644 index 0000000000..78db4b2da1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/EntryPointImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.EntryPointImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.EntryPointImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.EntryPointImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExtensibleImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExtensibleImpl.html new file mode 100644 index 0000000000..ee36dfb972 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExtensibleImpl.html @@ -0,0 +1,363 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ExtensibleImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ExtensibleImpl

+
+ + + + + + + + + + + + + + + + + +
+Packages that use ExtensibleImpl
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of ExtensibleImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of ExtensibleImpl in org.apache.tuscany.model.assembly.impl
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+ classBindingImpl + +
+          An implementation of Binding.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classComponentTypeImpl + +
+          An implementation of ComponentType.
+ classCompositeImpl + +
+          An implementation of Composite.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classImplementationImpl + +
+          An implementation of Implementation.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+ classModuleFragmentImpl + +
+          An implementation of ModuleFragment.
+ classModuleImpl + +
+          An implementation of Module.
+ classPartImpl + +
+          Implementation of Part.
+ classPropertyImpl + +
+          An implementation of Property.
+ classServiceContractImpl + +
+          An implementation of ServiceContract.
+ classSubsystemImpl + +
+          An implementation of Subsystem.
+ classWireImpl + +
+          An implementation of Wire.
+  +

+ + + + + +
+Uses of ExtensibleImpl in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Subclasses of ExtensibleImpl in org.apache.tuscany.model.types.java.impl
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of ExtensibleImpl in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Subclasses of ExtensibleImpl in org.apache.tuscany.model.types.wsdl.impl
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExternalServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExternalServiceImpl.html new file mode 100644 index 0000000000..e4dc3fbc28 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ExternalServiceImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ExternalServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ExternalServiceImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ExternalServiceImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImplementationImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImplementationImpl.html new file mode 100644 index 0000000000..4fba5d570b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImplementationImpl.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ImplementationImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ImplementationImpl

+
+ + + + + + + + + +
+Packages that use ImplementationImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of ImplementationImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Subclasses of ImplementationImpl in org.apache.tuscany.model.assembly.impl
+ classAtomicImplementationImpl + +
+          An implementation of AtomicImplementation.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImportWSDLImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImportWSDLImpl.html new file mode 100644 index 0000000000..00ebee9054 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ImportWSDLImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ImportWSDLImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ImportWSDLImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ImportWSDLImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleComponentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleComponentImpl.html new file mode 100644 index 0000000000..4f650619ee --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleComponentImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ModuleComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ModuleComponentImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ModuleComponentImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleFragmentImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleFragmentImpl.html new file mode 100644 index 0000000000..d3f0cd1ca0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleFragmentImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ModuleFragmentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ModuleFragmentImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ModuleFragmentImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleImpl.html new file mode 100644 index 0000000000..937bcf950f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ModuleImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ModuleImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ModuleImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ModuleImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PartImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PartImpl.html new file mode 100644 index 0000000000..bf7ad3519c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PartImpl.html @@ -0,0 +1,209 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.PartImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.PartImpl

+
+ + + + + + + + + +
+Packages that use PartImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of PartImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of PartImpl in org.apache.tuscany.model.assembly.impl
+ classAtomicComponentImpl + +
+          An implementation of AtomicComponent.
+ classComponentImpl<I extends Implementation> + +
+          An implementation of Component.
+ classEntryPointImpl + +
+          An implementation of EntryPoint.
+ classExternalServiceImpl + +
+          An implementation ExternalService.
+ classModuleComponentImpl + +
+          An implementation of ModuleComponent.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PortImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PortImpl.html new file mode 100644 index 0000000000..83b6a59aca --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PortImpl.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.PortImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.PortImpl

+
+ + + + + + + + + +
+Packages that use PortImpl
org.apache.tuscany.model.assembly.impl  
+  +

+ + + + + +
+Uses of PortImpl in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + + + + + +
Subclasses of PortImpl in org.apache.tuscany.model.assembly.impl
+ classReferenceImpl + +
+          An implementation of Reference.
+ classServiceImpl + +
+          An implementation of Service.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PropertyImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PropertyImpl.html new file mode 100644 index 0000000000..9fc34efa62 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/PropertyImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.PropertyImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.PropertyImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.PropertyImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ReferenceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ReferenceImpl.html new file mode 100644 index 0000000000..d93c6538c5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ReferenceImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ReferenceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ReferenceImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ReferenceImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceContractImpl.html new file mode 100644 index 0000000000..df624ac4b0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceContractImpl.html @@ -0,0 +1,206 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ServiceContractImpl

+
+ + + + + + + + + + + + + +
+Packages that use ServiceContractImpl
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of ServiceContractImpl in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Subclasses of ServiceContractImpl in org.apache.tuscany.model.types.java.impl
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+ + + + + +
+Uses of ServiceContractImpl in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Subclasses of ServiceContractImpl in org.apache.tuscany.model.types.wsdl.impl
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceImpl.html new file mode 100644 index 0000000000..35fc3b889e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ServiceImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ServiceImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ServiceImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceURIImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceURIImpl.html new file mode 100644 index 0000000000..c56de14fac --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/ServiceURIImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.ServiceURIImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.ServiceURIImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.ServiceURIImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/SubsystemImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/SubsystemImpl.html new file mode 100644 index 0000000000..e62a96c1c4 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/SubsystemImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.SubsystemImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.SubsystemImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.SubsystemImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/WireImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/WireImpl.html new file mode 100644 index 0000000000..0defec74ec --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/class-use/WireImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.assembly.impl.WireImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.assembly.impl.WireImpl

+
+No usage of org.apache.tuscany.model.assembly.impl.WireImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-frame.html new file mode 100644 index 0000000000..09a42838b6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-frame.html @@ -0,0 +1,91 @@ + + + + + + + +org.apache.tuscany.model.assembly.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.assembly.impl + + + + +
+Classes  + +
+AssemblyContextImpl +
+AssemblyFactoryImpl +
+AssemblyObjectImpl +
+AtomicComponentImpl +
+AtomicImplementationImpl +
+BindingImpl +
+ComponentImpl +
+ComponentTypeImpl +
+CompositeImpl +
+ConfiguredPortImpl +
+ConfiguredPropertyImpl +
+ConfiguredReferenceImpl +
+ConfiguredServiceImpl +
+EntryPointImpl +
+ExtensibleImpl +
+ExternalServiceImpl +
+ImplementationImpl +
+ImportWSDLImpl +
+ModuleComponentImpl +
+ModuleFragmentImpl +
+ModuleImpl +
+PartImpl +
+PortImpl +
+PropertyImpl +
+ReferenceImpl +
+ServiceContractImpl +
+ServiceImpl +
+ServiceURIImpl +
+SubsystemImpl +
+WireImpl
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-summary.html new file mode 100644 index 0000000000..c2e24b3e0d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-summary.html @@ -0,0 +1,271 @@ + + + + + + + +org.apache.tuscany.model.assembly.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.assembly.impl +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AssemblyContextImpl 
AssemblyFactoryImplDefault implementation of AssemblyFactory
AssemblyObjectImplA base class for assembly model objects.
AtomicComponentImplAn implementation of AtomicComponent.
AtomicImplementationImplAn implementation of AtomicImplementation.
BindingImplAn implementation of Binding.
ComponentImpl<I extends Implementation>An implementation of Component.
ComponentTypeImplAn implementation of ComponentType.
CompositeImplAn implementation of Composite.
ConfiguredPortImpl<P extends Port>Implementation of ConfiguredPort.
ConfiguredPropertyImplImplementation of ConfiguredProperty
ConfiguredReferenceImplAn implementation of ConfiguredReference.
ConfiguredServiceImplAn implementation of ConfiguredService.
EntryPointImplAn implementation of EntryPoint.
ExtensibleImplAn implementation of Extensible.
ExternalServiceImplAn implementation ExternalService.
ImplementationImplAn implementation of Implementation.
ImportWSDLImplImplementation of ImportWSDL.
ModuleComponentImplAn implementation of ModuleComponent.
ModuleFragmentImplAn implementation of ModuleFragment.
ModuleImplAn implementation of Module.
PartImplImplementation of Part.
PortImplAn implementation of Port.
PropertyImplAn implementation of Property.
ReferenceImplAn implementation of Reference.
ServiceContractImplAn implementation of ServiceContract.
ServiceImplAn implementation of Service.
ServiceURIImplAn implementation of ServiceURI.
SubsystemImplAn implementation of Subsystem.
WireImplAn implementation of Wire.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-tree.html new file mode 100644 index 0000000000..d5176010f5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-tree.html @@ -0,0 +1,196 @@ + + + + + + + +org.apache.tuscany.model.assembly.impl Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.assembly.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-use.html new file mode 100644 index 0000000000..778e5f2328 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/package-use.html @@ -0,0 +1,271 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.assembly.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.assembly.impl

+
+ + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.model.assembly.impl
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.impl used by org.apache.tuscany.model.assembly.impl
AssemblyObjectImpl + +
+          A base class for assembly model objects.
ComponentImpl + +
+          An implementation of Component.
CompositeImpl + +
+          An implementation of Composite.
ConfiguredPortImpl + +
+          Implementation of ConfiguredPort.
ExtensibleImpl + +
+          An implementation of Extensible.
ImplementationImpl + +
+          An implementation of Implementation.
PartImpl + +
+          Implementation of Part.
PortImpl + +
+          An implementation of Port.
+  +

+ + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.impl used by org.apache.tuscany.model.types.java.impl
AssemblyObjectImpl + +
+          A base class for assembly model objects.
ExtensibleImpl + +
+          An implementation of Extensible.
ServiceContractImpl + +
+          An implementation of ServiceContract.
+  +

+ + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.impl used by org.apache.tuscany.model.types.wsdl.impl
AssemblyObjectImpl + +
+          A base class for assembly model objects.
ExtensibleImpl + +
+          An implementation of Extensible.
ServiceContractImpl + +
+          An implementation of ServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/AssemblyModelLoader.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/AssemblyModelLoader.html new file mode 100644 index 0000000000..6553f79c23 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/AssemblyModelLoader.html @@ -0,0 +1,234 @@ + + + + + + + +AssemblyModelLoader (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.loader +
+Interface AssemblyModelLoader

+
+
All Known Implementing Classes:
SCDLAssemblyModelLoaderImpl
+
+
+
+
public interface AssemblyModelLoader
+ + +

+An assembly model loader. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.DefinitionloadDefinition(java.lang.String uri) + +
+          Load a WSDL definition
+ java.util.List<javax.wsdl.Definition>loadDefinitions(java.lang.String namespace) + +
+          Load definitions by namespace
+  +

+ + + + + + + + +
+Method Detail
+ +

+loadDefinition

+
+javax.wsdl.Definition loadDefinition(java.lang.String uri)
+
+
Load a WSDL definition +

+

+
+
+
+
+ +

+loadDefinitions

+
+java.util.List<javax.wsdl.Definition> loadDefinitions(java.lang.String namespace)
+
+
Load definitions by namespace +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/class-use/AssemblyModelLoader.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/class-use/AssemblyModelLoader.html new file mode 100644 index 0000000000..8ff451fdfc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/class-use/AssemblyModelLoader.html @@ -0,0 +1,286 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.assembly.loader.AssemblyModelLoader (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.assembly.loader.AssemblyModelLoader

+
+ + + + + + + + + + + + + + + + + +
+Packages that use AssemblyModelLoader
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.scdl.loader.impl  
+  +

+ + + + + +
+Uses of AssemblyModelLoader in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return AssemblyModelLoader
+ AssemblyModelLoaderAssemblyContext.getAssemblyLoader() + +
+          Returns a loader that can be used to load sub-models.
+  +

+ + + + + +
+Uses of AssemblyModelLoader in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return AssemblyModelLoader
+ AssemblyModelLoaderAssemblyContextImpl.getAssemblyLoader() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + +
Constructors in org.apache.tuscany.model.assembly.impl with parameters of type AssemblyModelLoader
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + java.lang.String webAppName) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper) + +
+           
AssemblyContextImpl(AssemblyFactory assemblyFactory, + AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader artifactLoader, + commonj.sdo.helper.TypeHelper typeHelper, + java.lang.String webAppName) + +
+           
AssemblyContextImpl(AssemblyModelLoader assemblyLoader, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+           
+  +

+ + + + + +
+Uses of AssemblyModelLoader in org.apache.tuscany.model.scdl.loader.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.scdl.loader.impl that implement AssemblyModelLoader
+ classSCDLAssemblyModelLoaderImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-frame.html new file mode 100644 index 0000000000..1559e0dc1f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model.assembly.loader (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.assembly.loader + + + + +
+Interfaces  + +
+AssemblyModelLoader
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-summary.html new file mode 100644 index 0000000000..9726a25321 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model.assembly.loader (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.assembly.loader +

+ + + + + + + + + +
+Interface Summary
AssemblyModelLoaderAn assembly model loader.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-tree.html new file mode 100644 index 0000000000..1072b4962b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-tree.html @@ -0,0 +1,148 @@ + + + + + + + +org.apache.tuscany.model.assembly.loader Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.assembly.loader +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-use.html new file mode 100644 index 0000000000..684966d6d7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/loader/package-use.html @@ -0,0 +1,205 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.assembly.loader (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.assembly.loader

+
+ + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.model.assembly.loader
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.scdl.loader.impl  
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.loader used by org.apache.tuscany.model.assembly
AssemblyModelLoader + +
+          An assembly model loader.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.loader used by org.apache.tuscany.model.assembly.impl
AssemblyModelLoader + +
+          An assembly model loader.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.assembly.loader used by org.apache.tuscany.model.scdl.loader.impl
AssemblyModelLoader + +
+          An assembly model loader.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-frame.html new file mode 100644 index 0000000000..74416a5ab2 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-frame.html @@ -0,0 +1,125 @@ + + + + + + + +org.apache.tuscany.model.assembly (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.assembly + + + + +
+Interfaces  + +
+AssemblyContext +
+AssemblyFactory +
+AssemblyObject +
+AssemblyVisitor +
+AtomicComponent +
+AtomicImplementation +
+Binding +
+Component +
+ComponentType +
+Composite +
+CompositeComponent +
+ConfiguredPort +
+ConfiguredProperty +
+ConfiguredReference +
+ConfiguredService +
+ContextFactoryHolder +
+EntryPoint +
+Extensible +
+ExternalService +
+Implementation +
+ImportWSDL +
+Module +
+ModuleComponent +
+ModuleFragment +
+Part +
+Port +
+Property +
+ProxyFactoryHolder +
+Reference +
+Service +
+ServiceContract +
+ServiceURI +
+Subsystem +
+Wire
+ + + + + + +
+Enums  + +
+Multiplicity +
+OverrideOption +
+Scope
+ + + + + + +
+Exceptions  + +
+AssemblyInitializationException
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-summary.html new file mode 100644 index 0000000000..49df1a15d6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-summary.html @@ -0,0 +1,324 @@ + + + + + + + +org.apache.tuscany.model.assembly (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.assembly +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
AssemblyContextContext object supplied by visitors that are processing the model.
AssemblyFactoryThe Factory for the assembly model.
AssemblyObjectBase interface for all assembly model objects providing methods for managing the model itself.
AssemblyVisitorA visitor that traverses the model performing some operation.
AtomicComponentAn atomic component, specifically not an Composite.
AtomicImplementationThe implementation for a specific atomic component instance.
BindingThe binding of an entry point or external service to a transport.
Component<I extends Implementation>A component is a configured instance of a generic Implementation.
ComponentTypeA logical definition of a type of component separate from any specific implementation.
CompositeA model object that describes a container for parts.
CompositeComponent<I extends Composite>Specialization of Component that represents a configured Module.
ConfiguredPort<P extends Port>Represents a configured port (e.g.
ConfiguredPropertyThe configured value of a Property.
ConfiguredReferenceA configured reference associated with a particular usage.
ConfiguredServiceA configured service associated with a particular usage.
ContextFactoryHolderA model object that can hold a runtime context factory object.
EntryPointAn entry point exposed by its containing Composite.
ExtensibleAn extensible model object.
ExternalServiceAn external service consumed by its containing Composite.
ImplementationThe implementation for a specific component instance.
ImportWSDLModel object that represents the import of an external WSDL definition.
ModuleA specialized Implementation that defines a modular unit of assembly.
ModuleComponentSpecialization of Component that represents a configured Module.
ModuleFragmentA fragment of assembly configuration within a module.
PartA configured object that is contained inside a Composite.
PortAbstraction for the association of a service contract with a requestor or provider.
PropertyA description of a property that can be used to configure a component.
ProxyFactoryHolderA model object that can hold a runtime proxy factory object.
ReferenceThe association of a port with a requestor.
ServiceThe association of a port with a provider.
ServiceContractThe contract specified by a requestor or provider for invocations across a port.
ServiceURIRepresents a service URI.
SubsystemRepresents a subsystem.
WireA connection between a requestor (source) and a provider (target).
+  + +

+ + + + + + + + + + + + + + + + + +
+Enum Summary
MultiplicityEnumeration for multiplicity.
OverrideOptionEnumeration for override options that are used to control whether configuration information + can be overridden by larger grained definitions.
ScopeThe types of scope supported by assemblies.
+  + +

+ + + + + + + + + +
+Exception Summary
AssemblyInitializationExceptionDenotes an exception initializing an assembly model artifact.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-tree.html new file mode 100644 index 0000000000..509bf5805e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-tree.html @@ -0,0 +1,210 @@ + + + + + + + +org.apache.tuscany.model.assembly Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.assembly +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-use.html new file mode 100644 index 0000000000..c1a2c251a1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/package-use.html @@ -0,0 +1,756 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.assembly (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.assembly

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.model.assembly
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java  
org.apache.tuscany.model.types.java.impl  
org.apache.tuscany.model.types.wsdl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.assembly
AssemblyContext + +
+          Context object supplied by visitors that are processing the model.
AssemblyFactory + +
+          The Factory for the assembly model.
AssemblyInitializationException + +
+          Denotes an exception initializing an assembly model artifact.
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
AssemblyVisitor + +
+          A visitor that traverses the model performing some operation.
AtomicComponent + +
+          An atomic component, specifically not an Composite.
Binding + +
+          The binding of an entry point or external service to a transport.
Component + +
+          A component is a configured instance of a generic Implementation.
ComponentType + +
+          A logical definition of a type of component separate from any specific implementation.
Composite + +
+          A model object that describes a container for parts.
CompositeComponent + +
+          Specialization of Component that represents a configured Module.
ConfiguredPort + +
+          Represents a configured port (e.g.
ConfiguredProperty + +
+          The configured value of a Property.
ConfiguredReference + +
+          A configured reference associated with a particular usage.
ConfiguredService + +
+          A configured service associated with a particular usage.
ContextFactoryHolder + +
+          A model object that can hold a runtime context factory object.
EntryPoint + +
+          An entry point exposed by its containing Composite.
Extensible + +
+          An extensible model object.
ExternalService + +
+          An external service consumed by its containing Composite.
Implementation + +
+          The implementation for a specific component instance.
ImportWSDL + +
+          Model object that represents the import of an external WSDL definition.
Module + +
+          A specialized Implementation that defines a modular unit of assembly.
ModuleComponent + +
+          Specialization of Component that represents a configured Module.
ModuleFragment + +
+          A fragment of assembly configuration within a module.
Multiplicity + +
+          Enumeration for multiplicity.
OverrideOption + +
+          Enumeration for override options that are used to control whether configuration information + can be overridden by larger grained definitions.
Part + +
+          A configured object that is contained inside a Composite.
Port + +
+          Abstraction for the association of a service contract with a requestor or provider.
Property + +
+          A description of a property that can be used to configure a component.
ProxyFactoryHolder + +
+          A model object that can hold a runtime proxy factory object.
Reference + +
+          The association of a port with a requestor.
Scope + +
+          The types of scope supported by assemblies.
Service + +
+          The association of a port with a provider.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
ServiceURI + +
+          Represents a service URI.
Subsystem + +
+          Represents a subsystem.
Wire + +
+          A connection between a requestor (source) and a provider (target).
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.assembly.impl
AssemblyContext + +
+          Context object supplied by visitors that are processing the model.
AssemblyFactory + +
+          The Factory for the assembly model.
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
AssemblyVisitor + +
+          A visitor that traverses the model performing some operation.
AtomicComponent + +
+          An atomic component, specifically not an Composite.
AtomicImplementation + +
+          The implementation for a specific atomic component instance.
Binding + +
+          The binding of an entry point or external service to a transport.
Component + +
+          A component is a configured instance of a generic Implementation.
ComponentType + +
+          A logical definition of a type of component separate from any specific implementation.
Composite + +
+          A model object that describes a container for parts.
CompositeComponent + +
+          Specialization of Component that represents a configured Module.
ConfiguredPort + +
+          Represents a configured port (e.g.
ConfiguredProperty + +
+          The configured value of a Property.
ConfiguredReference + +
+          A configured reference associated with a particular usage.
ConfiguredService + +
+          A configured service associated with a particular usage.
ContextFactoryHolder + +
+          A model object that can hold a runtime context factory object.
EntryPoint + +
+          An entry point exposed by its containing Composite.
Extensible + +
+          An extensible model object.
ExternalService + +
+          An external service consumed by its containing Composite.
Implementation + +
+          The implementation for a specific component instance.
ImportWSDL + +
+          Model object that represents the import of an external WSDL definition.
Module + +
+          A specialized Implementation that defines a modular unit of assembly.
ModuleComponent + +
+          Specialization of Component that represents a configured Module.
ModuleFragment + +
+          A fragment of assembly configuration within a module.
Multiplicity + +
+          Enumeration for multiplicity.
OverrideOption + +
+          Enumeration for override options that are used to control whether configuration information + can be overridden by larger grained definitions.
Part + +
+          A configured object that is contained inside a Composite.
Port + +
+          Abstraction for the association of a service contract with a requestor or provider.
Property + +
+          A description of a property that can be used to configure a component.
ProxyFactoryHolder + +
+          A model object that can hold a runtime proxy factory object.
Reference + +
+          The association of a port with a requestor.
Scope + +
+          The types of scope supported by assemblies.
Service + +
+          The association of a port with a provider.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
ServiceURI + +
+          Represents a service URI.
Subsystem + +
+          Represents a subsystem.
Wire + +
+          A connection between a requestor (source) and a provider (target).
+  +

+ + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.java
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible + +
+          An extensible model object.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.java.impl
AssemblyContext + +
+          Context object supplied by visitors that are processing the model.
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible + +
+          An extensible model object.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+  +

+ + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.wsdl
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible + +
+          An extensible model object.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.wsdl.impl
AssemblyContext + +
+          Context object supplied by visitors that are processing the model.
AssemblyObject + +
+          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible + +
+          An extensible model object.
ServiceContract + +
+          The contract specified by a requestor or provider for invocations across a port.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/class-use/ModelRuntimeException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/class-use/ModelRuntimeException.html new file mode 100644 index 0000000000..06b001d0d5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/class-use/ModelRuntimeException.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.ModelRuntimeException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.ModelRuntimeException

+
+ + + + + + + + + +
+Packages that use ModelRuntimeException
org.apache.tuscany.model.assembly  
+  +

+ + + + + +
+Uses of ModelRuntimeException in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Subclasses of ModelRuntimeException in org.apache.tuscany.model.assembly
+ classAssemblyInitializationException + +
+          Denotes an exception initializing an assembly model artifact.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-frame.html new file mode 100644 index 0000000000..1b911fe264 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model + + + + +
+Exceptions  + +
+ModelRuntimeException
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-summary.html new file mode 100644 index 0000000000..7416b29bc0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model +

+ + + + + + + + + +
+Exception Summary
ModelRuntimeExceptionThe root runtime exception for the model.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-tree.html new file mode 100644 index 0000000000..9782bb0ff4 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +org.apache.tuscany.model Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-use.html new file mode 100644 index 0000000000..a5412c1228 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/package-use.html @@ -0,0 +1,167 @@ + + + + + + + +Uses of Package org.apache.tuscany.model (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model

+
+ + + + + + + + + +
+Packages that use org.apache.tuscany.model
org.apache.tuscany.model.assembly  
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model used by org.apache.tuscany.model.assembly
ModelRuntimeException + +
+          The root runtime exception for the model.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/AssemblyModelLoadException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/AssemblyModelLoadException.html new file mode 100644 index 0000000000..c099145755 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/AssemblyModelLoadException.html @@ -0,0 +1,299 @@ + + + + + + + +AssemblyModelLoadException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.scdl.loader.impl +
+Class AssemblyModelLoadException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.apache.tuscany.common.TuscanyRuntimeException
+                  extended by org.apache.tuscany.model.scdl.loader.impl.AssemblyModelLoadException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class AssemblyModelLoadException
extends org.apache.tuscany.common.TuscanyRuntimeException
+ + +

+The root runtime exception for the model loader. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
AssemblyModelLoadException() + +
+           
AssemblyModelLoadException(java.lang.String message) + +
+           
AssemblyModelLoadException(java.lang.String message, + java.lang.Throwable cause) + +
+           
AssemblyModelLoadException(java.lang.Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyModelLoadException

+
+public AssemblyModelLoadException()
+
+
+
+ +

+AssemblyModelLoadException

+
+public AssemblyModelLoadException(java.lang.String message)
+
+
+
+ +

+AssemblyModelLoadException

+
+public AssemblyModelLoadException(java.lang.String message,
+                                  java.lang.Throwable cause)
+
+
+
+ +

+AssemblyModelLoadException

+
+public AssemblyModelLoadException(java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/SCDLAssemblyModelLoaderImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/SCDLAssemblyModelLoaderImpl.html new file mode 100644 index 0000000000..8367179938 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/SCDLAssemblyModelLoaderImpl.html @@ -0,0 +1,284 @@ + + + + + + + +SCDLAssemblyModelLoaderImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.scdl.loader.impl +
+Class SCDLAssemblyModelLoaderImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.scdl.loader.impl.SCDLAssemblyModelLoaderImpl
+
+
+
All Implemented Interfaces:
AssemblyModelLoader
+
+
+
+
public class SCDLAssemblyModelLoaderImpl
extends java.lang.Object
implements AssemblyModelLoader
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SCDLAssemblyModelLoaderImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.DefinitionloadDefinition(java.lang.String uri) + +
+          Load a WSDL definition
+ java.util.List<javax.wsdl.Definition>loadDefinitions(java.lang.String namespace) + +
+          Load definitions by namespace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SCDLAssemblyModelLoaderImpl

+
+public SCDLAssemblyModelLoaderImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+loadDefinition

+
+public javax.wsdl.Definition loadDefinition(java.lang.String uri)
+
+
Description copied from interface: AssemblyModelLoader
+
Load a WSDL definition +

+

+
Specified by:
loadDefinition in interface AssemblyModelLoader
+
+
+
+
+
+
+ +

+loadDefinitions

+
+public java.util.List<javax.wsdl.Definition> loadDefinitions(java.lang.String namespace)
+
+
Description copied from interface: AssemblyModelLoader
+
Load definitions by namespace +

+

+
Specified by:
loadDefinitions in interface AssemblyModelLoader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/AssemblyModelLoadException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/AssemblyModelLoadException.html new file mode 100644 index 0000000000..9fe255991c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/AssemblyModelLoadException.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.scdl.loader.impl.AssemblyModelLoadException (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.scdl.loader.impl.AssemblyModelLoadException

+
+No usage of org.apache.tuscany.model.scdl.loader.impl.AssemblyModelLoadException +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/SCDLAssemblyModelLoaderImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/SCDLAssemblyModelLoaderImpl.html new file mode 100644 index 0000000000..fbb4c1128b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/class-use/SCDLAssemblyModelLoaderImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.scdl.loader.impl.SCDLAssemblyModelLoaderImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.scdl.loader.impl.SCDLAssemblyModelLoaderImpl

+
+No usage of org.apache.tuscany.model.scdl.loader.impl.SCDLAssemblyModelLoaderImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-frame.html new file mode 100644 index 0000000000..2e1c55b4e5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +org.apache.tuscany.model.scdl.loader.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.scdl.loader.impl + + + + +
+Classes  + +
+SCDLAssemblyModelLoaderImpl
+ + + + + + +
+Exceptions  + +
+AssemblyModelLoadException
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-summary.html new file mode 100644 index 0000000000..fc40ebc3ea --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-summary.html @@ -0,0 +1,169 @@ + + + + + + + +org.apache.tuscany.model.scdl.loader.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.scdl.loader.impl +

+ + + + + + + + + +
+Class Summary
SCDLAssemblyModelLoaderImpl 
+  + +

+ + + + + + + + + +
+Exception Summary
AssemblyModelLoadExceptionThe root runtime exception for the model loader.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-tree.html new file mode 100644 index 0000000000..fab4bc9fa3 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +org.apache.tuscany.model.scdl.loader.impl Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.scdl.loader.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-use.html new file mode 100644 index 0000000000..159241a2f8 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/scdl/loader/impl/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.scdl.loader.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.scdl.loader.impl

+
+No usage of org.apache.tuscany.model.scdl.loader.impl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/JavaServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/JavaServiceContract.html new file mode 100644 index 0000000000..a4f46059f8 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/JavaServiceContract.html @@ -0,0 +1,310 @@ + + + + + + + +JavaServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.types.java +
+Interface JavaServiceContract

+
+
All Superinterfaces:
AssemblyObject, Extensible, ServiceContract
+
+
+
All Known Implementing Classes:
JavaServiceContractImpl
+
+
+
+
public interface JavaServiceContract
extends ServiceContract
+ + +

+Represents a Java service contract. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetCallbackInterfaceName() + +
+           
+ java.lang.StringgetInterfaceName() + +
+           
+ voidsetCallbackInterfaceName(java.lang.String callbackInterfaceName) + +
+           
+ voidsetInterfaceName(java.lang.String interfaceName) + +
+           
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ServiceContract
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInterfaceName

+
+java.lang.String getInterfaceName()
+
+
+
+
+
+
+
+
+
+ +

+setInterfaceName

+
+void setInterfaceName(java.lang.String interfaceName)
+
+
+
+
+
+
+
+
+
+ +

+getCallbackInterfaceName

+
+java.lang.String getCallbackInterfaceName()
+
+
+
+
+
+
+
+
+
+ +

+setCallbackInterfaceName

+
+void setCallbackInterfaceName(java.lang.String callbackInterfaceName)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/class-use/JavaServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/class-use/JavaServiceContract.html new file mode 100644 index 0000000000..5c4a779563 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/class-use/JavaServiceContract.html @@ -0,0 +1,235 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.types.java.JavaServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.types.java.JavaServiceContract

+
+ + + + + + + + + + + + + + + + + +
+Packages that use JavaServiceContract
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
+  +

+ + + + + +
+Uses of JavaServiceContract in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return JavaServiceContract
+ JavaServiceContractAssemblyFactory.createJavaServiceContract() + +
+          Returns a new JavaServiceContract.
+  +

+ + + + + +
+Uses of JavaServiceContract in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return JavaServiceContract
+ JavaServiceContractAssemblyFactoryImpl.createJavaServiceContract() + +
+           
+  +

+ + + + + +
+Uses of JavaServiceContract in org.apache.tuscany.model.types.java.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.java.impl that implement JavaServiceContract
+ classJavaServiceContractImpl + +
+          An implementation of JavaServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/JavaServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/JavaServiceContractImpl.html new file mode 100644 index 0000000000..f184f988cb --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/JavaServiceContractImpl.html @@ -0,0 +1,410 @@ + + + + + + + +JavaServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.types.java.impl +
+Class JavaServiceContractImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ServiceContractImpl
+              extended by org.apache.tuscany.model.types.java.impl.JavaServiceContractImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, ServiceContract, JavaServiceContract
+
+
+
+
public class JavaServiceContractImpl
extends ServiceContractImpl
implements JavaServiceContract
+ + +

+An implementation of JavaServiceContract. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
JavaServiceContractImpl() + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetCallbackInterfaceName() + +
+           
+ java.lang.StringgetInterfaceName() + +
+           
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetCallbackInterfaceName(java.lang.String callbackInterfaceName) + +
+           
+ voidsetInterfaceName(java.lang.String interfaceName) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ServiceContractImpl
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ServiceContract
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JavaServiceContractImpl

+
+public JavaServiceContractImpl()
+
+
Constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+setInterfaceName

+
+public void setInterfaceName(java.lang.String interfaceName)
+
+
+
Specified by:
setInterfaceName in interface JavaServiceContract
+
+
+
Parameters:
interfaceName - The interfaceName to set.
+
+
+
+ +

+setCallbackInterfaceName

+
+public void setCallbackInterfaceName(java.lang.String callbackInterfaceName)
+
+
+
Specified by:
setCallbackInterfaceName in interface JavaServiceContract
+
+
+
Parameters:
callbackInterfaceName - The callbackInterfaceName to set.
+
+
+
+ +

+getInterfaceName

+
+public java.lang.String getInterfaceName()
+
+
+
Specified by:
getInterfaceName in interface JavaServiceContract
+
+
+
+
+
+
+ +

+getCallbackInterfaceName

+
+public java.lang.String getCallbackInterfaceName()
+
+
+
Specified by:
getCallbackInterfaceName in interface JavaServiceContract
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
See Also:
ExtensibleImpl.initialize(org.apache.tuscany.model.assembly.AssemblyContext)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/class-use/JavaServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/class-use/JavaServiceContractImpl.html new file mode 100644 index 0000000000..8d86cd8c79 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/class-use/JavaServiceContractImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.types.java.impl.JavaServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.types.java.impl.JavaServiceContractImpl

+
+No usage of org.apache.tuscany.model.types.java.impl.JavaServiceContractImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-frame.html new file mode 100644 index 0000000000..9a0f8b3032 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model.types.java.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.types.java.impl + + + + +
+Classes  + +
+JavaServiceContractImpl
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-summary.html new file mode 100644 index 0000000000..e73947f1bf --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model.types.java.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.types.java.impl +

+ + + + + + + + + +
+Class Summary
JavaServiceContractImplAn implementation of JavaServiceContract.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-tree.html new file mode 100644 index 0000000000..74f83370f6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +org.apache.tuscany.model.types.java.impl Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.types.java.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-use.html new file mode 100644 index 0000000000..324aedf087 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/impl/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.types.java.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.types.java.impl

+
+No usage of org.apache.tuscany.model.types.java.impl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-frame.html new file mode 100644 index 0000000000..19e070e85c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model.types.java (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.types.java + + + + +
+Interfaces  + +
+JavaServiceContract
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-summary.html new file mode 100644 index 0000000000..2dde154113 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model.types.java (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.types.java +

+ + + + + + + + + +
+Interface Summary
JavaServiceContractRepresents a Java service contract.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-tree.html new file mode 100644 index 0000000000..d5ea5b2ae5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +org.apache.tuscany.model.types.java Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.types.java +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-use.html new file mode 100644 index 0000000000..0e11a469c7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/java/package-use.html @@ -0,0 +1,205 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.types.java (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.types.java

+
+ + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.model.types.java
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.java.impl  
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.java used by org.apache.tuscany.model.assembly
JavaServiceContract + +
+          Represents a Java service contract.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.java used by org.apache.tuscany.model.assembly.impl
JavaServiceContract + +
+          Represents a Java service contract.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.java used by org.apache.tuscany.model.types.java.impl
JavaServiceContract + +
+          Represents a Java service contract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/WSDLServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/WSDLServiceContract.html new file mode 100644 index 0000000000..6c3c966a42 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/WSDLServiceContract.html @@ -0,0 +1,320 @@ + + + + + + + +WSDLServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.types.wsdl +
+Interface WSDLServiceContract

+
+
All Superinterfaces:
AssemblyObject, Extensible, ServiceContract
+
+
+
All Known Implementing Classes:
WSDLServiceContractImpl
+
+
+
+
public interface WSDLServiceContract
extends ServiceContract
+ + +

+A WSDL service contract. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.PortTypegetCallbackPortType() + +
+          Returns the callback WSDL portType.
+ javax.wsdl.PortTypegetPortType() + +
+          Returns the WSDL portType.
+ voidsetCallbackPortType(javax.wsdl.PortType portType) + +
+          Sets the callback WSDL portType.
+ voidsetPortType(javax.wsdl.PortType portType) + +
+          Sets the WSDL portType.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ServiceContract
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getPortType

+
+javax.wsdl.PortType getPortType()
+
+
Returns the WSDL portType. +

+

+
+
+
+ +
Returns:
the WSDL portType
+
+
+
+ +

+setPortType

+
+void setPortType(javax.wsdl.PortType portType)
+
+
Sets the WSDL portType. +

+

+
+
+
+
Parameters:
portType -
+
+
+
+ +

+getCallbackPortType

+
+javax.wsdl.PortType getCallbackPortType()
+
+
Returns the callback WSDL portType. +

+

+
+
+
+ +
Returns:
the callback WSDL portType
+
+
+
+ +

+setCallbackPortType

+
+void setCallbackPortType(javax.wsdl.PortType portType)
+
+
Sets the callback WSDL portType. +

+

+
+
+
+
Parameters:
portType -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/class-use/WSDLServiceContract.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/class-use/WSDLServiceContract.html new file mode 100644 index 0000000000..b2d36eb92b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/class-use/WSDLServiceContract.html @@ -0,0 +1,235 @@ + + + + + + + +Uses of Interface org.apache.tuscany.model.types.wsdl.WSDLServiceContract (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.model.types.wsdl.WSDLServiceContract

+
+ + + + + + + + + + + + + + + + + +
+Packages that use WSDLServiceContract
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + +
+Uses of WSDLServiceContract in org.apache.tuscany.model.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly that return WSDLServiceContract
+ WSDLServiceContractAssemblyFactory.createWSDLServiceContract() + +
+          Returns a new WSDLServiceContract.
+  +

+ + + + + +
+Uses of WSDLServiceContract in org.apache.tuscany.model.assembly.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.model.assembly.impl that return WSDLServiceContract
+ WSDLServiceContractAssemblyFactoryImpl.createWSDLServiceContract() + +
+           
+  +

+ + + + + +
+Uses of WSDLServiceContract in org.apache.tuscany.model.types.wsdl.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.model.types.wsdl.impl that implement WSDLServiceContract
+ classWSDLServiceContractImpl + +
+          An implementation of WSDLServiceContract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/WSDLServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/WSDLServiceContractImpl.html new file mode 100644 index 0000000000..578cf33a6f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/WSDLServiceContractImpl.html @@ -0,0 +1,424 @@ + + + + + + + +WSDLServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.types.wsdl.impl +
+Class WSDLServiceContractImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ServiceContractImpl
+              extended by org.apache.tuscany.model.types.wsdl.impl.WSDLServiceContractImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, ServiceContract, WSDLServiceContract
+
+
+
+
public class WSDLServiceContractImpl
extends ServiceContractImpl
implements WSDLServiceContract
+ + +

+An implementation of WSDLServiceContract. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
WSDLServiceContractImpl() + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.PortTypegetCallbackPortType() + +
+          Returns the callback WSDL portType.
+ javax.wsdl.PortTypegetPortType() + +
+          Returns the WSDL portType.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+ voidsetCallbackPortType(javax.wsdl.PortType portType) + +
+          Sets the callback WSDL portType.
+ voidsetPortType(javax.wsdl.PortType portType) + +
+          Sets the WSDL portType.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ServiceContractImpl
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ServiceContract
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WSDLServiceContractImpl

+
+public WSDLServiceContractImpl()
+
+
Constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getPortType

+
+public javax.wsdl.PortType getPortType()
+
+
Description copied from interface: WSDLServiceContract
+
Returns the WSDL portType. +

+

+
Specified by:
getPortType in interface WSDLServiceContract
+
+
+ +
Returns:
the WSDL portType
+
+
+
+ +

+setPortType

+
+public void setPortType(javax.wsdl.PortType portType)
+
+
Description copied from interface: WSDLServiceContract
+
Sets the WSDL portType. +

+

+
Specified by:
setPortType in interface WSDLServiceContract
+
+
+
+
+
+
+ +

+getCallbackPortType

+
+public javax.wsdl.PortType getCallbackPortType()
+
+
Description copied from interface: WSDLServiceContract
+
Returns the callback WSDL portType. +

+

+
Specified by:
getCallbackPortType in interface WSDLServiceContract
+
+
+ +
Returns:
the callback WSDL portType
+
+
+
+ +

+setCallbackPortType

+
+public void setCallbackPortType(javax.wsdl.PortType portType)
+
+
Description copied from interface: WSDLServiceContract
+
Sets the callback WSDL portType. +

+

+
Specified by:
setCallbackPortType in interface WSDLServiceContract
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(AssemblyContext modelContext)
+
+
Description copied from interface: AssemblyObject
+
Initialize this model object. +

+

+
Specified by:
initialize in interface AssemblyObject
Overrides:
initialize in class ExtensibleImpl
+
+
+
Parameters:
modelContext - context providing access to the environment in which this model is being used
See Also:
ExtensibleImpl.initialize(org.apache.tuscany.model.assembly.AssemblyContext)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/class-use/WSDLServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/class-use/WSDLServiceContractImpl.html new file mode 100644 index 0000000000..c4fb0a707b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/class-use/WSDLServiceContractImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.types.wsdl.impl.WSDLServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.types.wsdl.impl.WSDLServiceContractImpl

+
+No usage of org.apache.tuscany.model.types.wsdl.impl.WSDLServiceContractImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-frame.html new file mode 100644 index 0000000000..6898bebcdc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.types.wsdl.impl + + + + +
+Classes  + +
+WSDLServiceContractImpl
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-summary.html new file mode 100644 index 0000000000..977d425eb3 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.types.wsdl.impl +

+ + + + + + + + + +
+Class Summary
WSDLServiceContractImplAn implementation of WSDLServiceContract.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-tree.html new file mode 100644 index 0000000000..db105ccf80 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl.impl Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.types.wsdl.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-use.html new file mode 100644 index 0000000000..8d5c340ba9 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/impl/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.types.wsdl.impl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.types.wsdl.impl

+
+No usage of org.apache.tuscany.model.types.wsdl.impl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-frame.html new file mode 100644 index 0000000000..ab50961a09 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.types.wsdl + + + + +
+Interfaces  + +
+WSDLServiceContract
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-summary.html new file mode 100644 index 0000000000..e448b8cbed --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-summary.html @@ -0,0 +1,155 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.types.wsdl +

+ + + + + + + + + +
+Interface Summary
WSDLServiceContractA WSDL service contract.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-tree.html new file mode 100644 index 0000000000..aa803df4d6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +org.apache.tuscany.model.types.wsdl Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.types.wsdl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-use.html new file mode 100644 index 0000000000..ea9620d601 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/types/wsdl/package-use.html @@ -0,0 +1,205 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.types.wsdl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.types.wsdl

+
+ + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.model.types.wsdl
org.apache.tuscany.model.assembly  
org.apache.tuscany.model.assembly.impl  
org.apache.tuscany.model.types.wsdl.impl  
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.wsdl used by org.apache.tuscany.model.assembly
WSDLServiceContract + +
+          A WSDL service contract.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.wsdl used by org.apache.tuscany.model.assembly.impl
WSDLServiceContract + +
+          A WSDL service contract.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.model.types.wsdl used by org.apache.tuscany.model.types.wsdl.impl
WSDLServiceContract + +
+          A WSDL service contract.
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/NotifyingList.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/NotifyingList.html new file mode 100644 index 0000000000..eea2d19d24 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/NotifyingList.html @@ -0,0 +1,553 @@ + + + + + + + +NotifyingList (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.util +
+Class NotifyingList<E>

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<E>
+              extended by org.apache.tuscany.model.util.NotifyingList<E>
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.List<E>, java.util.RandomAccess
+
+
+
+
public abstract class NotifyingList<E>
extends java.util.ArrayList<E>
+ + +

+A list that invokes added or removed methods when elements are added or removed. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.util.AbstractList
modCount
+  + + + + + + + + + + +
+Constructor Summary
NotifyingList() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanadd(E element) + +
+           
+ voidadd(int index, + E element) + +
+           
+ booleanaddAll(java.util.Collection<? extends E> c) + +
+           
+ booleanaddAll(int index, + java.util.Collection<? extends E> c) + +
+           
+protected abstract  voidadded(E element) + +
+           
+protected  voidcheckNotFrozen() + +
+           
+ voidclear() + +
+           
+ voidfreeze() + +
+           
+ Eremove(int index) + +
+           
+ booleanremove(java.lang.Object element) + +
+           
+ booleanremoveAll(java.util.Collection<?> c) + +
+           
+protected abstract  voidremoved(E element) + +
+           
+ + + + + + + +
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, removeRange, set, size, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, retainAll, subList
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NotifyingList

+
+public NotifyingList()
+
+
+ + + + + + + + +
+Method Detail
+ +

+freeze

+
+public void freeze()
+
+
+
+
+
+
+ +

+checkNotFrozen

+
+protected void checkNotFrozen()
+
+
+
+
+
+
+ +

+add

+
+public boolean add(E element)
+
+
+
Specified by:
add in interface java.util.Collection<E>
Specified by:
add in interface java.util.List<E>
Overrides:
add in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+add

+
+public void add(int index,
+                E element)
+
+
+
Specified by:
add in interface java.util.List<E>
Overrides:
add in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+addAll

+
+public boolean addAll(java.util.Collection<? extends E> c)
+
+
+
Specified by:
addAll in interface java.util.Collection<E>
Specified by:
addAll in interface java.util.List<E>
Overrides:
addAll in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+addAll

+
+public boolean addAll(int index,
+                      java.util.Collection<? extends E> c)
+
+
+
Specified by:
addAll in interface java.util.List<E>
Overrides:
addAll in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+clear

+
+public void clear()
+
+
+
Specified by:
clear in interface java.util.Collection<E>
Specified by:
clear in interface java.util.List<E>
Overrides:
clear in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+remove

+
+public E remove(int index)
+
+
+
Specified by:
remove in interface java.util.List<E>
Overrides:
remove in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+remove

+
+public boolean remove(java.lang.Object element)
+
+
+
Specified by:
remove in interface java.util.Collection<E>
Specified by:
remove in interface java.util.List<E>
Overrides:
remove in class java.util.ArrayList<E>
+
+
+
+
+
+
+ +

+removeAll

+
+public boolean removeAll(java.util.Collection<?> c)
+
+
+
Specified by:
removeAll in interface java.util.Collection<E>
Specified by:
removeAll in interface java.util.List<E>
Overrides:
removeAll in class java.util.AbstractCollection<E>
+
+
+
+
+
+
+ +

+added

+
+protected abstract void added(E element)
+
+
+
+
+
+
+ +

+removed

+
+protected abstract void removed(E element)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/XMLNameUtil.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/XMLNameUtil.html new file mode 100644 index 0000000000..a44d3ba376 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/XMLNameUtil.html @@ -0,0 +1,338 @@ + + + + + + + +XMLNameUtil (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.util +
+Class XMLNameUtil

+
+java.lang.Object
+  extended by org.apache.tuscany.model.util.XMLNameUtil
+
+
+
+
public final class XMLNameUtil
extends java.lang.Object
+ + +

+A utility class that converts between XML names and Java names. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static java.lang.StringcapitalizeName(java.lang.String name) + +
+          Capitalize a name.
+static java.lang.StringdecapitalizeName(java.lang.String name) + +
+          Decapitalize a name.
+static java.lang.StringgetFullyQualifiedClassNameFromQName(java.lang.String namespace, + java.lang.String name) + +
+          Returns a valid fully qualified class name from a QName.
+static java.lang.StringgetJavaNameFromXMLName(java.lang.String name, + boolean isUpperCase) + +
+          Returns a valid Java name from an XML Name.
+static java.lang.StringgetNSPrefixFromPackageName(java.lang.String packageName) + +
+          Returns a namespace prefix for the given package Name.
+static java.lang.StringgetPackageNameFromNamespace(java.lang.String namespace) + +
+          Return an EPackage name for the given namespace.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getPackageNameFromNamespace

+
+public static java.lang.String getPackageNameFromNamespace(java.lang.String namespace)
+
+
Return an EPackage name for the given namespace. +

+

+
Parameters:
namespace - +
Returns:
an EPackage name for the given namespace
+
+
+
+ +

+getNSPrefixFromPackageName

+
+public static java.lang.String getNSPrefixFromPackageName(java.lang.String packageName)
+
+
Returns a namespace prefix for the given package Name. +

+

+
Parameters:
packageName - +
Returns:
a namespace prefix for the given package Name
+
+
+
+ +

+getJavaNameFromXMLName

+
+public static java.lang.String getJavaNameFromXMLName(java.lang.String name,
+                                                      boolean isUpperCase)
+
+
Returns a valid Java name from an XML Name. +

+

+
Parameters:
name -
isUpperCase - +
Returns:
a valid Java name from an XML Name
+
+
+
+ +

+getFullyQualifiedClassNameFromQName

+
+public static java.lang.String getFullyQualifiedClassNameFromQName(java.lang.String namespace,
+                                                                   java.lang.String name)
+
+
Returns a valid fully qualified class name from a QName. +

+

+
Parameters:
namespace -
name - +
Returns:
a valid fully qualified class name from a QName
+
+
+
+ +

+decapitalizeName

+
+public static java.lang.String decapitalizeName(java.lang.String name)
+
+
Decapitalize a name. +

+

+
Parameters:
name - +
Returns:
a decapitalized name
+
+
+
+ +

+capitalizeName

+
+public static java.lang.String capitalizeName(java.lang.String name)
+
+
Capitalize a name. +

+

+
Parameters:
name - +
Returns:
a capitalized name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/NotifyingList.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/NotifyingList.html new file mode 100644 index 0000000000..3851bcace5 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/NotifyingList.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.util.NotifyingList (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.util.NotifyingList

+
+No usage of org.apache.tuscany.model.util.NotifyingList +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/XMLNameUtil.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/XMLNameUtil.html new file mode 100644 index 0000000000..86fef8ea0a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/class-use/XMLNameUtil.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.model.util.XMLNameUtil (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.model.util.XMLNameUtil

+
+No usage of org.apache.tuscany.model.util.XMLNameUtil +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-frame.html new file mode 100644 index 0000000000..0269cecdd9 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +org.apache.tuscany.model.util (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.model.util + + + + +
+Classes  + +
+NotifyingList +
+XMLNameUtil
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-summary.html new file mode 100644 index 0000000000..ce7d6d8d28 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-summary.html @@ -0,0 +1,159 @@ + + + + + + + +org.apache.tuscany.model.util (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+

+Package org.apache.tuscany.model.util +

+ + + + + + + + + + + + + +
+Class Summary
NotifyingList<E>A list that invokes added or removed methods when elements are added or removed.
XMLNameUtilA utility class that converts between XML names and Java names.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-tree.html new file mode 100644 index 0000000000..4508476e40 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +org.apache.tuscany.model.util Class Hierarchy (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.model.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-use.html new file mode 100644 index 0000000000..d7e787ef83 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/util/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.model.util (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.model.util

+
+No usage of org.apache.tuscany.model.util +

+


+ + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + -- cgit v1.2.3