| java.lang.Object org.apache.axis2.deployment.DescriptionBuilder org.apache.axis2.deployment.ServiceBuilder
populateService | public AxisService populateService(OMElement service_element) throws DeploymentException(Code) | | Populates service from corresponding OM.
Parameters: service_element - an OMElement for the <service> tag a filled-in AxisService, configured from the passed XML throws: DeploymentException - if there is a problem |
processModuleRefs | protected void processModuleRefs(Iterator moduleRefs) throws DeploymentException(Code) | | Gets the list of modules that is required to be engaged globally.
Parameters: moduleRefs - java.util.Iterator throws: DeploymentException - DeploymentException |
setWsdlServiceMap | public void setWsdlServiceMap(HashMap wsdlServiceMap)(Code) | | |
Methods inherited from org.apache.axis2.deployment.DescriptionBuilder | public OMElement buildOM() throws XMLStreamException(Code)(Java Doc) protected Class findAndValidateSelectorClass(String className, String errorMsg) throws PrivilegedActionException(Code)(Java Doc) protected QName[] getLocalPolicyAssertionNames(OMElement localPolicyAssertionsElement)(Code)(Java Doc) public static String getShortFileName(String fileName)(Code)(Java Doc) protected String getValue(String in)(Code)(Java Doc) protected MessageReceiver loadDefaultMessageReceiver(String mepURL, AxisService service)(Code)(Java Doc) protected MessageReceiver loadMessageReceiver(ClassLoader loader, OMElement element) throws DeploymentException(Code)(Java Doc) protected void processActionMappings(OMElement operation, AxisOperation op_descrip)(Code)(Java Doc) protected Flow processFlow(OMElement flowelement, ParameterInclude parent) throws DeploymentException(Code)(Java Doc) protected HandlerDescription processHandler(OMElement handler_element, ParameterInclude parent) throws DeploymentException(Code)(Java Doc) protected HandlerDescription processHandler(OMElement handler_element, ParameterInclude parent, String containingPhase) throws DeploymentException(Code)(Java Doc) protected HashMap processMessageBuilders(OMElement messageBuildersElement) throws DeploymentException(Code)(Java Doc) protected HashMap processMessageFormatters(OMElement messageFormattersElement) throws DeploymentException(Code)(Java Doc) protected HashMap processMessageReceivers(OMElement messageReceivers) throws DeploymentException(Code)(Java Doc) protected HashMap processMessageReceivers(ClassLoader loader, OMElement element) throws DeploymentException(Code)(Java Doc) protected void processOperationModuleRefs(Iterator moduleRefs, AxisOperation operation) throws DeploymentException(Code)(Java Doc) protected void processParameters(Iterator parameters, ParameterInclude parameterInclude, ParameterInclude parent) throws DeploymentException(Code)(Java Doc) protected void processPolicyElements(int type, Iterator policyElements, PolicyInclude policyInclude)(Code)(Java Doc) protected void processPolicyRefElements(int type, Iterator policyRefElements, PolicyInclude policyInclude)(Code)(Java Doc) protected String[] processSupportedPolicyNamespaces(OMElement supportedPolicyElements)(Code)(Java Doc)
|
|
|