org.apache.tuscany.sca.interfacedef.wsdl
Interface WSDLDefinition


public interface WSDLDefinition

Represents a WSDL definition. WSDLDefinition

Version:
$Rev: 537390 $ $Date: 2007-05-12 12:30:20 +0100 (Sat, 12 May 2007) $

Method Summary
 javax.wsdl.Definition getDefinition()
          Returns the WSDL definition model
 org.apache.ws.commons.schema.XmlSchemaCollection getInlinedSchemas()
          Returns a list of XML schemas inlined in this WSDL definition.
 java.lang.String getNamespace()
          Returns the namespace of this WSDL definition.
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setDefinition(javax.wsdl.Definition definition)
          Sets the WSDL definition model
 void setNamespace(java.lang.String namespace)
          Sets the namespace of this WSDL definition.
 void setUnresolved(boolean unresolved)
          Sets whether the model element is unresolved.
 

Method Detail

getDefinition

javax.wsdl.Definition getDefinition()
Returns the WSDL definition model

Returns:
the WSDL definition model

setDefinition

void setDefinition(javax.wsdl.Definition definition)
Sets the WSDL definition model

Parameters:
definition - the WSDL definition model

getInlinedSchemas

org.apache.ws.commons.schema.XmlSchemaCollection getInlinedSchemas()
Returns a list of XML schemas inlined in this WSDL definition.

Returns:

getNamespace

java.lang.String getNamespace()
Returns the namespace of this WSDL definition.

Returns:
the namespace of this WSDL definition

setNamespace

void setNamespace(java.lang.String namespace)
Sets the namespace of this WSDL definition.

Parameters:
namespace - the namespace of this WSDL definition

isUnresolved

boolean isUnresolved()
Returns true if the model element is unresolved.

Returns:
true if the model element is unresolved.

setUnresolved

void setUnresolved(boolean unresolved)
Sets whether the model element is unresolved.

Parameters:
unresolved - whether the model element is unresolved