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.MarshallerGet aMarshallerfor the givenChannelHandlerContext
-
Method Details
-
getMarshaller
Get aMarshallerfor the givenChannelHandlerContext- Throws:
Exception
-