Save This Page
Home » axis2-1.5-src » org.apache » axis2 » deployment » [javadoc | source]
org.apache.axis2.deployment
public class: AxisConfigBuilder [javadoc | source]
java.lang.Object
   org.apache.axis2.deployment.DescriptionBuilder
      org.apache.axis2.deployment.AxisConfigBuilder

All Implemented Interfaces:
    DeploymentConstants

Field Summary
protected static final  Log log     
Fields inherited from org.apache.axis2.deployment.DescriptionBuilder:
configCtx,  axisConfig,  descriptionStream
Constructor:
 public AxisConfigBuilder(AxisConfiguration axisConfiguration) 
 public AxisConfigBuilder(InputStream serviceInputStream,
    AxisConfiguration axisConfiguration,
    DeploymentEngine deploymentEngine) 
Method from org.apache.axis2.deployment.AxisConfigBuilder Summary:
populateConfig,   processMessageBuilders,   processMessageFormatters,   processModuleConfig,   processModuleRefs,   processTransportReceivers,   processTransportSenders
Methods from org.apache.axis2.deployment.DescriptionBuilder:
buildOM,   findAndValidateSelectorClass,   getLocalPolicyAssertionNames,   getShortFileName,   getValue,   loadDefaultMessageReceiver,   loadMessageReceiver,   processActionMappings,   processFlow,   processHandler,   processHandler,   processMessageBuilders,   processMessageFormatters,   processMessageReceivers,   processMessageReceivers,   processOperationModuleRefs,   processParameters,   processPolicyElements,   processPolicyRefElements,   processSupportedPolicyNamespaces
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.deployment.AxisConfigBuilder Detail:
 public  void populateConfig() throws DeploymentException 
 protected HashMap processMessageBuilders(OMElement messageBuildersElement) throws DeploymentException 
 protected HashMap processMessageFormatters(OMElement messageFormattersElement) throws DeploymentException 
 protected  void processModuleConfig(Iterator moduleConfigs,
    ParameterInclude parent,
    AxisConfiguration config) throws DeploymentException 
 protected  void processModuleRefs(Iterator moduleRefs,
    AxisConfiguration config) 
    Update the list of modules that is required to be engaged globally.
 public ArrayList processTransportReceivers(Iterator trs_senders) throws DeploymentException 
 public  void processTransportSenders(Iterator trs_senders) throws DeploymentException