Class ContextBoundUnmarshallerProvider

  • All Implemented Interfaces:
    UnmarshallerProvider

    public class ContextBoundUnmarshallerProvider
    extends DefaultUnmarshallerProvider
    UnmarshallerProvider which store a reference to the Unmarshaller in the Channel via the AttributeMap.attr(AttributeKey) method. So the same Unmarshaller will be used during the life-time of a Channel for the ChannelHandler's ChannelHandlerContext.
    • Constructor Detail

      • ContextBoundUnmarshallerProvider

        public ContextBoundUnmarshallerProvider​(org.jboss.marshalling.MarshallerFactory factory,
                                                org.jboss.marshalling.MarshallingConfiguration config)