public class Operation extends ModelObject
errorReceiver
Constructor and Description |
---|
Operation(Entity entity) |
Operation(Operation operation,
Entity entity) |
Operation(QName name,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelVisitor visitor) |
void |
addFault(Fault f) |
Set<Block> |
getAllFaultBlocks() |
Iterator<Fault> |
getAllFaults() |
Set<Fault> |
getAllFaultsSet() |
String |
getCustomizedName() |
int |
getFaultCount() |
Iterator<Fault> |
getFaults() |
Set<Fault> |
getFaultsSet() |
JavaMethod |
getJavaMethod() |
String |
getJavaMethodName() |
QName |
getName() |
Request |
getRequest() |
Response |
getResponse() |
String |
getSOAPAction() |
SOAPStyle |
getStyle() |
String |
getUniqueName() |
SOAPUse |
getUse() |
Operation |
getWSDLPortTypeOperation() |
boolean |
isOverloaded() |
boolean |
isWrapped() |
void |
setCustomizedName(String name) |
void |
setFaultsSet(Set<Fault> 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) |
void |
setWrapped(boolean isWrapped) |
void |
setWSDLPortTypeOperation(Operation wsdlOperation) |
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
public Operation(Entity entity)
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 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 boolean isWrapped()
public void setWrapped(boolean isWrapped)
public void accept(ModelVisitor visitor) throws Exception
accept
in class ModelObject
Exception
public void setCustomizedName(String name)
public String getCustomizedName()
public String getJavaMethodName()
public Operation getWSDLPortTypeOperation()
public void setWSDLPortTypeOperation(Operation wsdlOperation)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.