org.ow2.petals.binding.soap.listener.incoming.jetty
Class ServletServerConfig

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.ServletServerConfig

public class ServletServerConfig
extends java.lang.Object

Author:
aruffie

Constructor Summary
ServletServerConfig(java.lang.String servicesMapping, java.lang.String servicesContext, int serverMaxPoolSize, int serverMinPoolSize, HTTPConfig httpConfig)
           
ServletServerConfig(java.lang.String servicesMapping, java.lang.String servicesContext, int serverMaxPoolSize, int serverMinPoolSize, HTTPConfig httpConfig, HTTPSConfig httpsConfig)
           
ServletServerConfig(java.lang.String servicesMapping, java.lang.String servicesContext, int serverMaxPoolSize, int serverMinPoolSize, HTTPSConfig httpsConfig)
           
 
Method Summary
 HTTPConfig getHttpConfig()
           
 HTTPSConfig getHttpsConfig()
           
 int getServerMaxPoolSize()
           
 int getServerMinPoolSize()
           
 java.lang.String getServicesContext()
           
 java.lang.String getServicesMapping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletServerConfig

public ServletServerConfig(java.lang.String servicesMapping,
                           java.lang.String servicesContext,
                           int serverMaxPoolSize,
                           int serverMinPoolSize,
                           HTTPConfig httpConfig,
                           HTTPSConfig httpsConfig)

ServletServerConfig

public ServletServerConfig(java.lang.String servicesMapping,
                           java.lang.String servicesContext,
                           int serverMaxPoolSize,
                           int serverMinPoolSize,
                           HTTPConfig httpConfig)

ServletServerConfig

public ServletServerConfig(java.lang.String servicesMapping,
                           java.lang.String servicesContext,
                           int serverMaxPoolSize,
                           int serverMinPoolSize,
                           HTTPSConfig httpsConfig)
Method Detail

getServerMaxPoolSize

public int getServerMaxPoolSize()

getServerMinPoolSize

public int getServerMinPoolSize()

getServicesMapping

public java.lang.String getServicesMapping()
Returns:
the servicesMapping

getServicesContext

public java.lang.String getServicesContext()
Returns:
the servicesContext

getHttpConfig

public HTTPConfig getHttpConfig()
Returns:
the httpConfig

getHttpsConfig

public HTTPSConfig getHttpsConfig()
Returns:
the httpsConfig


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.