org.jvnet.wom.impl.parser
Class WSDLTypesImpl

java.lang.Object
  extended by org.jvnet.wom.api.WSDLEntity
      extended by org.jvnet.wom.api.WSDLTypes
          extended by org.jvnet.wom.impl.parser.WSDLTypesImpl
All Implemented Interfaces:
WSDLExtensible

public class WSDLTypesImpl
extends WSDLTypes

Author:
Vivek Pandey

Constructor Summary
WSDLTypesImpl(org.xml.sax.Locator locator, javax.xml.namespace.QName name, WSDLDocumentImpl document)
           
 
Method Summary
 java.util.Collection<Schema> getSchema()
          Gives the Schema associated with wsdl:type
<V,P> V
visit(WSDLVisitor<V,P> visitor, P param)
          WSDL visitor
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLTypesImpl

public WSDLTypesImpl(org.xml.sax.Locator locator,
                     javax.xml.namespace.QName name,
                     WSDLDocumentImpl document)
Method Detail

visit

public <V,P> V visit(WSDLVisitor<V,P> visitor,
                     P param)
Description copied from class: WSDLEntity
WSDL visitor

Specified by:
visit in class WSDLEntity

getSchema

public java.util.Collection<Schema> getSchema()
Description copied from class: WSDLTypes
Gives the Schema associated with wsdl:type

Specified by:
getSchema in class WSDLTypes
Returns:
never null


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.