ca.infoway.messagebuilder.simple.xml
Interface FormatContext

Package class diagram package FormatContext
All Known Implementing Classes:
FormatterContextImpl

public interface FormatContext


Method Summary
 List<ErrorMessage> getErrors()
           
 Class<?> getExpectedReturnType()
           
 StandardDataType getType()
           
 boolean matchesType(StandardDataType type)
           
 

Method Detail

getErrors

List<ErrorMessage> getErrors()

getType

StandardDataType getType()

matchesType

boolean matchesType(StandardDataType type)

getExpectedReturnType

Class<?> getExpectedReturnType()


Copyright © 2013. All Rights Reserved.