Examples of JipPropertyImpl


Examples of org.cafesip.jiplet.config.server.impl.JipPropertyImpl

            // add this to the parameter to the config so that it is accessible
            // from a jiplet
            if (p != null)
            {
                List props = p.getJipProperty();
                JipPropertyImpl prop = new JipPropertyImpl();
                prop.setKey("javax.sip.STACK_NAME");
                prop.setValue("jain-sip-nist-stack");
                props.add(prop);
            }
        }

        SipFactory factory = SipFactory.getInstance();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.