org.apache.ws.notification.base.v2004_06.porttype.impl
Class SubscriptionManagerPortTypeImpl

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
          extended byorg.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)

Field Summary
 
Fields inherited from interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
NAME, PROP_QNAME_CONSUMER_REFERENCE, PROP_QNAME_CREATION_TIME, PROP_QNAME_PRECONDITION, PROP_QNAME_SELECTOR, PROP_QNAME_SUBSCRIPTION_POLICY, PROP_QNAME_TOPIC_EXPRESSION, PROP_QNAME_USE_NOTIFY, PROPS_DOC_NAME
 
Constructor Summary
SubscriptionManagerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
           
 
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
 

Constructor Detail

SubscriptionManagerPortTypeImpl

public SubscriptionManagerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
Method Detail

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.