org.wso2.carbon.utils.multitenancy
Class GhostServiceMetaArtifactsLoader

java.lang.Object
  extended by org.wso2.carbon.utils.multitenancy.GhostServiceMetaArtifactsLoader
All Implemented Interfaces:
GhostMetaArtifactsLoader

public class GhostServiceMetaArtifactsLoader
extends Object
implements GhostMetaArtifactsLoader


Constructor Summary
GhostServiceMetaArtifactsLoader()
           
 
Method Summary
 void loadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomain)
          This method will be used by all the ghost meta artifact loaders to define their logic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostServiceMetaArtifactsLoader

public GhostServiceMetaArtifactsLoader()
Method Detail

loadArtifacts

public void loadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
                          String tenantDomain)
Description copied from interface: GhostMetaArtifactsLoader
This method will be used by all the ghost meta artifact loaders to define their logic

Specified by:
loadArtifacts in interface GhostMetaArtifactsLoader
Parameters:
axisConfiguration - - current tenant axis configuration
tenantDomain - - current tenant domain


Copyright © 2014 WSO2 Inc. All rights reserved.