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

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

public class InquireMetadataSoapImpl
extends Object
implements InquireMetadataPort


Constructor Summary
InquireMetadataSoapImpl()
           
 
Method Summary
 EntityReferenceList find_entityByMetadata(Find_entityByMetadata body)
           
 MetadataInfos get_entityMetadata(Get_entityMetadata body)
           
 MetadataInfo get_metadataDetail(Get_metadataDetail body)
           
 UriBag get_supportedEntityType(Get_supportedEntityType body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireMetadataSoapImpl

public InquireMetadataSoapImpl()
Method Detail

get_metadataDetail

public MetadataInfo get_metadataDetail(Get_metadataDetail body)
                                throws RemoteException,
                                       FaultDetailList
Specified by:
get_metadataDetail in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

find_entityByMetadata

public EntityReferenceList find_entityByMetadata(Find_entityByMetadata body)
                                          throws RemoteException,
                                                 FaultDetailList
Specified by:
find_entityByMetadata in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

get_entityMetadata

public MetadataInfos get_entityMetadata(Get_entityMetadata body)
                                 throws RemoteException,
                                        FaultDetailList
Specified by:
get_entityMetadata in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

get_supportedEntityType

public UriBag get_supportedEntityType(Get_supportedEntityType body)
                               throws RemoteException,
                                      FaultDetailList
Specified by:
get_supportedEntityType in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList