org.apache.ws.notification.base.v2004_06.porttype.impl
Class NotificationProducerPortTypeImpl
java.lang.Object
org.apache.ws.resource.AbstractPortType
org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
org.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)
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 |
NotificationProducerPortTypeImpl
public NotificationProducerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
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.