public class DataServiceMeta
extends java.lang.Object
This metadata is used at to run the service, and also to generate the data service's WSDL
Constructor and Description |
---|
DataServiceMeta(java.lang.String pServiceNamespace,
java.lang.String pManagedEntityName,
ColumnsMeta pColumnsMeta)
Constructs a
DataServiceMeta object. |
Modifier and Type | Method and Description |
---|---|
ColumnsMeta |
getColumnsMeta()
Returns metadata about the columns.
|
java.lang.String |
getManagedEntityName()
Returns the name of the entity managed by the service.
|
java.lang.String |
getServiceNamespace()
Returns the base namespace for the service.
|
java.lang.String |
getServiceSchemaNamespace()
Returns the XSD namespace for the service's schema.
|
java.lang.String |
getServiceWSDLNamespace()
Returns the WSDL namespace for the service.
|
public DataServiceMeta(java.lang.String pServiceNamespace, java.lang.String pManagedEntityName, ColumnsMeta pColumnsMeta)
DataServiceMeta
object.pServiceNamespace
- service base namespace. For instance:
www.example.com/MyWSpManagedEntityName
- name of the entity managed by the service. For
instance Customer can be used a an entity name for a data
service accessing the SALES_CUSTOMERS tablepColumnsMeta
- columns metadata for the managed entitypublic ColumnsMeta getColumnsMeta()
ColumnsMeta
object representing the columns metadatapublic java.lang.String getManagedEntityName()
String
containing the managed entity namepublic java.lang.String getServiceNamespace()
String
containing the service base namespacepublic java.lang.String getServiceSchemaNamespace()
String
containing the XSD namespace for the service's schemapublic java.lang.String getServiceWSDLNamespace()
String
containing the WSDL namespace for the service