public class MessageConverterRegistry extends Object
Constructor and Description |
---|
MessageConverterRegistry() |
Modifier and Type | Method and Description |
---|---|
static <M extends ServerMessage,N extends ServerMessage> |
getConverter(Class<M> from,
Class<N> to) |
public static <M extends ServerMessage,N extends ServerMessage> MessageConverter<M,N> getConverter(Class<M> from, Class<N> to)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.