org.mule.transport.soap.axis
Class AbstractSoapUrlEndpointFunctionalTestCase

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.AbstractSoapUrlEndpointFunctionalTestCase
Direct Known Subclasses:
AxisConnectorHttpFunctionalTestCase

public abstract class AbstractSoapUrlEndpointFunctionalTestCase
extends AbstractSoapFunctionalTestCase


Field Summary
 DynamicPort dynamicPort1
           
 DynamicPort dynamicPort2
           
 DynamicPort dynamicPort3
           
 
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
AbstractSoapUrlEndpointFunctionalTestCase()
           
 
Method Summary
protected  String getComponentWithoutInterfacesEndpoint()
           
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()
           
 
Methods inherited from class org.mule.transport.soap.axis.AbstractSoapFunctionalTestCase
testDispatchAsyncComplex, testException, testLocationUrlInWSDL, testReceiveComplex, testReceiveComplexCollection, testRequest, testRequestResponse, testSendAndReceiveComplex
 
Methods inherited from class org.mule.tck.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getConfigResources, 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
 

Field Detail

dynamicPort1

public DynamicPort dynamicPort1

dynamicPort2

public DynamicPort dynamicPort2

dynamicPort3

public DynamicPort dynamicPort3
Constructor Detail

AbstractSoapUrlEndpointFunctionalTestCase

public AbstractSoapUrlEndpointFunctionalTestCase()
Method Detail

getTransportProtocol

protected abstract String getTransportProtocol()

getSoapProvider

protected abstract String getSoapProvider()

getComponentWithoutInterfacesEndpoint

protected String getComponentWithoutInterfacesEndpoint()

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


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