|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.metadata.MetadataUtils
public class MetadataUtils
| Constructor Summary | |
|---|---|
MetadataUtils()
|
|
| Method Summary | |
|---|---|
static DomainModel |
deserializeDomainModel(java.io.Reader xmlReader)
Create an instance of the data service metadata from the specified reader. |
static ServiceMetadata |
deserializeServiceMetadata(java.io.Reader xmlReader)
Create an instance of the service metadata from the specified reader. |
static DomainModel |
getDomainModel(org.apache.axis.message.addressing.EndpointReferenceType serviceEPR)
Obtain the data service metadata from the specified service. |
static ServiceMetadata |
getServiceMetadata(org.apache.axis.message.addressing.EndpointReferenceType serviceEPR)
Obtain the service metadata from the specified service. |
static void |
serializeDomainModel(DomainModel domainModel,
java.io.Writer writer)
Write the XML representation of the specified metadata to the specified writer. |
static void |
serializeServiceMetadata(ServiceMetadata metadata,
java.io.Writer writer)
Write the XML representation of the specified metadata to the specified writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataUtils()
| Method Detail |
|---|
public static ServiceMetadata getServiceMetadata(org.apache.axis.message.addressing.EndpointReferenceType serviceEPR)
throws InvalidResourcePropertyException,
RemoteResourcePropertyRetrievalException,
ResourcePropertyRetrievalException
serviceEPR -
InvalidResourcePropertyException
RemoteResourcePropertyRetrievalException
ResourcePropertyRetrievalException
public static DomainModel getDomainModel(org.apache.axis.message.addressing.EndpointReferenceType serviceEPR)
throws InvalidResourcePropertyException,
RemoteResourcePropertyRetrievalException,
ResourcePropertyRetrievalException
serviceEPR -
InvalidResourcePropertyException
RemoteResourcePropertyRetrievalException
ResourcePropertyRetrievalException
public static void serializeServiceMetadata(ServiceMetadata metadata,
java.io.Writer writer)
throws java.lang.Exception
metadata - writer -
java.lang.Exception
public static ServiceMetadata deserializeServiceMetadata(java.io.Reader xmlReader)
throws java.lang.Exception
xmlReader -
java.lang.Exception
public static void serializeDomainModel(DomainModel domainModel,
java.io.Writer writer)
throws java.lang.Exception
domainModel - writer -
java.lang.Exception
public static DomainModel deserializeDomainModel(java.io.Reader xmlReader)
throws java.lang.Exception
xmlReader -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||