org.apache.ws.notification.base.v2004_06.porttype.impl
Class SubscriptionManagerPortTypeImpl
java.lang.Object
org.apache.ws.resource.AbstractPortType
org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
org.apache.ws.notification.base.v2004_06.porttype.impl.SubscriptionManagerPortTypeImpl
- All Implemented Interfaces:
- SubscriptionManagerPortType
- public class SubscriptionManagerPortTypeImpl
- extends org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
- implements SubscriptionManagerPortType
An implementation of the WS-BaseNotification SubscriptionManager portType.
- Author:
- Ian Springer (ian DOT springer AT hp DOT com)
Method Summary |
protected org.apache.ws.resource.properties.NamespaceVersionHolder |
getNamespaceSet()
|
org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.PauseSubscriptionResponseDocument |
pauseSubscription(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.PauseSubscriptionDocument requestDoc)
|
org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.ResumeSubscriptionResponseDocument |
resumeSubscription(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.ResumeSubscriptionDocument requestDoc)
|
Methods inherited from class org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType |
getProperties, refreshAllProperties, refreshProperty |
Methods inherited from class org.apache.ws.resource.AbstractPortType |
getResource, getResourceContext, getResourceHome, getResourceKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionManagerPortTypeImpl
public SubscriptionManagerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
pauseSubscription
public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.PauseSubscriptionResponseDocument pauseSubscription(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.PauseSubscriptionDocument requestDoc)
- Specified by:
pauseSubscription
in interface SubscriptionManagerPortType
- Parameters:
requestDoc
-
- Returns:
resumeSubscription
public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.ResumeSubscriptionResponseDocument resumeSubscription(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.ResumeSubscriptionDocument requestDoc)
- Specified by:
resumeSubscription
in interface SubscriptionManagerPortType
- Parameters:
requestDoc
-
- Returns:
getNamespaceSet
protected org.apache.ws.resource.properties.NamespaceVersionHolder getNamespaceSet()
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.