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