de.fzj.unicore.wsrflite.xmlbeans
Interface ResourceLifetime
- All Superinterfaces:
- WSRFConstants
- All Known Subinterfaces:
- AdminService, ISubscription, ServiceGroupEntry, WSResource, WSRFNotificationProducer
- All Known Implementing Classes:
- AdminServiceImpl, NotificationProducerImpl, ServiceGroupEntryImpl, ServiceGroupImpl, ServiceGroupRegistrationImpl, SubscriptionImpl, WSResourceImpl
public interface ResourceLifetime
- extends WSRFConstants
ResourceLifetime interface
(XMLBeans binding)
| Fields inherited from interface de.fzj.unicore.wsrflite.WSRFConstants |
QUERY_EXPRESSION_DIALECT_XPATH, RPcurrentTimeQName, RPterminationTimeQName, WSRL_BASENS, WSRL_DESTROY, WSRL_DESTROY_PORT, WSRL_SCHEDULED, WSRL_SET_TERMTIME_PORT, WSRP_BASENS, WSRP_DELETE_RP, WSRP_DELETE_RP_PORT, WSRP_GET_MULTIPLE_RP, WSRP_GET_MULTIPLE_RP_PORT, WSRP_GET_RP, WSRP_GET_RP_DOCUMENT, WSRP_GET_RP_DOCUMENT_PORT, WSRP_GET_RP_PORT, WSRP_INSERT_RP, WSRP_INSERT_RP_PORT, WSRP_PUT_RP_DOCUMENT, WSRP_PUT_RP_DOCUMENT_PORT, WSRP_QUERY_RP, WSRP_QUERY_RP_PORT, WSRP_RP_QueryExpressionDialect, WSRP_SET_RP, WSRP_SET_RP_PORT, WSRP_UPDATE_RP, WSRP_UPDATE_RP_PORT |
|
Method Summary |
org.oasisOpen.docs.wsrf.rl2.DestroyResponseDocument |
Destroy(org.oasisOpen.docs.wsrf.rl2.DestroyDocument in)
|
org.oasisOpen.docs.wsrf.rl2.SetTerminationTimeResponseDocument |
SetTerminationTime(org.oasisOpen.docs.wsrf.rl2.SetTerminationTimeDocument in)
|
Destroy
org.oasisOpen.docs.wsrf.rl2.DestroyResponseDocument Destroy(org.oasisOpen.docs.wsrf.rl2.DestroyDocument in)
throws ResourceNotDestroyedFault,
ResourceUnknownFault,
ResourceUnavailableFault
- Throws:
ResourceNotDestroyedFault
ResourceUnknownFault
ResourceUnavailableFault
SetTerminationTime
org.oasisOpen.docs.wsrf.rl2.SetTerminationTimeResponseDocument SetTerminationTime(org.oasisOpen.docs.wsrf.rl2.SetTerminationTimeDocument in)
throws UnableToSetTerminationTimeFault,
TerminationTimeChangeRejectedFault,
ResourceUnknownFault,
ResourceUnavailableFault
- Throws:
UnableToSetTerminationTimeFault
TerminationTimeChangeRejectedFault
ResourceUnknownFault
ResourceUnavailableFault
Copyright © 2010. All Rights Reserved.