org.mule.common
Interface MuleArtifactFactory<R,C>
- All Known Subinterfaces:
- XmlConfigurationMuleArtifactFactory
public interface MuleArtifactFactory<R,C>
getArtifact
MuleArtifact getArtifact(R representation,
C callback)
throws MuleArtifactFactoryException
- Throws:
MuleArtifactFactoryException
getArtifactForMessageProcessor
MuleArtifact getArtifactForMessageProcessor(R representation,
C callback)
throws MuleArtifactFactoryException
- Throws:
MuleArtifactFactoryException
returnArtifact
void returnArtifact(MuleArtifact artifact)
Copyright © 2015 MuleSoft, Inc.. All rights reserved.