public class ResourceRegistration
extends GCUBEPortType
| Constructor and Description |
|---|
ResourceRegistration() |
public CreateResponse create(CreateMessage message)
throws InvalidResourceFault,
ResourceNotAcceptedFault,
CreateFault
message - SchemaValidationFaultResourceNotAcceptedFaultCreateFaultTypeInvalidResourceFaultCreateFaultpublic UpdateResponse update(UpdateMessage message)
throws InvalidResourceFault,
ResourceNotAcceptedFault,
UpdateFault
message - SchemaValidationFaultResourceNotAcceptedFaultUpdateFaultTypeInvalidResourceFaultUpdateFaultpublic RemoveResponse remove(RemoveMessage message)
throws RemoveFault,
java.rmi.RemoteException
message - id and type of the resource to removeResourceDoesNotExistFaultType - if the resource does not existRemoveFaultType - if an error occurs during the removalRemoveFaultjava.rmi.RemoteException