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 --- .../java-sca-0.9/sca-spi/index-files/index-3.html | 381 +++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/index-files/index-3.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/index-files/index-3.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/index-files/index-3.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/index-files/index-3.html new file mode 100644 index 0000000000..4a27b1dde4 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/index-files/index-3.html @@ -0,0 +1,381 @@ + + + + + + +C-Index + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V W X
+

+C

+
+
Callback - Interface in org.apache.tuscany.sca.assembly
Represents a callback object describing the bindings to use for callbacks.
checkCompatibility(InterfaceContract, InterfaceContract, boolean, boolean) - +Method in interface org.apache.tuscany.sca.interfacedef.InterfaceContractMapper +
  +
ClassReference - Class in org.apache.tuscany.sca.contribution.resolver
A weak reference to a class, which should be used to register classes + with an ArtifactResolver and resolve these classes later.
ClassReference(Class) - +Constructor for class org.apache.tuscany.sca.contribution.resolver.ClassReference +
Constructs a new ClassReference. +
ClassReference(String) - +Constructor for class org.apache.tuscany.sca.contribution.resolver.ClassReference +
Constructs a new ClassReference. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Component +
Returns a clone of the component. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.ComponentProperty +
Clone the component property. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.ComponentReference +
Clone the component reference. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.ComponentService +
Clone the component service. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Composite +
Returns a clone of the component type. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Property +
Returns a clone of the property. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Reference +
Returns a clone of the reference. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Service +
Returns a clone of the service. +
clone() - +Method in interface org.apache.tuscany.sca.assembly.Wire +
Returns a clone of the wire. +
clone() - +Method in interface org.apache.tuscany.sca.interfacedef.DataType +
  +
Component - Interface in org.apache.tuscany.sca.assembly
Represents a component.
ComponentProperty - Interface in org.apache.tuscany.sca.assembly
Represents a configured property of a component.
ComponentReference - Interface in org.apache.tuscany.sca.assembly
An instance of a reference associated with a particular component.
ComponentService - Interface in org.apache.tuscany.sca.assembly
An addressable instance of a service associated with a particular component.
ComponentType - Interface in org.apache.tuscany.sca.assembly
Describes an implementation and represents its configurable aspects.
Composite - Interface in org.apache.tuscany.sca.assembly
Represents a composite.
COMPOSITE - +Static variable in interface org.apache.tuscany.sca.contribution.ContentType +
SCA Composite description file +
CompositeReference - Interface in org.apache.tuscany.sca.assembly
Represents composite reference.
CompositeService - Interface in org.apache.tuscany.sca.assembly
Represents a composite service.
ConstrainingType - Interface in org.apache.tuscany.sca.assembly
A constrainingType provides the "shape" for a component and its + implementation.
ContentType - Interface in org.apache.tuscany.sca.contribution
Identifies internal content types for contribution package and artifacts
Contract - Interface in org.apache.tuscany.sca.assembly
Represents a contract.
contribute(String, URL, ModelResolver, boolean) - +Method in interface org.apache.tuscany.sca.contribution.service.ContributionService +
Contribute an artifact to the SCA Domain. +
contribute(String, URL, InputStream, ModelResolver) - +Method in interface org.apache.tuscany.sca.contribution.service.ContributionService +
Contribute an artifact to the SCA Domain. +
Contribution - Interface in org.apache.tuscany.sca.contribution
The representation of a deployed contribution
CONTRIBUTION_METADATA - +Static variable in interface org.apache.tuscany.sca.contribution.ContentType +
Contribution metadata file +
ContributionException - Exception in org.apache.tuscany.sca.contribution.service
Base class for exceptions raised by contribution services.
ContributionException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionException +
  +
ContributionExport - Interface in org.apache.tuscany.sca.contribution
The representation of an export for the contribution
ContributionFactory - Interface in org.apache.tuscany.sca.contribution
Contribution model object factory
ContributionImport - Interface in org.apache.tuscany.sca.contribution
The representation of an import for the contribution
ContributionMetadataLoader - Interface in org.apache.tuscany.sca.contribution.service
Loader responsible to process the contribution metadata loader
ContributionMetadataLoaderException - Exception in org.apache.tuscany.sca.contribution.service
Denotes an exception while processing the contribution metadata
ContributionMetadataLoaderException() - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionMetadataLoaderException(String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionMetadataLoaderException(String, String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionMetadataLoaderException(String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionMetadataLoaderException(String, String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionMetadataLoaderException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionMetadataLoaderException +
  +
ContributionPostProcessor - Interface in org.apache.tuscany.sca.contribution.processor
A processor invoked after the contribution is loaded
ContributionPostProcessorExtensionPoint - Interface in org.apache.tuscany.sca.contribution.processor
An extension point for contribution post processor extensions.
ContributionReadException - Exception in org.apache.tuscany.sca.contribution.service
Denotes an exception while reading artifacts inside an SCA contribution.
ContributionReadException(String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionReadException +
  +
ContributionReadException(String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionReadException +
  +
ContributionReadException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionReadException +
  +
ContributionRepository - Interface in org.apache.tuscany.sca.contribution.service
Contribution repository
ContributionResolveException - Exception in org.apache.tuscany.sca.contribution.service
Denotes a problem while resolving models inside an SCA contribution.
ContributionResolveException(String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionResolveException +
  +
ContributionResolveException(String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionResolveException +
  +
ContributionResolveException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionResolveException +
  +
ContributionRuntimeException - Exception in org.apache.tuscany.sca.contribution.service
Base class for runtime exceptions raised by contribution services.
ContributionRuntimeException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionRuntimeException +
  +
ContributionService - Interface in org.apache.tuscany.sca.contribution.service
Service interface that manages artifacts contributed to a Tuscany runtime.
ContributionWireException - Exception in org.apache.tuscany.sca.contribution.service
Denotes a problem while wiring models inside an SCA contribution.
ContributionWireException(String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWireException +
  +
ContributionWireException(String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWireException +
  +
ContributionWireException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWireException +
  +
ContributionWriteException - Exception in org.apache.tuscany.sca.contribution.service
Denotes an exception while writing artifacts inside an SCA contribution.
ContributionWriteException(String) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWriteException +
  +
ContributionWriteException(String, Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWriteException +
  +
ContributionWriteException(Throwable) - +Constructor for exception org.apache.tuscany.sca.contribution.service.ContributionWriteException +
  +
ConversationSequence - Enum in org.apache.tuscany.sca.interfacedef
 
copy(Object) - +Method in interface org.apache.tuscany.sca.databinding.DataBinding +
Make a copy of the object for "pass-by-value" semantics +
create(ElementInfo, TransformationContext) - +Method in interface org.apache.tuscany.sca.databinding.WrapperHandler +
Create a wrapper element +
createAbstractProperty() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new abstract property. +
createAbstractReference() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new abstract reference. +
createAbstractService() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new abstract service. +
createCallback() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new callback. +
createCallbackInvoker(Operation) - +Method in interface org.apache.tuscany.sca.provider.ImplementationProvider +
Create an invoker to call back to the given component +
createComponent() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new component. +
createComponentProperty() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new component property. +
createComponentReference() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new component reference. +
createComponentService() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new component service. +
createComponentType() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new component type +
createComposite() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new composite. +
createCompositeReference() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new composite reference. +
createCompositeService() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new composite service. +
createConstrainingType() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new constraining type. +
createContribution() - +Method in interface org.apache.tuscany.sca.contribution.ContributionFactory +
Create a contribution model object +
createContributionExport() - +Method in interface org.apache.tuscany.sca.contribution.ContributionFactory +
Create a contribution import model +
createContributionImport() - +Method in interface org.apache.tuscany.sca.contribution.ContributionFactory +
Create a contribution import model +
createDeployedArtifact() - +Method in interface org.apache.tuscany.sca.contribution.ContributionFactory +
Create a deployedArtifact model object +
createException(DataType<DataType>, String, Object, Throwable) - +Method in interface org.apache.tuscany.sca.databinding.ExceptionHandler +
Create an exception to wrap the fault data +
createImplementationProvider(RuntimeComponent, M) - +Method in interface org.apache.tuscany.sca.provider.ImplementationProviderFactory +
Creates a new implementation provider for the given + component. +
createIntent() - +Method in interface org.apache.tuscany.sca.policy.PolicyFactory +
Create a new intent. +
createIntentMap() - +Method in interface org.apache.tuscany.sca.policy.PolicyFactory +
Create a new intent map. +
createInvoker(RuntimeComponentService, Operation) - +Method in interface org.apache.tuscany.sca.provider.ImplementationProvider +
Create an invoker for the component implementation in the invocation + chain. +
createInvoker(Operation, boolean) - +Method in interface org.apache.tuscany.sca.provider.ReferenceBindingProvider +
Create an invoker for the reference binding in the invocation chain. +
createJavaInterface() - +Method in interface org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory +
Creates a new Java interface. +
createJavaInterfaceContract() - +Method in interface org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory +
Creates a new Java interface contract. +
createMessage() - +Method in interface org.apache.tuscany.sca.invocation.MessageFactory +
Creates a new message. +
createOperation() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new operation. +
createPolicySet() - +Method in interface org.apache.tuscany.sca.policy.PolicyFactory +
Create a new policy set. +
createProperty() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new property. +
createReference() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new reference. +
createReferenceBindingProvider(RuntimeComponent, RuntimeComponentReference, M) - +Method in interface org.apache.tuscany.sca.provider.BindingProviderFactory +
Creates a new reference binding provider for the given component and + reference. +
createSCABinding() - +Method in interface org.apache.tuscany.sca.assembly.SCABindingFactory +
Create a new SCA binding. +
createService() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new service. +
createServiceBindingProvider(RuntimeComponent, RuntimeComponentService, M) - +Method in interface org.apache.tuscany.sca.provider.BindingProviderFactory +
Creates a new service binding provider for the given component and + service. +
createWire() - +Method in interface org.apache.tuscany.sca.assembly.AssemblyFactory +
Create a new wire. +
createWSDLDefinition() - +Method in interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory +
Creates a new WSDL definition. +
createWSDLInterface() - +Method in interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory +
Creates a new WSDL interface. +
createWSDLInterfaceContract() - +Method in interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory +
Creates a new WSDL interface contract. +
createXSDefinition() - +Method in interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory +
Creates a new XML Schema definition. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V W X
+ + + -- cgit v1.2.3