Interface UnmarshallerProvider
-
- All Known Implementing Classes:
ContextBoundUnmarshallerProvider,DefaultUnmarshallerProvider,ThreadLocalUnmarshallerProvider
public interface UnmarshallerProviderThis provider is responsible to get anUnmarshallerfor aChannelHandlerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.marshalling.UnmarshallergetUnmarshaller(ChannelHandlerContext ctx)Get theUnmarshallerfor the givenChannelHandlerContext
-
-
-
Method Detail
-
getUnmarshaller
org.jboss.marshalling.Unmarshaller getUnmarshaller(ChannelHandlerContext ctx) throws java.lang.Exception
Get theUnmarshallerfor the givenChannelHandlerContext- Throws:
java.lang.Exception
-
-