|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interaction in ca.infoway.messagebuilder.marshalling |
---|
Methods in ca.infoway.messagebuilder.marshalling with parameters of type Interaction | |
---|---|
Object |
Instantiator.instantiateMessagePartBean(VersionNumber version,
String type,
Interaction interaction)
Instantiate a bean that models the part under question. |
Uses of Interaction in ca.infoway.messagebuilder.xml |
---|
Methods in ca.infoway.messagebuilder.xml that return types with arguments of type Interaction | |
---|---|
Map<String,Interaction> |
MessageSet.getInteractions()
Get a map of all the interactions defined in the message set, keyed by interaction id. |
Methods in ca.infoway.messagebuilder.xml with parameters of type Interaction | |
---|---|
Relationship |
MessagePart.getRelationship(String name,
Interaction interaction)
Get a specific relationship by name. |
Method parameters in ca.infoway.messagebuilder.xml with type arguments of type Interaction | |
---|---|
void |
MessageSet.setInteractions(Map<String,Interaction> interactions)
Set the interactions. |
Uses of Interaction in ca.infoway.messagebuilder.xml.service |
---|
Methods in ca.infoway.messagebuilder.xml.service that return Interaction | |
---|---|
Interaction |
MessageDefinitionService.getInteraction(VersionNumber version,
String type)
Get an interaction by name and version. |
Interaction |
CompositeMessageDefinitionService.getInteraction(VersionNumber version,
String type)
Get an interaction by name and version. |
Interaction |
BaseMessageDefinitionService.getInteraction(VersionNumber version,
String type)
Get an interaction by name and version. |
Methods in ca.infoway.messagebuilder.xml.service that return types with arguments of type Interaction | |
---|---|
List<Interaction> |
MessageDefinitionService.getAllInteractions(boolean includeDuplicateInteractionsWithChangedBusinessNames)
Get all interactions across all versions. |
List<Interaction> |
CompositeMessageDefinitionService.getAllInteractions(boolean includeDuplicateInteractionsWithChangedBusinessNames)
Get all interactions across all versions. |
List<Interaction> |
BaseMessageDefinitionService.getAllInteractions(boolean includeDuplicateInteractionsWithChangedBusinessNames)
Get all interactions across all versions. |
List<Interaction> |
MessageDefinitionService.getAllInteractions(VersionNumber version)
Get all interactions for a particular version of the specification. |
List<Interaction> |
CompositeMessageDefinitionService.getAllInteractions(VersionNumber version)
Get all interactions for a particular version of the specification. |
List<Interaction> |
BaseMessageDefinitionService.getAllInteractions(VersionNumber version)
Get all interactions for a particular version of the specification. |
Methods in ca.infoway.messagebuilder.xml.service with parameters of type Interaction | |
---|---|
Map<String,MessagePart> |
MessageDefinitionService.getAllMessageParts(Interaction interaction,
VersionNumber version)
Get all the message parts for a particular interaction and version. |
Map<String,MessagePart> |
CompositeMessageDefinitionService.getAllMessageParts(Interaction interaction,
VersionNumber version)
Get all the message parts for a particular interaction and version. |
Map<String,MessagePart> |
BaseMessageDefinitionService.getAllMessageParts(Interaction interaction,
VersionNumber version)
Get all the message parts for a particular interaction and version. |
Uses of Interaction in ca.infoway.messagebuilder.xml.validator |
---|
Methods in ca.infoway.messagebuilder.xml.validator with parameters of type Interaction | |
---|---|
void |
ValidatingVisitor.visitRoot(Element documentElement,
Interaction interaction)
|
Uses of Interaction in ca.infoway.messagebuilder.xml.visitor |
---|
Methods in ca.infoway.messagebuilder.xml.visitor with parameters of type Interaction | |
---|---|
void |
MessageVisitor.visitRoot(Element documentElement,
Interaction interaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |