Package org.apache.synapse.processors

Examples of org.apache.synapse.processors.SynapseProcessor


  public QName getTagQName() {
    return tagname;
  }

  public Processor createProcessor(SynapseEnvironment se, OMElement el) {
    SynapseProcessor sp = new SynapseProcessor();
    super.addChildrenAndSetName(se, el, sp);
    return sp;
  }
View Full Code Here

TOP

Related Classes of org.apache.synapse.processors.SynapseProcessor

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.