2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.interfacedef.wsdl.impl
Class WSDLInterfaceImpl
java.lang.Object
org.apache.tuscany.sca.interfacedef.impl.InterfaceImpl
org.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLInterfaceImpl
- All Implemented Interfaces:
- java.lang.Cloneable, Base, Interface, WSDLInterface, IntentAttachPoint, PolicySetAttachPoint
public class WSDLInterfaceImpl
- extends InterfaceImpl
- implements WSDLInterface
Represents a WSDL interface.
Methods inherited from class org.apache.tuscany.sca.interfacedef.impl.InterfaceImpl |
getApplicablePolicySets, getOperations, getPolicySets, getRequiredIntents, getType, isConversational, isDynamic, isRemotable, isUnresolved, resetDataBinding, setConversational, setDefaultDataBinding, setRemotable, setType, setUnresolved |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WSDLInterfaceImpl
protected WSDLInterfaceImpl()
getName
public javax.xml.namespace.QName getName()
- Description copied from interface:
WSDLInterface
- Returns the name of the WSDL interface.
- Specified by:
getName
in interface WSDLInterface
- Returns:
- the name of the WSDL interface
setName
public void setName(javax.xml.namespace.QName interfaceName)
- Description copied from interface:
WSDLInterface
- Sets the name of the WSDL interface.
- Specified by:
setName
in interface WSDLInterface
- Parameters:
interfaceName
- the name of the WSDL interface
getPortType
public PortType getPortType()
- Description copied from interface:
WSDLInterface
- Returns the WSDL interface portType.
- Specified by:
getPortType
in interface WSDLInterface
- Returns:
- the WSDL interface portType
setPortType
public void setPortType(PortType portType)
- Description copied from interface:
WSDLInterface
- Sets the WSDL interface portType
- Specified by:
setPortType
in interface WSDLInterface
- Parameters:
portType
- the WSDL interface portType
hashCode
public int hashCode()
- Overrides:
hashCode
in class InterfaceImpl
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class InterfaceImpl
- See Also:
Object.equals(java.lang.Object)
getWsdlDefinition
public WSDLDefinition getWsdlDefinition()
- Specified by:
getWsdlDefinition
in interface WSDLInterface
setWsdlDefinition
public void setWsdlDefinition(WSDLDefinition wsdlDefinition)
- Specified by:
setWsdlDefinition
in interface WSDLInterface
clone
public WSDLInterfaceImpl clone()
throws java.lang.CloneNotSupportedException
- Description copied from interface:
Interface
- Implementations must support cloning.
- Specified by:
clone
in interface Interface
- Overrides:
clone
in class InterfaceImpl
- Throws:
java.lang.CloneNotSupportedException