public class ARSOperation extends Object
| Constructor and Description |
|---|
ARSOperation(Element operationElem) |
ARSOperation(String name,
String soapActionURI,
String inputMappingName,
String inputTopElement,
String outputMappingName,
String outputTopElement,
String bindingStyle,
String useStyle,
String inNamespace,
String outNamespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateXML(Element webServiceElem) |
String |
getBindingStyle() |
String |
getInputMappingName() |
String |
getInputTopElement() |
String |
getMaxLimit()
Hack till we get admin tool changes in.
|
String |
getName() |
String |
getOptions() |
String |
getOutputMappingName() |
String |
getOutputTopElement() |
String |
getQualification() |
String |
getSoapActionURI() |
String |
getStartRecord()
Hack till we get admin tool changes in.
|
String |
getType() |
String |
getUseStyle() |
boolean |
parseXML(Element operationElem) |
public ARSOperation(Element operationElem)
public String getName()
public String getType()
public String getQualification()
public String getMaxLimit()
public String getStartRecord()
public String getOptions()
public String getSoapActionURI()
public String getInputMappingName()
public String getInputTopElement()
public String getOutputMappingName()
public String getOutputTopElement()
public String getUseStyle()
public String getBindingStyle()
public boolean parseXML(Element operationElem)
public void generateXML(Element webServiceElem)
? Copyright 2013 BMC Software, Inc.