public class Operation extends ModelObject
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelVisitor visitor) |
void |
addFault(Fault f) |
Iterator |
getAllFaults() |
Set |
getAllFaultsSet() |
int |
getFaultCount() |
Iterator |
getFaults() |
Set |
getFaultsSet() |
JavaMethod |
getJavaMethod() |
QName |
getName() |
Request |
getRequest() |
Response |
getResponse() |
String |
getSOAPAction() |
SOAPStyle |
getStyle() |
String |
getUniqueName() |
SOAPUse |
getUse() |
boolean |
isOverloaded() |
void |
setFaultsSet(Set s) |
void |
setJavaMethod(JavaMethod i) |
void |
setName(QName n) |
void |
setRequest(Request r) |
void |
setResponse(Response r) |
void |
setSOAPAction(String s) |
void |
setStyle(SOAPStyle s) |
void |
setUniqueName(String s) |
void |
setUse(SOAPUse u) |
getProperties, getPropertiesMap, getProperty, removeProperty, setPropertiesMap, setPropertypublic Operation()
public Operation(QName name)
public QName getName()
public void setName(QName n)
public String getUniqueName()
public void setUniqueName(String s)
public Request getRequest()
public void setRequest(Request r)
public Response getResponse()
public void setResponse(Response r)
public boolean isOverloaded()
public void addFault(Fault f)
public Iterator getFaults()
public Set getFaultsSet()
public void setFaultsSet(Set s)
public Iterator getAllFaults()
public Set getAllFaultsSet()
public int getFaultCount()
public JavaMethod getJavaMethod()
public void setJavaMethod(JavaMethod i)
public String getSOAPAction()
public void setSOAPAction(String s)
public SOAPStyle getStyle()
public void setStyle(SOAPStyle s)
public SOAPUse getUse()
public void setUse(SOAPUse u)
public void accept(ModelVisitor visitor) throws Exception
accept in class ModelObjectExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.