uk.ac.soton.ecs.grimoires.server.impl.metadata.api
Class PublishMetadataSoapImpl

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.api.PublishMetadataSoapImpl
All Implemented Interfaces:
PublishMetadataPort, Remote

public class PublishMetadataSoapImpl
extends Object
implements PublishMetadataPort


Constructor Summary
PublishMetadataSoapImpl()
           
 
Method Summary
 MetadataInfo addMetadataToEntity(AddMetadataToEntity body)
           
 boolean deleteMetadata(DeleteMetadata body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishMetadataSoapImpl

public PublishMetadataSoapImpl()
Method Detail

addMetadataToEntity

public MetadataInfo addMetadataToEntity(AddMetadataToEntity body)
                                 throws RemoteException,
                                        FaultDetailList
Specified by:
addMetadataToEntity in interface PublishMetadataPort
Throws:
RemoteException
FaultDetailList

deleteMetadata

public boolean deleteMetadata(DeleteMetadata body)
                       throws RemoteException,
                              FaultDetailList
Specified by:
deleteMetadata in interface PublishMetadataPort
Throws:
RemoteException
FaultDetailList