Class SoapServletServerTest
- java.lang.Object
-
- org.ow2.petals.binding.soap.listener.incoming.jetty.SoapServletServerTest
-
public class SoapServletServerTest extends Object
- Author:
- Adrien Ruffie - EBM WebSourcing
-
-
Constructor Summary
Constructors Constructor Description SoapServletServerTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()protected org.ow2.petals.binding.soap.listener.incoming.jetty.ServletServerConfigcreateHttpEnabledConf(String ip)voidtestListServicesServletDeployment()voidtestSoapServletDeployment()voidtestStartWithHttpConfWithASpecifiedIP()voidtestStartWithHttpConfWithNoSpecifiedHost()voidtestStartWithHttpsConf()voidtestStopWithHttpConf()voidtestWelcomeServletDeployment()
-
-
-
Method Detail
-
testStartWithHttpConfWithASpecifiedIP
public void testStartWithHttpConfWithASpecifiedIP() throws Exception- Throws:
Exception
-
testStartWithHttpConfWithNoSpecifiedHost
public void testStartWithHttpConfWithNoSpecifiedHost() throws Exception- Throws:
Exception
-
testSoapServletDeployment
public void testSoapServletDeployment() throws Exception- Throws:
Exception
-
testListServicesServletDeployment
public void testListServicesServletDeployment() throws Exception- Throws:
Exception
-
testWelcomeServletDeployment
public void testWelcomeServletDeployment() throws Exception- Throws:
Exception
-
createHttpEnabledConf
protected org.ow2.petals.binding.soap.listener.incoming.jetty.ServletServerConfig createHttpEnabledConf(String ip)
-
-