Tabnine Logo
ListingAgent.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.axis2.transport.http.ListingAgent
constructor

Best Java code snippets using org.apache.axis2.transport.http.ListingAgent.<init> (Showing top 4 results out of 315)

origin: org.apache.axis2/axis2-transport-http

/**
 * Initialize HTTP GET request processors
 *
 * @param config The ServletConfig of this Servlet
 */
protected void initGetRequestProcessors(ServletConfig config) {
  // The ListingAgent is an HTTP GET request processor
  agent = new ListingAgent(configContext);
}
origin: apache/axis2-java

/**
 * Initialize HTTP GET request processors
 *
 * @param config The ServletConfig of this Servlet
 */
protected void initGetRequestProcessors(ServletConfig config) {
  // The ListingAgent is an HTTP GET request processor
  agent = new ListingAgent(configContext);
}
origin: org.apache.synapse/synapse-core

/**
 * Overrides init method so that avoid  starting listeners again
 *
 * @param config the servlet configuration on which synapse initializes.
 * @throws ServletException
 */
public void init(ServletConfig config) throws ServletException {
  ServletContext servletContext = config.getServletContext();
  ServerManager serverManager = (ServerManager) config.getServletContext().
      getAttribute(SynapseStartUpServlet.SYNAPSE_SERVER_MANAGER);
  if (serverManager != null) {
    this.configContext = (ConfigurationContext) serverManager.
        getServerContextInformation().getServerContext();
    this.axisConfiguration = this.configContext.getAxisConfiguration();
    servletContext.setAttribute(this.getClass().getName(), this);
    this.servletConfig = config;
    agent = new ListingAgent(configContext);
    initParams();
  }
}
origin: wso2/wso2-synapse

/**
 * Overrides init method so that avoid  starting listeners again
 *
 * @param config the servlet configuration on which synapse initializes.
 * @throws ServletException
 */
public void init(ServletConfig config) throws ServletException {
  ServletContext servletContext = config.getServletContext();
  ServerManager serverManager = (ServerManager) config.getServletContext().
      getAttribute(SynapseStartUpServlet.SYNAPSE_SERVER_MANAGER);
  if (serverManager != null) {
    this.configContext = (ConfigurationContext) serverManager.
        getServerContextInformation().getServerContext();
    this.axisConfiguration = this.configContext.getAxisConfiguration();
    servletContext.setAttribute(this.getClass().getName(), this);
    this.servletConfig = config;
    agent = new ListingAgent(configContext);
    initParams();
  }
}
org.apache.axis2.transport.httpListingAgent<init>

Popular methods of ListingAgent

  • processListService
  • canExposeServiceMetadata
    Checks whether exposing the WSDL & WSDL elements such as schema & policy have been allowed
  • copy
    Copies the input stream to the output stream
  • extractHost
  • extractServiceName
  • findPolicy
  • getParamtereIgnoreCase
  • handle
  • handlePolicyRequest
  • handleWSDL2Request
  • handleWSDLRequest
  • handleXSDRequest
  • handleWSDLRequest,
  • handleXSDRequest,
  • listServiceDisabled,
  • populateRequestAttributes,
  • processExplicitSchemaAndWSDL,
  • processListServices,
  • renderView

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • onRequestPermissionsResult (Fragment)
  • getSystemService (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now