|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.util.ComponentPropertiesHelper
public class ComponentPropertiesHelper
| 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 |
|---|
public static int getHttpPort(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static java.lang.String getHttpHostName(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static boolean isProvidingServicesList(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static java.lang.String getServicesContext(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static java.lang.String getServicesMapping(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static java.lang.String getProtocol()
public static int getHttpThreadMaxPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static int getHttpThreadMinPoolSize(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
public static int getHttpAcceptors(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions configurationExtensions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||