Interface MarshallerProvider
- All Known Implementing Classes:
DefaultMarshallerProvider
,ThreadLocalMarshallerProvider
public interface MarshallerProvider
This provider is responsible to get a
Marshaller
for the given ChannelHandlerContext
.-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.Marshaller
Get aMarshaller
for the givenChannelHandlerContext
-
Method Details
-
getMarshaller
Get aMarshaller
for the givenChannelHandlerContext
- Throws:
Exception
-