|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageFactory in org.apache.tuscany.core.async.builder |
---|
Methods in org.apache.tuscany.core.async.builder with parameters of type MessageFactory | |
---|---|
void |
AsyncPolicyBuilder.setMessageFactory(MessageFactory messageFactory)
|
Uses of MessageFactory in org.apache.tuscany.core.async.invocation |
---|
Constructors in org.apache.tuscany.core.async.invocation with parameters of type MessageFactory | |
---|---|
AsyncInterceptor(javax.resource.spi.work.WorkManager workManager,
MessageFactory messageFactory)
Constructs a new instance |
Uses of MessageFactory in org.apache.tuscany.core.context.impl |
---|
Constructors in org.apache.tuscany.core.context.impl with parameters of type MessageFactory | |
---|---|
EntryPointContextImpl(String name,
SourceWireFactory sourceWireFactory,
MessageFactory messageFactory)
Creates a new entry point |
Uses of MessageFactory in org.apache.tuscany.core.extension |
---|
Fields in org.apache.tuscany.core.extension declared as MessageFactory | |
---|---|
protected MessageFactory |
EntryPointBuilderSupport.messageFactory
|
Methods in org.apache.tuscany.core.extension with parameters of type MessageFactory | |
---|---|
protected abstract EntryPointContextFactory |
EntryPointBuilderSupport.createEntryPointContextFactory(EntryPoint entryPoint,
MessageFactory msgFactory)
Callback to create the specific ContextFactory type associated with the extending
implementation |
void |
EntryPointBuilderSupport.setMessageFactory(MessageFactory msgFactory)
Sets the factory used to construct wire messages |
Constructors in org.apache.tuscany.core.extension with parameters of type MessageFactory | |
---|---|
EntryPointContextFactory(String name,
MessageFactory msgFactory)
|
Uses of MessageFactory in org.apache.tuscany.core.message.impl |
---|
Classes in org.apache.tuscany.core.message.impl that implement MessageFactory | |
---|---|
class |
MessageFactoryImpl
The default message factory |
Uses of MessageFactory in org.apache.tuscany.core.wire |
---|
Fields in org.apache.tuscany.core.wire declared as MessageFactory | |
---|---|
protected MessageFactory |
WireConfiguration.messageFactory
|
Methods in org.apache.tuscany.core.wire that return MessageFactory | |
---|---|
MessageFactory |
WireConfiguration.getMessageFactory()
Returns the factory used to create invocation messages |
Constructors in org.apache.tuscany.core.wire with parameters of type MessageFactory | |
---|---|
WireConfiguration(QualifiedName targetName,
ClassLoader proxyClassLoader,
MessageFactory messageFactory)
Creates the configuration |
|
WireSourceConfiguration(QualifiedName targetName,
Map<Method,SourceInvocationConfiguration> invocationConfigs,
ClassLoader proxyClassLoader,
MessageFactory messageFactory)
Creates the source side of a wire where the reference is "anonymous", i.e. |
|
WireSourceConfiguration(String referenceName,
QualifiedName targetName,
Map<Method,SourceInvocationConfiguration> invocationConfigs,
ClassLoader proxyClassLoader,
MessageFactory messageFactory)
Creates the source side of a wire |
|
WireTargetConfiguration(QualifiedName targetName,
Map<Method,TargetInvocationConfiguration> invocationConfigs,
ClassLoader proxyClassLoader,
MessageFactory messageFactory)
Creates the source side of a wire |
Uses of MessageFactory in org.apache.tuscany.core.wire.jdk |
---|
Constructors in org.apache.tuscany.core.wire.jdk with parameters of type MessageFactory | |
---|---|
JDKInvocationHandler(MessageFactory messageFactory,
Map<Method,? extends InvocationConfiguration> configuration)
|
Uses of MessageFactory in org.apache.tuscany.core.wire.service |
---|
Methods in org.apache.tuscany.core.wire.service with parameters of type MessageFactory | |
---|---|
void |
DefaultWireFactoryService.setMessageFactory(MessageFactory messageFactory)
|
Constructors in org.apache.tuscany.core.wire.service with parameters of type MessageFactory | |
---|---|
DefaultWireFactoryService(MessageFactory messageFactory,
WireFactoryFactory wireFactoryFactory,
PolicyBuilderRegistry registry)
|
|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |