BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.sip.management.configuration
Interface MessageDebugMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.WebLogicMBean

public interface MessageDebugMBean
extends weblogic.management.configuration.ConfigurationMBean

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String PARAM_MSG_CALL_ID
           
static java.lang.String PARAM_MSG_CONTENT
           
static java.lang.String PARAM_MSG_CONTENT_LENGTH
           
static java.lang.String PARAM_MSG_CONTENT_TYPE
           
static java.lang.String PARAM_MSG_CSEQ
           
static java.lang.String PARAM_MSG_DATE
           
static java.lang.String PARAM_MSG_FROM
           
static java.lang.String PARAM_MSG_FROM_ADDR
           
static java.lang.String PARAM_MSG_FROM_PORT
           
static java.lang.String PARAM_MSG_FROM_TAG
           
static java.lang.String PARAM_MSG_FROM_URI
           
static java.lang.String PARAM_MSG_HEADERS
           
static java.lang.String PARAM_MSG_INCOMING
           
static java.lang.String PARAM_MSG_METHOD
           
static java.lang.String PARAM_MSG_MSG_SUMMARY
           
static java.lang.String PARAM_MSG_PROTOCOL
           
static java.lang.String PARAM_MSG_REASON
           
static java.lang.String PARAM_MSG_REQ_URI
           
static java.lang.String PARAM_MSG_STATUS
           
static java.lang.String PARAM_MSG_TIME
           
static java.lang.String PARAM_MSG_TIMESTAMP
           
static java.lang.String PARAM_MSG_TO
           
static java.lang.String PARAM_MSG_TO_ADDR
           
static java.lang.String PARAM_MSG_TO_PORT
           
static java.lang.String PARAM_MSG_TO_TAG
           
static java.lang.String PARAM_MSG_TO_URI
           
static java.lang.String PARAM_MSG_TYPE
           
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 java.lang.String getLevel()
           
 java.lang.String getPattern()
           
 java.lang.String[] getStrRepContentTypes()
           
 java.lang.String[] getTokens()
           
 void setLevel(java.lang.String level)
           
 void setPattern(java.lang.String pattern)
           
 void setStrRepContentTypes(java.lang.String[] contentTypes)
          StrRepContentTypes represent the configured list of content-types for which UTF-8 encoding is used to encode body of the SIP message.
 void setTokens(java.lang.String[] tokens)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

PARAM_MSG_CALL_ID

public static final java.lang.String PARAM_MSG_CALL_ID
See Also:
Constant Field Values

PARAM_MSG_CONTENT

public static final java.lang.String PARAM_MSG_CONTENT
See Also:
Constant Field Values

PARAM_MSG_CONTENT_LENGTH

public static final java.lang.String PARAM_MSG_CONTENT_LENGTH
See Also:
Constant Field Values

PARAM_MSG_CONTENT_TYPE

public static final java.lang.String PARAM_MSG_CONTENT_TYPE
See Also:
Constant Field Values

PARAM_MSG_CSEQ

public static final java.lang.String PARAM_MSG_CSEQ
See Also:
Constant Field Values

PARAM_MSG_DATE

public static final java.lang.String PARAM_MSG_DATE
See Also:
Constant Field Values

PARAM_MSG_FROM

public static final java.lang.String PARAM_MSG_FROM
See Also:
Constant Field Values

PARAM_MSG_FROM_ADDR

public static final java.lang.String PARAM_MSG_FROM_ADDR
See Also:
Constant Field Values

PARAM_MSG_FROM_PORT

public static final java.lang.String PARAM_MSG_FROM_PORT
See Also:
Constant Field Values

PARAM_MSG_FROM_TAG

public static final java.lang.String PARAM_MSG_FROM_TAG
See Also:
Constant Field Values

PARAM_MSG_FROM_URI

public static final java.lang.String PARAM_MSG_FROM_URI
See Also:
Constant Field Values

PARAM_MSG_HEADERS

public static final java.lang.String PARAM_MSG_HEADERS
See Also:
Constant Field Values

PARAM_MSG_INCOMING

public static final java.lang.String PARAM_MSG_INCOMING
See Also:
Constant Field Values

PARAM_MSG_METHOD

public static final java.lang.String PARAM_MSG_METHOD
See Also:
Constant Field Values

PARAM_MSG_MSG_SUMMARY

public static final java.lang.String PARAM_MSG_MSG_SUMMARY
See Also:
Constant Field Values

PARAM_MSG_PROTOCOL

public static final java.lang.String PARAM_MSG_PROTOCOL
See Also:
Constant Field Values

PARAM_MSG_REASON

public static final java.lang.String PARAM_MSG_REASON
See Also:
Constant Field Values

PARAM_MSG_REQ_URI

public static final java.lang.String PARAM_MSG_REQ_URI
See Also:
Constant Field Values

PARAM_MSG_STATUS

public static final java.lang.String PARAM_MSG_STATUS
See Also:
Constant Field Values

PARAM_MSG_TIME

public static final java.lang.String PARAM_MSG_TIME
See Also:
Constant Field Values

PARAM_MSG_TIMESTAMP

public static final java.lang.String PARAM_MSG_TIMESTAMP
See Also:
Constant Field Values

PARAM_MSG_TO

public static final java.lang.String PARAM_MSG_TO
See Also:
Constant Field Values

PARAM_MSG_TO_ADDR

public static final java.lang.String PARAM_MSG_TO_ADDR
See Also:
Constant Field Values

PARAM_MSG_TO_PORT

public static final java.lang.String PARAM_MSG_TO_PORT
See Also:
Constant Field Values

PARAM_MSG_TO_TAG

public static final java.lang.String PARAM_MSG_TO_TAG
See Also:
Constant Field Values

PARAM_MSG_TO_URI

public static final java.lang.String PARAM_MSG_TO_URI
See Also:
Constant Field Values

PARAM_MSG_TYPE

public static final java.lang.String PARAM_MSG_TYPE
See Also:
Constant Field Values
Method Detail

getLevel

public java.lang.String getLevel()

getPattern

public java.lang.String getPattern()

getStrRepContentTypes

public java.lang.String[] getStrRepContentTypes()

getTokens

public java.lang.String[] getTokens()

setLevel

public void setLevel(java.lang.String level)
Parameters:
level -
Default value:
"full"
Legal values:
"terse","full","basic"

setPattern

public void setPattern(java.lang.String pattern)
Parameters:
pattern -

setStrRepContentTypes

public void setStrRepContentTypes(java.lang.String[] contentTypes)
StrRepContentTypes represent the configured list of content-types for which UTF-8 encoding is used to encode body of the SIP message. It needs to be configured in sipserver.xml and holds good for Access Logging.

Parameters:
contentTypes -

setTokens

public void setTokens(java.lang.String[] tokens)
Parameters:
tokens -

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.