public interface MuleArtifactFactory<R,C>
| Modifier and Type | Method and Description |
|---|---|
MuleArtifact |
getArtifact(R representation,
C callback) |
MuleArtifact |
getArtifactForMessageProcessor(R representation,
C callback) |
void |
returnArtifact(MuleArtifact artifact) |
MuleArtifact getArtifact(R representation, C callback) throws MuleArtifactFactoryException
MuleArtifactFactoryExceptionMuleArtifact getArtifactForMessageProcessor(R representation, C callback) throws MuleArtifactFactoryException
MuleArtifactFactoryExceptionvoid returnArtifact(MuleArtifact artifact)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.