org.apache.axis2.jaxws.description.builder
Class WsdlComposite

java.lang.Object
  extended by org.apache.axis2.jaxws.description.builder.WsdlComposite

public class WsdlComposite
extends Object


Constructor Summary
WsdlComposite()
           
 
Method Summary
 javax.wsdl.Definition getRootWsdlDefinition()
           
 HashMap<String,org.apache.axiom.om.OMDocument> getSchemaMap()
           
 HashMap<String,javax.wsdl.Definition> getWsdlDefinitionsMap()
           
 String getWsdlFileName()
           
 void setSchemaMap(HashMap<String,org.apache.axiom.om.OMDocument> schemaMap)
           
 void setWsdlDefinition(HashMap<String,javax.wsdl.Definition> wsdlDefinitionsMap)
           
 void setWsdlFileName(String wsdlFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlComposite

public WsdlComposite()
Method Detail

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.