39404142434445
*/ public class LogicalHandlerSourceTestCase extends JBossWSTest { public static Test suite() { return new JBossWSTestSetup(LogicalHandlerSourceTestCase.class, "jaxws-samples-logicalhandler-source.war"); }
*/ public class HandlerScopeTestCase extends JBossWSTest { public static Test suite() { return new JBossWSTestSetup(HandlerScopeTestCase.class, "jaxws-handlerscope.war"); }
51525354555657
{ private String targetNS = "http://soapbinding.samples.jaxws.ws.test.jboss.org/"; public static Test suite() { return new JBossWSTestSetup(SOAPBindingTestCase.class, "jaxws-samples-soapbinding.war"); }
50515253545556
public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-xop-doclit/bare"; public static Test suite() { return new JBossWSTestSetup(XOPBareTestCase.class, "jaxws-samples-xop-doclit.war"); }
53545556575859
public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-xop-doclit/bare"; protected MTOMEndpoint port; public static Test suite() { return new JBossWSTestSetup(MTOMFeatureTestCase.class, "jaxws-samples-xop-doclit.war"); }
private WrappedEndpoint port; public static Test suite() { return new JBossWSTestSetup(XOPWrappedTestCase.class, "jaxws-samples-xop-doclit.war"); }
{ public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-xop-doclit/bare"; public static Test suite() { return new JBossWSTestSetup(XOPHandlerTestCase.class, "jaxws-samples-xop-doclit.war"); }
55565758596061
*/ public class ProviderJAXBTestCase extends JBossWSTest { public static Test suite() { return new JBossWSTestSetup(ProviderJAXBTestCase.class, "jaxws-samples-provider-jaxb.war"); }
{ String archives = "jaxws-samples-serviceref.war"; if (new JBossWSTestHelper().isTargetJBoss5OrGreater()) archives += ",jaxws-samples-serviceref-ejb-client.jar"; return new JBossWSTestSetup(ServiceRefEJBTestCase.class, archives); }
64656667686970
private String resString = "<ns1:somePayload xmlns:ns1='http://org.jboss.ws/provider'>Hello:Inbound:LogicalSourceHandler:Outbound:LogicalSourceHandler</ns1:somePayload>"; public static Test suite() { return new JBossWSTestSetup(ProviderPayloadTestCase.class, "jaxws-samples-provider-payload.war"); }