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.Unmarshaller
Get theUnmarshaller
for the givenChannelHandlerContext
-
Method Details
-
getUnmarshaller
Get theUnmarshaller
for the givenChannelHandlerContext
- Throws:
Exception
-