| |
|
| java.lang.Object org.apache.axis2.dataretrieval.ServiceData
ServiceData | public class ServiceData (Code) | | This represents the service data for a dialect and identifier if specified.
Basically, the Data element defined in the ServiceData.xml packaged in
a Web Service's achieve file.
|
Constructor Summary | |
public | ServiceData(OMElement in_data) |
ServiceData | public ServiceData(OMElement in_data)(Code) | | Constructor
Parameters: in_data - an Data element in the ServiceData. |
getEndpointReference | public OMElement getEndpointReference()(Code) | | |
getOMData | public OMElement getOMData()(Code) | | |
|
|
|