org.mule.module.launcher.domain
Interface DomainFactory

All Superinterfaces:
ArtifactFactory<Domain>
All Known Implementing Classes:
DefaultDomainFactory

public interface DomainFactory
extends ArtifactFactory<Domain>

Factory for Domain artifact creation


Field Summary
static String DEFAULT_DOMAIN_NAME
           
 
Method Summary
 Domain createDefaultDomain()
           
 
Methods inherited from interface org.mule.module.launcher.artifact.ArtifactFactory
createArtifact, getArtifactDir
 

Field Detail

DEFAULT_DOMAIN_NAME

static final String DEFAULT_DOMAIN_NAME
See Also:
Constant Field Values
Method Detail

createDefaultDomain

Domain createDefaultDomain()
                           throws IOException
Throws:
IOException


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