public class WSDLInterface extends Extendable
Constructor and Description |
---|
WSDLInterface(WSDLDefinitions wsdlDefinitions,
QName name)
Construct a WSDL interface for a given WSDL definition
|
Modifier and Type | Method and Description |
---|---|
void |
addFault(WSDLInterfaceFault fault) |
void |
addOperation(WSDLInterfaceOperation operation) |
QName[] |
getExtendList() |
WSDLInterfaceFault |
getFault(QName name) |
WSDLInterfaceFault |
getFault(String localName) |
WSDLInterfaceFault[] |
getFaults() |
QName |
getName() |
WSDLInterfaceOperation |
getOperation(QName name) |
WSDLInterfaceOperation |
getOperation(String localName) |
WSDLInterfaceOperation[] |
getOperations() |
WSDLInterfaceOperation[] |
getSortedOperations() |
String |
getStyleDefault() |
WSDLDefinitions |
getWsdlDefinitions() |
void |
setExtendList(QName[] extendList) |
void |
setStyleDefault(String styleDefault) |
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElements
public WSDLInterface(WSDLDefinitions wsdlDefinitions, QName name)
public WSDLDefinitions getWsdlDefinitions()
public QName getName()
public QName[] getExtendList()
public void setExtendList(QName[] extendList)
public String getStyleDefault()
public void setStyleDefault(String styleDefault)
public WSDLInterfaceOperation[] getOperations()
public WSDLInterfaceOperation[] getSortedOperations()
public WSDLInterfaceOperation getOperation(QName name)
public WSDLInterfaceOperation getOperation(String localName)
public void addOperation(WSDLInterfaceOperation operation)
public WSDLInterfaceFault[] getFaults()
public WSDLInterfaceFault getFault(QName name)
public WSDLInterfaceFault getFault(String localName)
public void addFault(WSDLInterfaceFault fault)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.