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

All Superinterfaces:
Interface

public interface WSDLInterface
extends Interface

Represents a WSDL interface.

Version:
$Rev: 537404 $ $Date: 2007-05-12 13:51:42 +0100 (Sat, 12 May 2007) $

Method Summary
 javax.xml.namespace.QName getName()
          Returns the name of the WSDL interface.
 javax.wsdl.PortType getPortType()
          Returns the WSDL interface portType.
 WSDLDefinition getWsdlDefinition()
           
 void setName(javax.xml.namespace.QName interfaceName)
          Sets the name of the WSDL interface.
 void setPortType(javax.wsdl.PortType portType)
          Sets the WSDL interface portType
 void setWsdlDefinition(WSDLDefinition wsdlDefinition)
           
 
Methods inherited from interface org.apache.tuscany.sca.interfacedef.Interface
getOperations, isConversational, isRemotable, isUnresolved, setConversational, setDefaultDataBinding, setRemotable, setUnresolved
 

Method Detail

getName

javax.xml.namespace.QName getName()
Returns the name of the WSDL interface.

Returns:
the name of the WSDL interface

setName

void setName(javax.xml.namespace.QName interfaceName)
Sets the name of the WSDL interface.

Parameters:
className - the name of the WSDL interface

getPortType

javax.wsdl.PortType getPortType()
Returns the WSDL interface portType.

Returns:
the WSDL interface portType

setPortType

void setPortType(javax.wsdl.PortType portType)
Sets the WSDL interface portType

Parameters:
portType - the WSDL interface portType

getWsdlDefinition

WSDLDefinition getWsdlDefinition()

setWsdlDefinition

void setWsdlDefinition(WSDLDefinition wsdlDefinition)