ca.infoway.messagebuilder.xml
Interface MessagePartResolver

Package class diagram package MessagePartResolver
All Known Implementing Classes:
MessageSet

public interface MessagePartResolver

A tool that can locate message parts.

Author:
Intelliware Development

Method Summary
 MessagePart getMessagePart(String type)
          Find a message part by name.
 String getPackageLocationRootType(String packageLocationName)
          Find the root type of a package location.
 

Method Detail

getMessagePart

MessagePart getMessagePart(String type)

Find a message part by name.

Parameters:
type - - the name of message type to retrieve.
Returns:
- the message part

getPackageLocationRootType

String getPackageLocationRootType(String packageLocationName)

Find the root type of a package location.

Parameters:
packageLocationName - - the name of the package location.
Returns:
- the root type of the package location.


Copyright © 2013. All Rights Reserved.