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