org.mule.transport.soap.axis
Class AbstractSoapResourceEndpointFunctionalTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.tck.junit4.FunctionalTestCase
              extended by org.mule.transport.soap.axis.AbstractSoapFunctionalTestCase
                  extended by org.mule.transport.soap.axis.AbstractSoapResourceEndpointFunctionalTestCase
Direct Known Subclasses:
AxisConnectorVMFunctionalTestCase

public abstract class AbstractSoapResourceEndpointFunctionalTestCase
extends AbstractSoapFunctionalTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractSoapResourceEndpointFunctionalTestCase()
           
 
Method Summary
 String getConfigResources()
           
protected  String getDispatchAsyncComplexEndpoint1()
           
protected  String getDispatchAsyncComplexEndpoint2()
           
protected  String getReceiveComplexCollectionEndpoint()
           
protected  String getReceiveComplexEndpoint()
           
protected  String getReceiveEndpoint()
           
protected  String getRequestResponseEndpoint()
           
protected  String getSendReceiveComplexEndpoint1()
           
protected  String getSendReceiveComplexEndpoint2()
           
protected abstract  String getSoapProvider()
           
protected  String getTestExceptionEndpoint()
           
protected abstract  String getTransportProtocol()
           
protected  String getWsdlEndpoint()
           
 void testLocationUrlInWSDL()
           
 
Methods inherited from class org.mule.transport.soap.axis.AbstractSoapFunctionalTestCase
testDispatchAsyncComplex, testException, testReceiveComplex, testReceiveComplexCollection, testRequest, testRequestResponse, testSendAndReceiveComplex
 
Methods inherited from class org.mule.tck.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, stopFlowConstruct, testFlow, testFlow
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doTearDown, getConfigurationResources, getSensingNullMessageProcessor, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestEventContext, getTestEventUsingFlow, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransactedInboundEndpoint, getTestTransformer, getTriggerableMessageSource, getTriggerableMessageSource, initialiseObject, isDisposeContextPerClass, isGracefulShutdown, isStartContext, setDisposeContextPerClass, setStartContext, setUpMuleContext
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSoapResourceEndpointFunctionalTestCase

public AbstractSoapResourceEndpointFunctionalTestCase()
Method Detail

getConfigResources

public String getConfigResources()
Specified by:
getConfigResources in class FunctionalTestCase

getTransportProtocol

protected abstract String getTransportProtocol()

getSoapProvider

protected abstract String getSoapProvider()

getRequestResponseEndpoint

protected String getRequestResponseEndpoint()
Specified by:
getRequestResponseEndpoint in class AbstractSoapFunctionalTestCase

getReceiveEndpoint

protected String getReceiveEndpoint()
Specified by:
getReceiveEndpoint in class AbstractSoapFunctionalTestCase

getReceiveComplexEndpoint

protected String getReceiveComplexEndpoint()
Specified by:
getReceiveComplexEndpoint in class AbstractSoapFunctionalTestCase

getSendReceiveComplexEndpoint1

protected String getSendReceiveComplexEndpoint1()
Specified by:
getSendReceiveComplexEndpoint1 in class AbstractSoapFunctionalTestCase

getSendReceiveComplexEndpoint2

protected String getSendReceiveComplexEndpoint2()
Specified by:
getSendReceiveComplexEndpoint2 in class AbstractSoapFunctionalTestCase

getReceiveComplexCollectionEndpoint

protected String getReceiveComplexCollectionEndpoint()
Specified by:
getReceiveComplexCollectionEndpoint in class AbstractSoapFunctionalTestCase

getDispatchAsyncComplexEndpoint1

protected String getDispatchAsyncComplexEndpoint1()
Specified by:
getDispatchAsyncComplexEndpoint1 in class AbstractSoapFunctionalTestCase

getDispatchAsyncComplexEndpoint2

protected String getDispatchAsyncComplexEndpoint2()
Specified by:
getDispatchAsyncComplexEndpoint2 in class AbstractSoapFunctionalTestCase

getTestExceptionEndpoint

protected String getTestExceptionEndpoint()
Specified by:
getTestExceptionEndpoint in class AbstractSoapFunctionalTestCase

getWsdlEndpoint

protected String getWsdlEndpoint()
Specified by:
getWsdlEndpoint in class AbstractSoapFunctionalTestCase

testLocationUrlInWSDL

public void testLocationUrlInWSDL()
                           throws Exception
Overrides:
testLocationUrlInWSDL in class AbstractSoapFunctionalTestCase
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.