Package org.wso2.carbon.utils.deployment
Interface GhostMetaArtifactsLoader
- All Known Implementing Classes:
GhostServiceMetaArtifactsLoader
public interface GhostMetaArtifactsLoader
Common interface for all ghost meta artifact loaders (Service, Webapps)
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomian) This method will be used by all the ghost meta artifact loaders to define their logic
-
Method Details
-
loadArtifacts
void loadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomian) This method will be used by all the ghost meta artifact loaders to define their logic- Parameters:
axisConfiguration- - current tenant axis configurationtenantDomian- - current tenant domain
-