Package org.cipango.diameter.node

Examples of org.cipango.diameter.node.DiameterFactoryImpl


        {
             Log.debug("Cannot configure webapp after it is started");
            return;
        }
       
    DiameterFactoryImpl factory = new DiameterFactoryImpl();
    Node node = (Node) context.getServer().getAttribute(Node.class.getName());
    factory.setNode(node);
    factory.setAppContext((SipAppContext) context);
   
    context.setAttribute(DiameterFactory.class.getName(), factory);
   
    context.addDecorator(new DiameterDecorator((DiameterContext) node.getHandler(), context));
   
View Full Code Here

TOP

Related Classes of org.cipango.diameter.node.DiameterFactoryImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.