Interface UnmarshallerProvider
- All Known Implementing Classes:
ContextBoundUnmarshallerProvider, DefaultUnmarshallerProvider, ThreadLocalUnmarshallerProvider
public interface UnmarshallerProvider
This provider is responsible to get an
Unmarshaller for a ChannelHandlerContext-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.UnmarshallerGet theUnmarshallerfor the givenChannelHandlerContext
-
Method Details
-
getUnmarshaller
Get theUnmarshallerfor the givenChannelHandlerContext- Throws:
Exception
-