Class JmsSoapServiceConsumersTest
- java.lang.Object
-
- org.ow2.petals.binding.soap.listener.incoming.JmsSoapServiceConsumersTest
-
public class JmsSoapServiceConsumersTest extends Object
Unit tests about JMS/SOAP service consumers processing.- Author:
- Christophe DENEUX - Linagora
-
-
Field Summary
Fields Modifier and Type Field Description static org.junit.rules.TestRulechainprotected static org.ow2.petals.component.framework.junit.helpers.SimpleComponentCOMPONENTstatic org.apache.activemq.junit.EmbeddedActiveMQBrokerJMS_SERVER
-
Constructor Summary
Constructors Constructor Description JmsSoapServiceConsumersTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcreateWsClientStub()voidsimpleWsJmsInvocation_InOnly_Nominal()Check the processing of the component when receiving a SOAP request when:
-
-
-
Method Detail
-
createWsClientStub
public static void createWsClientStub() throws MalformedURLException- Throws:
MalformedURLException
-
simpleWsJmsInvocation_InOnly_Nominal
public void simpleWsJmsInvocation_InOnly_Nominal() throws ThrowableCheck the processing of the component when receiving a SOAP request when:
- request is over HTTP,
- MEP is InOnly,
- an acknowledgment is returned by the service provider.
Expected results:
- no error occurs,
- no attachment is put in the JBI message exchange,
- the expected reply is received by the service consumer,
- expected MONIT traces are logged
- Throws:
Throwable
-
-