public class WSDLBinding extends Extendable implements Serializable
| Constructor and Description |
|---|
WSDLBinding(WSDLDefinitions wsdlDefinitions,
QName name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFault(WSDLBindingFault fault) |
void |
addOperation(WSDLBindingOperation operation) |
WSDLBindingFault[] |
getFaults() |
WSDLInterface |
getInterface() |
QName |
getInterfaceName() |
QName |
getName() |
WSDLBindingOperation |
getOperationByRef(QName qname) |
WSDLBindingOperation[] |
getOperations() |
String |
getType() |
WSDLDefinitions |
getWsdlDefinitions() |
void |
setInterfaceName(QName interfaceName) |
void |
setType(String type) |
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElementspublic WSDLBinding(WSDLDefinitions wsdlDefinitions, QName name)
public WSDLDefinitions getWsdlDefinitions()
public QName getName()
public QName getInterfaceName()
public void setInterfaceName(QName interfaceName)
public WSDLInterface getInterface()
public String getType()
public void setType(String type)
public WSDLBindingFault[] getFaults()
public void addFault(WSDLBindingFault fault)
public WSDLBindingOperation[] getOperations()
public WSDLBindingOperation getOperationByRef(QName qname)
public void addOperation(WSDLBindingOperation operation)
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.