|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.JBIBootstrap
org.ow2.petals.component.framework.DefaultBootstrap
org.ow2.petals.binding.soap.SoapBootstrap
public class SoapBootstrap
The bootstrap class. Copy all the configuration files in the good directories.
| Field Summary | |
|---|---|
protected SoapBootstrapOperations |
bootstrapOperations
|
| Fields inherited from class org.ow2.petals.component.framework.DefaultBootstrap |
|---|
mbeanName |
| Fields inherited from class org.ow2.petals.component.framework.JBIBootstrap |
|---|
installContext |
| Constructor Summary | |
|---|---|
SoapBootstrap()
|
|
| Method Summary | |
|---|---|
java.lang.String |
addModule(java.lang.String url)
Add a module to the Axis2 engine. |
protected void |
copyConfigurationFiles()
Copy the needed configuration files to the Axis2 directories. |
protected void |
createWorkDirectories()
Create the directories that will be used by axis |
protected void |
doInit()
|
protected java.util.List<java.lang.String> |
getAttributeList()
|
int |
getHttpAcceptors()
Get HttpAcceptors. |
java.lang.String |
getHttpHostName()
Get the HTTP host name |
int |
getHttpPort()
Get Http port. |
java.lang.String |
getHttpServicesContext()
Get HTTP services context. |
boolean |
getHttpServicesList()
Get HTTP services list. |
java.lang.String |
getHttpServicesMapping()
Get HTTP services Mapping. |
int |
getHttpThreadPoolSizeMax()
Get HTTP thread pool maximum size |
int |
getHttpThreadPoolSizeMin()
Get HTTP thread pool minimum size |
protected java.util.List<java.lang.String> |
getMethodList()
|
void |
setHttpAcceptors(int httpAcceptors)
Set HTTP acceptors. |
void |
setHttpHostName(java.lang.String httpHostName)
Set the HTTP host name. |
void |
setHttpPort(int httpPort)
Set the HTTP port. |
void |
setHttpServicesContext(java.lang.String httpServicesContext)
Set HTTP services context. |
void |
setHttpServicesList(boolean httpServicesList)
Set HTTP services list. |
void |
setHttpServicesMapping(java.lang.String httpServicesMapping)
Set HTTP services mapping. |
void |
setHttpThreadPoolSizeMax(int httpThreadPoolSizeMax)
Set HTTP thread pool maximum size. |
void |
setHttpThreadPoolSizeMin(int httpThreadPoolSizeMin)
Set HTTP thread pool minimum size. |
| Methods inherited from class org.ow2.petals.component.framework.DefaultBootstrap |
|---|
cleanUp, getExtensionMBeanName, onInstall |
| Methods inherited from class org.ow2.petals.component.framework.JBIBootstrap |
|---|
getInstallContext, getJbiComponentConfiguration, getLogger, init, onUninstall |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SoapBootstrapOperations bootstrapOperations
| Constructor Detail |
|---|
public SoapBootstrap()
| Method Detail |
|---|
protected void doInit()
throws javax.jbi.JBIException
doInit in class org.ow2.petals.component.framework.DefaultBootstrapjavax.jbi.JBIExceptionprotected void createWorkDirectories()
installPath -
protected void copyConfigurationFiles()
throws javax.jbi.JBIException
javax.jbi.JBIExceptionprotected java.util.List<java.lang.String> getMethodList()
getMethodList in class org.ow2.petals.component.framework.DefaultBootstrapprotected java.util.List<java.lang.String> getAttributeList()
getAttributeList in class org.ow2.petals.component.framework.DefaultBootstrap
public java.lang.String addModule(java.lang.String url)
throws java.lang.Exception
url -
javax.jbi.JBIException
java.lang.Exceptionpublic void setHttpPort(int httpPort)
httpPort - public void setHttpHostName(java.lang.String httpHostName)
httpHostName - public int getHttpPort()
public java.lang.String getHttpHostName()
public void setHttpServicesList(boolean httpServicesList)
httpServicesList - public boolean getHttpServicesList()
public void setHttpServicesContext(java.lang.String httpServicesContext)
httpServicesContext - public java.lang.String getHttpServicesContext()
public void setHttpServicesMapping(java.lang.String httpServicesMapping)
httpServicesMapping - public java.lang.String getHttpServicesMapping()
public void setHttpThreadPoolSizeMin(int httpThreadPoolSizeMin)
httpThreadPoolSizeMin - public int getHttpThreadPoolSizeMin()
public void setHttpThreadPoolSizeMax(int httpThreadPoolSizeMax)
httpThreadPoolSizeMax - public int getHttpThreadPoolSizeMax()
public void setHttpAcceptors(int httpAcceptors)
httpAcceptors - public int getHttpAcceptors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||