org.mule.common
Interface MuleArtifactFactory<R,C>

All Known Subinterfaces:
XmlConfigurationMuleArtifactFactory

public interface MuleArtifactFactory<R,C>


Method Summary
 MuleArtifact getArtifact(R representation, C callback)
           
 MuleArtifact getArtifactForMessageProcessor(R representation, C callback)
           
 void returnArtifact(MuleArtifact artifact)
           
 

Method Detail

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.