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,
VirtualHostImpl vhost) |
protected abstract MessageMetaData_1_0 |
convertMetaData(M serverMessage,
Section bodySection,
SectionEncoder sectionEncoder) |
Class<Message_1_0> |
getOutputClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInputClass
public final Class<Message_1_0> getOutputClass()
getOutputClass
in interface MessageConverter<M extends ServerMessage,Message_1_0>
public final Message_1_0 convert(M message, VirtualHostImpl vhost)
convert
in interface MessageConverter<M extends ServerMessage,Message_1_0>
protected abstract MessageMetaData_1_0 convertMetaData(M serverMessage, Section bodySection, SectionEncoder sectionEncoder)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.