gov.nasa.pds.harvest.registry
Class PdsRegistryService

java.lang.Object
  extended by gov.nasa.pds.harvest.registry.PdsRegistryService

public class PdsRegistryService
extends Object


Constructor Summary
PdsRegistryService(String url)
           
PdsRegistryService(String url, SecurityContext securityContext, String user, String password)
           
 
Method Summary
 String createPackage(RegistryPackage registryPackage)
           
 boolean hasProduct(String lid)
           
 boolean hasProduct(String lid, String vid)
           
 String ingest(ExtrinsicObject extrinsic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdsRegistryService

public PdsRegistryService(String url)
                   throws RegistryClientException
Throws:
RegistryClientException

PdsRegistryService

public PdsRegistryService(String url,
                          SecurityContext securityContext,
                          String user,
                          String password)
                   throws RegistryClientException
Throws:
RegistryClientException
Method Detail

hasProduct

public boolean hasProduct(String lid)

hasProduct

public boolean hasProduct(String lid,
                          String vid)
                   throws RegistryServiceException
Throws:
RegistryServiceException

ingest

public String ingest(ExtrinsicObject extrinsic)
              throws RegistryServiceException
Throws:
RegistryServiceException

createPackage

public String createPackage(RegistryPackage registryPackage)
                     throws RegistryServiceException
Throws:
RegistryServiceException


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.