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

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.NotificationProducerPortTypeImpl
All Implemented Interfaces:
NotificationProducerPortType

public class NotificationProducerPortTypeImpl
extends org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
implements NotificationProducerPortType

An implementation of the WS-BaseNotification NotificationProducer 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.NotificationProducerPortType
NAME, PROP_QNAME_FIXED_TOPIC_SET, PROP_QNAME_TOPIC, PROP_QNAME_TOPIC_EXPRESSION_DIALECTS, PROPS_DOC_NAME
 
Constructor Summary
NotificationProducerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
           
 
Method Summary
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
           
protected  org.apache.ws.resource.properties.NamespaceVersionHolder getNamespaceSet()
           
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument 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

NotificationProducerPortTypeImpl

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

subscribe

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
Specified by:
subscribe in interface NotificationProducerPortType
Parameters:
requestDoc -
Returns:
See Also:
NotificationProducerPortType.subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument)

getCurrentMessage

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
Specified by:
getCurrentMessage in interface NotificationProducerPortType
Parameters:
requestDoc -
Returns:
See Also:
NotificationProducerPortType.getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument)

getNamespaceSet

protected org.apache.ws.resource.properties.NamespaceVersionHolder getNamespaceSet()


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.