class FilterStaxUnmarshaller extends java.lang.Object implements Unmarshaller<Filter,StaxUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static FilterStaxUnmarshaller |
instance |
Modifier | Constructor and Description |
---|---|
private |
FilterStaxUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static FilterStaxUnmarshaller |
getInstance() |
Filter |
unmarshall(StaxUnmarshallerContext context) |
private static FilterStaxUnmarshaller instance
public static FilterStaxUnmarshaller getInstance()
public Filter unmarshall(StaxUnmarshallerContext context) throws java.lang.Exception
unmarshall
in interface Unmarshaller<Filter,StaxUnmarshallerContext>
java.lang.Exception