public interface ChannelTypeLoader
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAttributes()
Returns valid attribute names for validation.
|
void |
load(org.fabric3.api.model.type.component.Channel channel,
javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context)
Loads the data into
Channel.setMetadata(Object). |
java.lang.String[] getAttributes()
void load(org.fabric3.api.model.type.component.Channel channel,
javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context)
Channel.setMetadata(Object).channel - the channel definitionreader - the XML streamcontext - the current introspection context for reporting errors.