public class ARSWebService extends Object
| Constructor and Description |
|---|
ARSWebService(ARSWebService oldWs,
String schemaUri,
StringBuffer warnings) |
ARSWebService(Element elem) |
ARSWebService(String name,
String targetNamespace,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPort(ARSPort port)
Add the given ARSPort object to the list of available ports in the web service object
|
void |
generateXML(Document doc)
Throw away the existint element, and create a new one using the parent document object
Once element for this web service is created, iterate through the available ports, and
generate xml for each of those as well.
|
String |
getDescription() |
Element |
getElement()
Return the xml element that represents this service.
|
String |
getName() |
Collection |
getPorts() |
String |
getTargetNamespace() |
void |
parseXML()
Given the xml element that corresponds to a web service, parse the element, and create
the ports that are available for this service.
|
public ARSWebService(Element elem)
public ARSWebService(ARSWebService oldWs, String schemaUri, StringBuffer warnings)
public String getName()
public String getTargetNamespace()
public String getDescription()
public Collection getPorts()
public void parseXML()
public void addPort(ARSPort port)
port - public Element getElement()
public void generateXML(Document doc)
doc - ? Copyright 2013 BMC Software, Inc.