|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WSDLInterface
Represents a WSDL interface.
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getName()
Returns the name of the WSDL interface. |
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(PortType portType)
Sets the WSDL interface portType |
void |
setWsdlDefinition(WSDLDefinition wsdlDefinition)
|
| Methods inherited from interface org.apache.tuscany.sca.interfacedef.Interface |
|---|
clone, getOperations, isConversational, isDynamic, isRemotable, resetDataBinding, setConversational, setDefaultDataBinding, setRemotable |
| Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint |
|---|
getApplicablePolicySets, getPolicySets |
| Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint |
|---|
getRequiredIntents, getType, setType |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Base |
|---|
isUnresolved, setUnresolved |
| Method Detail |
|---|
javax.xml.namespace.QName getName()
void setName(javax.xml.namespace.QName interfaceName)
interfaceName - the name of the WSDL interfacePortType getPortType()
void setPortType(PortType portType)
portType - the WSDL interface portTypeWSDLDefinition getWsdlDefinition()
void setWsdlDefinition(WSDLDefinition wsdlDefinition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||