|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
apiConfigXml Creates a "white list" of trusted APIs. |
static int |
errorStatus Specifies the HTTP status code returned by this MBean when a message is rejected. |
static int |
maxChildElementDepth Specifies the maximum number of nested elements allowed in a message. |
static int |
maxItemValueLength Specifies the maximum size of a single message entity, such as an element, attribute, or comment. |
static int |
maxMessageSize Specifies the maximum message size of the request, excluding attachments. |
static int |
maxUnboundedItems Specifies the maximum number of unbound items that a message can contain. |
Method Summary | |
String |
getApiConfigXml() |
int |
getErrorStatus() |
int |
getMaxChildElementDepth() |
int |
getMaxItemValueLength() |
int |
getMaxMessageSize() |
int |
getMaxUnboundedItems() |
void |
setApiConfigXml(String value) |
void |
setErrorStatus(int value) |
void |
setMaxChildElementDepth(int value) |
void |
setMaxItemValueLength(int value) |
void |
setMaxMessageSize(int value) |
void |
setMaxUnboundedItems(int value) |
Field Detail |
public static final String apiConfigXml
public static final int errorStatus
public static final int maxChildElementDepth
public static final int maxItemValueLength
public static final int maxMessageSize
public static final int maxUnboundedItems
Method Detail |
public String getApiConfigXml() throws ConfigurationException
ConfigurationException
public int getErrorStatus() throws ConfigurationException
ConfigurationException
public int getMaxChildElementDepth() throws ConfigurationException
ConfigurationException
public int getMaxItemValueLength() throws ConfigurationException
ConfigurationException
public int getMaxMessageSize() throws ConfigurationException
ConfigurationException
public int getMaxUnboundedItems() throws ConfigurationException
ConfigurationException
public void setApiConfigXml(String value) throws ConfigurationException
ConfigurationException
public void setErrorStatus(int value) throws ConfigurationException
ConfigurationException
public void setMaxChildElementDepth(int value) throws ConfigurationException
ConfigurationException
public void setMaxItemValueLength(int value) throws ConfigurationException
ConfigurationException
public void setMaxMessageSize(int value) throws ConfigurationException
ConfigurationException
public void setMaxUnboundedItems(int value) throws ConfigurationException
ConfigurationException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |