A B C D E F G H I J L M N O P R S T U V W X

I

IDL_FAULT - Static variable in interface org.apache.tuscany.sca.databinding.DataBinding
A special databinding for fault message of an operation
IDL_INPUT - Static variable in interface org.apache.tuscany.sca.databinding.DataBinding
A special databinding for input message of an operation
IDL_OUTPUT - Static variable in interface org.apache.tuscany.sca.databinding.DataBinding
A special databinding for output message of an operation
Implementation - Interface in org.apache.tuscany.sca.assembly
Represents a component implementation.
ImplementationProvider - Interface in org.apache.tuscany.sca.provider
A component implementation can implement this interface in order to tie into the Tuscany runtime
ImplementationProviderFactory<M extends Implementation> - Interface in org.apache.tuscany.sca.provider
An interface for factories that create implementation providers.
IncompatibleInterfaceContractException - Exception in org.apache.tuscany.sca.interfacedef
Denotes imcompatible service contracts for a wire
IncompatibleInterfaceContractException(String, InterfaceContract, InterfaceContract) - Constructor for exception org.apache.tuscany.sca.interfacedef.IncompatibleInterfaceContractException
 
IncompatibleInterfaceContractException(String, InterfaceContract, InterfaceContract, Operation, Operation) - Constructor for exception org.apache.tuscany.sca.interfacedef.IncompatibleInterfaceContractException
 
Intent - Interface in org.apache.tuscany.sca.policy
Represents a policy intent.
IntentAttachPoint - Interface in org.apache.tuscany.sca.policy
Base interface for all assembly model objects that can be have policy intents attached to them.
IntentMap - Interface in org.apache.tuscany.sca.policy
Represents a policy intent map.
Interceptor - Interface in org.apache.tuscany.sca.invocation
Synchronous mediation associated with a client- or target- side wire.
Interface - Interface in org.apache.tuscany.sca.interfacedef
Represents a service interface.
InterfaceContract - Interface in org.apache.tuscany.sca.interfacedef
Interface contracts define one or more business functions.
InterfaceContractMapper - Interface in org.apache.tuscany.sca.interfacedef
The InterfaceContractMapper is responsible to match interfaces
introspect(DataType, Annotation[]) - Method in interface org.apache.tuscany.sca.databinding.DataBinding
Introspect and populate information to a DataType model
introspect(Object) - Method in interface org.apache.tuscany.sca.databinding.DataBinding
Introspect the data to figure out the corresponding data type
introspectType(DataType, Annotation[]) - Method in interface org.apache.tuscany.sca.databinding.DataBindingExtensionPoint
Introspect the java class to figure out what DataType supports it
introspectType(Object) - Method in interface org.apache.tuscany.sca.databinding.DataBindingExtensionPoint
Introspect the value to figure out the corresponding DataType
introspectType(DataType, Annotation[]) - Method in class org.apache.tuscany.sca.databinding.DefaultDataBindingExtensionPoint
 
introspectType(Object) - Method in class org.apache.tuscany.sca.databinding.DefaultDataBindingExtensionPoint
 
InvalidCallbackException - Exception in org.apache.tuscany.sca.interfacedef
Denotes an illegal callback interface
InvalidCallbackException(String) - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidCallbackException
 
InvalidConfigurationException - Exception in org.apache.tuscany.sca.contribution.service
Denotes an invalid configuration artifact
InvalidConfigurationException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.contribution.service.InvalidConfigurationException
 
InvalidInterfaceException - Exception in org.apache.tuscany.sca.interfacedef
 
InvalidInterfaceException() - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
 
InvalidInterfaceException(String) - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
 
InvalidInterfaceException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
 
InvalidInterfaceException(Throwable) - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
 
InvalidOperationException - Exception in org.apache.tuscany.sca.interfacedef
Denotes an invalid conversational interface definition
InvalidOperationException(String, Method) - Constructor for exception org.apache.tuscany.sca.interfacedef.InvalidOperationException
 
InvocationChain - Interface in org.apache.tuscany.sca.invocation
A wire consists of 1..n invocation chains associated with the operations of its source service contract.
invoke(Message) - Method in interface org.apache.tuscany.sca.invocation.Invoker
Process a synchronous wire
Invoker - Interface in org.apache.tuscany.sca.invocation
Synchronous mediation associated with a client- or target- side wire.
isAutowire() - Method in interface org.apache.tuscany.sca.assembly.Component
Returns true if the component references should be autowired.
isAutowire() - Method in interface org.apache.tuscany.sca.assembly.ComponentReference
Returns true if the reference should be autowired.
isAutowire() - Method in interface org.apache.tuscany.sca.assembly.Composite
Returns true if autowiring is enabled in the composite.
isCompatible(InterfaceContract, InterfaceContract) - Method in interface org.apache.tuscany.sca.interfacedef.InterfaceContractMapper
Check the compatiblity of the source and the target interface contracts.
isCompatible(DataType, DataType, boolean) - Method in interface org.apache.tuscany.sca.interfacedef.InterfaceContractMapper
Test if the source data type is compatible with the target data type.
isCompatible(Operation, Operation, boolean) - Method in interface org.apache.tuscany.sca.interfacedef.InterfaceContractMapper
Check if source operation is compatible with the target operation
isCompatible(Interface, Interface) - Method in interface org.apache.tuscany.sca.interfacedef.InterfaceContractMapper
 
isConversational() - Method in interface org.apache.tuscany.sca.interfacedef.Interface
Test if the interface is conversational
isFault() - Method in interface org.apache.tuscany.sca.invocation.Message
Determines if the message represents a fault/exception
isLocal() - Method in interface org.apache.tuscany.sca.assembly.Composite
Returns true if all the components within the composite must run in the same process.
isMany() - Method in interface org.apache.tuscany.sca.assembly.AbstractProperty
Returns true if the property allows multiple values.
isMustSupply() - Method in interface org.apache.tuscany.sca.assembly.AbstractProperty
Returns true if a value must be supplied for the property.
isNonBlocking() - Method in interface org.apache.tuscany.sca.interfacedef.Operation
Indicate if the operation is non-blocking
isRemotable() - Method in interface org.apache.tuscany.sca.interfacedef.Interface
Returns true if the interface is a remotable interface..
isUnresolved() - Method in interface org.apache.tuscany.sca.assembly.Base
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.interfacedef.Interface
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.interfacedef.Operation
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLDefinition
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.interfacedef.wsdl.XSDefinition
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.policy.Intent
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.policy.IntentMap
Returns true if the model element is unresolved.
isUnresolved() - Method in interface org.apache.tuscany.sca.policy.PolicySet
Returns true if the model element is unresolved.
isWiredByImpl() - Method in interface org.apache.tuscany.sca.assembly.Reference
Returns a boolean value, "false" by default, which indicates that the implementation wires this reference dynamically.
isWrapperStyle() - Method in interface org.apache.tuscany.sca.interfacedef.Operation
 

A B C D E F G H I J L M N O P R S T U V W X