Package org.apache.muse.core.descriptor

Examples of org.apache.muse.core.descriptor.RouterDescriptor


  protected RouterDefinition createRouterDefinition(Element xml,
      Environment env) throws SoapFault {
    Element routerXML = XmlUtils.getElement(xml,
        DescriptorConstants.ROUTER_QNAME);

    RouterDescriptor rd = createRouterDescriptor();
    rd.load(routerXML, env);

    return rd.getRouterDefinition();
  }
View Full Code Here


  protected RouterDefinition createRouterDefinition(Element xml,
      Environment env) throws SoapFault {
    Element routerXML = XmlUtils.getElement(xml,
        DescriptorConstants.ROUTER_QNAME);

    RouterDescriptor rd = createRouterDescriptor();
    rd.load(routerXML, env);

    return rd.getRouterDefinition();
  }
View Full Code Here

TOP

Related Classes of org.apache.muse.core.descriptor.RouterDescriptor

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.