|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.DataServiceMeta
This class provides metadata about the data service, its namespace and its managed entity. Service metadata include:
This metadata is used at to run the service, and also to generate the data service's WSDL
Constructor Summary | |
DataServiceMeta(java.lang.String pServiceNamespace,
java.lang.String pManagedEntityName,
ColumnsMeta pColumnsMeta)
Constructs a DataServiceMeta object. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataServiceMeta(java.lang.String pServiceNamespace, java.lang.String pManagedEntityName, ColumnsMeta pColumnsMeta)
DataServiceMeta
object.
pServiceNamespace
- service base namespace. For instance:
www.mycompany.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 entityMethod Detail |
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |