Package org.jasig.portal.tools.chanpub

Examples of org.jasig.portal.tools.chanpub.ChannelPublisher


                            "CAR channel definition '"
                            + buffer.toString()
                            + "' ready to publish.");

                final ByteArrayInputStream is = new ByteArrayInputStream(bytes);
                final ChannelPublisher publisher =
                    ChannelPublisher.getChannelArchiveInstance();

                ChannelDefinition chanDef = null;

                chanDef = publisher.publishChannel(is);

                if (chanDef != null && log.isInfoEnabled())
                    log.info(
                        " Successfully published channel "
                            + chanDef.getTitle()
View Full Code Here

TOP

Related Classes of org.jasig.portal.tools.chanpub.ChannelPublisher

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.