org.codehaus.xfire.wsdl
Interface WSDLType


public interface WSDLType

Author:
Dan Diephouse

Method Summary
 java.util.Set getDependencies()
          The types that this type references.
 org.dom4j.QName getSchemaType()
          The schema type that this WSDLType represents.
 boolean isComplex()
          Whether or not this a complex type.
 void writeSchema(org.dom4j.Element element)
          Write the type schema (if complex) to the element.
 

Method Detail

isComplex

public boolean isComplex()
Whether or not this a complex type. If true then the schema for this type is written out.

Returns:

getDependencies

public java.util.Set getDependencies()
The types that this type references.

Returns:

writeSchema

public void writeSchema(org.dom4j.Element element)
Write the type schema (if complex) to the element.

Parameters:
element -

getSchemaType

public org.dom4j.QName getSchemaType()
The schema type that this WSDLType represents.

Returns:


Copyright © 2004 Codehaus. All Rights Reserved.