Package org.apache.axis2.dataretrieval
Class ServiceData
- java.lang.Object
-
- org.apache.axis2.dataretrieval.ServiceData
-
public class ServiceData extends Object
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
Constructors Constructor Description ServiceData(org.apache.axiom.om.OMElement in_data)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeValue(String qName)StringgetDialect()org.apache.axiom.om.OMElementgetEndpointReference()org.apache.axiom.om.OMElementgetFileContent(ClassLoader classloader)StringgetIdentifier()org.apache.axiom.om.OMElementgetOMData()StringgetURL()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getDialect
public String getDialect()
-
getOMData
public org.apache.axiom.om.OMElement getOMData()
-
getURL
public String getURL()
-
getEndpointReference
public org.apache.axiom.om.OMElement getEndpointReference()
-
getFileContent
public org.apache.axiom.om.OMElement getFileContent(ClassLoader classloader) throws DataRetrievalException
- Throws:
DataRetrievalException
-
-