| Field and Description |
|---|
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.DEPRECATED_ALLOWLIST_PROPERTY
new applications should use the ALLOWLIST_PROPERTY instead
|
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.DEPRECATED_DENYLIST_PROPERTY
new applications should use the DENYLIST_PROPERTY instead
|
| Method and Description |
|---|
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.getBlackList()
Use the replacement method
JmsDefaultDeserializationPolicy.getDenyList() |
| org.apache.qpid.jms.selector.parser.SimpleCharStream.getColumn() |
| org.apache.qpid.jms.selector.parser.SimpleCharStream.getLine() |
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.getWhiteList()
Use the replacement method
JmsDefaultDeserializationPolicy.getAllowList() |
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.setBlackList(String)
Use the replacement method
JmsDefaultDeserializationPolicy.setDenyList(String) |
| org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy.setWhiteList(String)
Use the replacement method
JmsDefaultDeserializationPolicy.setAllowList(String) |
Copyright © 2013–2020 The Apache Software Foundation. All rights reserved.