Class InboundChannelConfigurationBuilder
- java.lang.Object
-
- org.junit.rules.ExternalResource
-
- de.hybris.platform.odata2webservicesfeaturetests.ws.InboundChannelConfigurationBuilder
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class InboundChannelConfigurationBuilder extends org.junit.rules.ExternalResource
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafter()protected voidbefore()voidbuild()voidcleanup()static InboundChannelConfigurationBuilderinboundChannelConfigurationBuilder()InboundChannelConfigurationBuilderwithAuthType(AuthenticationType authType)InboundChannelConfigurationBuilderwithIntegrationObject(IntegrationObjectModelBuilder builder)InboundChannelConfigurationBuilderwithIntegrationObjectCode(java.lang.String code)
-
-
-
Method Detail
-
inboundChannelConfigurationBuilder
public static InboundChannelConfigurationBuilder inboundChannelConfigurationBuilder()
-
withIntegrationObject
public InboundChannelConfigurationBuilder withIntegrationObject(IntegrationObjectModelBuilder builder)
-
withIntegrationObjectCode
public InboundChannelConfigurationBuilder withIntegrationObjectCode(java.lang.String code)
-
withAuthType
public InboundChannelConfigurationBuilder withAuthType(AuthenticationType authType)
-
build
public void build() throws ImpExException- Throws:
ImpExException
-
cleanup
public void cleanup()
-
before
protected void before() throws ImpExException- Overrides:
beforein classorg.junit.rules.ExternalResource- Throws:
ImpExException
-
after
protected void after()
- Overrides:
afterin classorg.junit.rules.ExternalResource
-
-