org.ow2.petals.binding.soap.util
Class ComponentPropertiesHelper

java.lang.Object
  extended by org.ow2.petals.binding.soap.util.ComponentPropertiesHelper

public class ComponentPropertiesHelper
extends java.lang.Object

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
static int getHttpAcceptors(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Get the number of acceptors of the Jetty server
static java.lang.String getHttpHostName(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Get the Host name
static int getHttpPort(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Get the HTTP port
static int getHttpThreadMaxPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Get the thread max pool size of the Jetty server
static int getHttpThreadMinPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Get the thread min pool size of the Jetty server
static java.lang.String getProtocol()
          Currently support only http protocol
static java.lang.String getServicesContext(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
           
static java.lang.String getServicesMapping(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
           
static boolean isProvidingServicesList(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
          Does the component have to provide the services list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHttpPort

public static int getHttpPort(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Get the HTTP port

Returns:

getHttpHostName

public static java.lang.String getHttpHostName(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Get the Host name

Returns:

isProvidingServicesList

public static boolean isProvidingServicesList(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Does the component have to provide the services list

Returns:

getServicesContext

public static java.lang.String getServicesContext(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)

getServicesMapping

public static java.lang.String getServicesMapping(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)

getProtocol

public static java.lang.String getProtocol()
Currently support only http protocol

Returns:

getHttpThreadMaxPoolSize

public static int getHttpThreadMaxPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Get the thread max pool size of the Jetty server

Returns:

getHttpThreadMinPoolSize

public static int getHttpThreadMinPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Get the thread min pool size of the Jetty server

Returns:

getHttpAcceptors

public static int getHttpAcceptors(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
Get the number of acceptors of the Jetty server

Returns:


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.