public abstract class MessageConverter_to_1_0<M extends ServerMessage> extends Object implements MessageConverter<M,Message_1_0>
| Constructor and Description |
|---|
MessageConverter_to_1_0() |
| Modifier and Type | Method and Description |
|---|---|
Message_1_0 |
convert(M message,
NamedAddressSpace addressSpace) |
protected abstract MessageMetaData_1_0 |
convertMetaData(M serverMessage,
Section bodySection,
SectionEncoder sectionEncoder) |
protected Section |
getBodySection(M serverMessage) |
Class<Message_1_0> |
getOutputClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputClasspublic final Class<Message_1_0> getOutputClass()
getOutputClass in interface MessageConverter<M extends ServerMessage,Message_1_0>public final Message_1_0 convert(M message, NamedAddressSpace addressSpace)
convert in interface MessageConverter<M extends ServerMessage,Message_1_0>protected abstract MessageMetaData_1_0 convertMetaData(M serverMessage, Section bodySection, SectionEncoder sectionEncoder)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.