Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

com.bea.wcp.sip.engine.tracing.listener
Interface TraceMessageListenerFactory


public interface TraceMessageListenerFactory

TraceMessageListenerFactory allows clients to reuse the default trace message listener implementation behaviors by creating an instance and delegating to it. Note that instances created by the factory are not registered with the server to receive callbacks upon SIP message arrival and departure. An instance of the factory implementation can be found in the servlet context for all SIP servlets by looking up the value of attribute TraceMessageListenerFactory.TRACE_MESSAGE_LISTENER_FACTORY


Field Summary
static java.lang.String TRACE_MESSAGE_LISTENER_FACTORY
           
 
Method Summary
 MessageListener createTraceMessageListener(ServletConfig servletConfig)
          Create an instance of the built-in message tracer.
 

Field Detail

TRACE_MESSAGE_LISTENER_FACTORY

static final java.lang.String TRACE_MESSAGE_LISTENER_FACTORY
Method Detail

createTraceMessageListener

MessageListener createTraceMessageListener(ServletConfig servletConfig)
                                           throws ServletException
Create an instance of the built-in message tracer.

Parameters:
servletConfig -
Returns:
the MessageListener
Throws:
ServletException

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02