javax.microedition.ipdr.callback.msg
Interface ModifyTemplateResponseInfo
- All Superinterfaces:
- MessageInfo
- public interface ModifyTemplateResponseInfo
- extends MessageInfo
The interface represents a MODIFY_TEMPLATE_RESPONSE message information.
Upon receiving a MODIFY TEMPLATE Message, the Exporter is not obligated to
recognize any of the proposed changes. It indicates on a MODIFY TEMPLATE RESPONSE
the set of Templates for that Session after applying any approved changes in
the MODIFY TEMPLATE Message.
- Version:
- 1.0
- Author:
- Shai Gotlib
- See Also:
ModifyTemplateInfo
Method Summary |
java.util.Vector |
getTemplates()
Returns vector of TemplateConfig |
getTemplates
public java.util.Vector getTemplates()
- Returns vector of TemplateConfig
- Returns:
- Vector
- See Also:
TemplateConfig