| java.lang.Object com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent com.sun.jbi.wsdl2.impl.Import com.sun.jbi.wsdl2.impl.ImportImpl
ImportImpl | final class ImportImpl extends Import (Code) | | Implementation of WSDL 2.0 Import component.
author: Sun Microsystems, Inc. |
Inner Class :static class Factory | |
getContainer | protected DescriptionImpl getContainer()(Code) | | Get the container for this component.
The component for this component |
getDescription | public synchronized com.sun.jbi.wsdl2.Description getDescription()(Code) | | Get the description from this import component
Description from this import component, if any |
getLocation | public String getLocation()(Code) | | Get location hint, if any.
Location hint, if any |
getNamespace | public String getNamespace()(Code) | | Get target namespace of import (must be different that this Description TNS).
Target namespace of import (must be different that this Description TNS) |
getWsdlAttributeNameMap | public java.util.Map getWsdlAttributeNameMap()(Code) | | Get map of WSDL-defined attribute QNames for this component, indexed by
canonical QName string (see
javax.xml.namespace.QName.toString .
Map of WSDL-defined attribute QNames for this component, indexed by QName.toString() |
setLocation | public void setLocation(String theLocation)(Code) | | Set location hint, if any.
Parameters: theLocation - Location hint, if any |
setNamespace | public void setNamespace(String theNamespace)(Code) | | Set target namespace of import (must be different that this Description TNS).
Parameters: theNamespace - Target namespace of import (must be different that this Description TNS) |
Fields inherited from com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent | protected XmlObject mXmlObject(Code)(Java Doc)
|
|
|