|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDefinitionService
A service for looking up defintions of components of a message.
Method Summary | |
---|---|
List<Interaction> |
getAllInteractions(boolean includeDuplicateInteractionsWithChangedBusinessNames)
Get all interactions across all versions. |
List<Interaction> |
getAllInteractions(VersionNumber version)
Get all interactions for a particular version of the specification. |
Map<String,MessagePart> |
getAllMessageParts(Interaction interaction,
VersionNumber version)
Get all the message parts for a particular interaction and version. |
Map<String,MessagePart> |
getAllRelatedMessageParts(MessagePart messagePart,
VersionNumber version)
Get all the message parts that a particular root message part references. |
List<MessagePart> |
getAllRootMessageParts()
Get all the root message parts for all message sets. |
List<MessagePart> |
getAllRootMessageParts(VersionNumber version)
Get all the root message parts for a specific message set. |
Interaction |
getInteraction(VersionNumber version,
String type)
Get an interaction by name and version. |
MessagePart |
getMessagePart(VersionNumber version,
String type)
Get a message part by name and version. |
Set<String> |
getSupportedVersions()
Get all the versions known by this service. |
Set<String> |
getSupportedVersionsForInteraction(String type)
Get all the versions for a particular interaction. |
Method Detail |
---|
MessagePart getMessagePart(VersionNumber version, String type)
Get a message part by name and version.
version
- - the versiontype
- - the type name
Interaction getInteraction(VersionNumber version, String type)
Get an interaction by name and version.
version
- - the versiontype
- - the type name
List<Interaction> getAllInteractions(boolean includeDuplicateInteractionsWithChangedBusinessNames)
Get all interactions across all versions.
includeDuplicateInteractionsWithChangedBusinessNames
- - a flag indicating whether or not to include duplicates
List<Interaction> getAllInteractions(VersionNumber version)
Get all interactions for a particular version of the specification.
version
- - the version
Set<String> getSupportedVersions()
Get all the versions known by this service.
Set<String> getSupportedVersionsForInteraction(String type)
Get all the versions for a particular interaction.
type
- - the type name of the interaction
Map<String,MessagePart> getAllMessageParts(Interaction interaction, VersionNumber version)
Get all the message parts for a particular interaction and version.
interaction
- - the interactionversion
- - the version
Map<String,MessagePart> getAllRelatedMessageParts(MessagePart messagePart, VersionNumber version)
Get all the message parts that a particular root message part references.
messagePart
- - the messagePartversion
- - the version
List<MessagePart> getAllRootMessageParts()
Get all the root message parts for all message sets.
List<MessagePart> getAllRootMessageParts(VersionNumber version)
Get all the root message parts for a specific message set.
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |