Package org.jboss.marshalling
Class ChainedUnmarshallingFilter
java.lang.Object
org.jboss.marshalling.ChainedUnmarshallingFilter
- All Implemented Interfaces:
UnmarshallingFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.UnmarshallingFilter
UnmarshallingFilter.Factory, UnmarshallingFilter.FilterResponse -
Field Summary
Fields inherited from interface org.jboss.marshalling.UnmarshallingFilter
ACCEPTING, REJECTING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckInput(org.jboss.marshalling.JDKSpecific.FilterInput input)
-
Constructor Details
-
ChainedUnmarshallingFilter
-
-
Method Details
-
checkInput
public UnmarshallingFilter.FilterResponse checkInput(org.jboss.marshalling.JDKSpecific.FilterInput input) - Specified by:
checkInputin interfaceUnmarshallingFilter
-