Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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(javax.servlet.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(javax.servlet.ServletConfig servletConfig)
                                           throws javax.servlet.ServletException
Create an instance of the built-in message tracer.
Parameters:
servletConfig -
Returns:
the MessageListener
Throws:
javax.servlet.ServletException

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.