Interface MarshallerProvider
-
- All Known Implementing Classes:
DefaultMarshallerProvider
,ThreadLocalMarshallerProvider
public interface MarshallerProvider
This provider is responsible to get aMarshaller
for the givenChannelHandlerContext
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.marshalling.Marshaller
getMarshaller(ChannelHandlerContext ctx)
Get aMarshaller
for the givenChannelHandlerContext
-
-
-
Method Detail
-
getMarshaller
org.jboss.marshalling.Marshaller getMarshaller(ChannelHandlerContext ctx) throws java.lang.Exception
Get aMarshaller
for the givenChannelHandlerContext
- Throws:
java.lang.Exception
-
-