org.apache.axis2.jaxws.description.builder
Class WsdlComposite
java.lang.Object
org.apache.axis2.jaxws.description.builder.WsdlComposite
public class WsdlComposite
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlComposite
public WsdlComposite()
getSchemaMap
public HashMap<String,org.apache.axiom.om.OMDocument> getSchemaMap()
- Returns:
- Returns the schemaMap.
getWsdlDefinitionsMap
public HashMap<String,javax.wsdl.Definition> getWsdlDefinitionsMap()
- Returns:
- Returns the wsdlDefinition.
getRootWsdlDefinition
public javax.wsdl.Definition getRootWsdlDefinition()
- Returns:
- Returns the root WSDL Definition
getWsdlFileName
public String getWsdlFileName()
- Returns:
- Returns the wsdlFileName.
setSchemaMap
public void setSchemaMap(HashMap<String,org.apache.axiom.om.OMDocument> schemaMap)
- Parameters:
schemaMap
- The schemaMap to set.
setWsdlDefinition
public void setWsdlDefinition(HashMap<String,javax.wsdl.Definition> wsdlDefinitionsMap)
- Parameters:
wsdlDefinition
- The wsdlDefinition to set.
setWsdlFileName
public void setWsdlFileName(String wsdlFileName)
- Parameters:
wsdlFileName
- The wsdlFileName to set.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.