Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.notification.base.v2004_06.porttype.impl
Class SubscriptionManagerPortTypeImpl  view SubscriptionManagerPortTypeImpl download SubscriptionManagerPortTypeImpl.java

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:
org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType

public class SubscriptionManagerPortTypeImpl
extends org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
implements org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType

An implementation of the WS-BaseNotification SubscriptionManager portType.


Field Summary
private static org.apache.ws.notification.base.WsnNamespaceVersionHolder NAMESPACE_SET
           
 
Fields inherited from class org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
 
Fields inherited from class org.apache.ws.resource.AbstractPortType
 
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
private  PauseSubscriptionResponseDocument createPauseSubscriptionResponseDocument()
           
private  ResumeSubscriptionResponseDocument createResumeSubscriptionResponseDocument()
           
protected  org.apache.ws.resource.properties.NamespaceVersionHolder getNamespaceSet()
           
 PauseSubscriptionResponseDocument pauseSubscription(PauseSubscriptionDocument requestDoc)
           
 ResumeSubscriptionResponseDocument resumeSubscription(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
 

Field Detail

NAMESPACE_SET

private static final org.apache.ws.notification.base.WsnNamespaceVersionHolder NAMESPACE_SET
Constructor Detail

SubscriptionManagerPortTypeImpl

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

pauseSubscription

public PauseSubscriptionResponseDocument pauseSubscription(PauseSubscriptionDocument requestDoc)
Specified by:
pauseSubscription in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType

resumeSubscription

public ResumeSubscriptionResponseDocument resumeSubscription(ResumeSubscriptionDocument requestDoc)
Specified by:
resumeSubscription in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType

createPauseSubscriptionResponseDocument

private PauseSubscriptionResponseDocument createPauseSubscriptionResponseDocument()

createResumeSubscriptionResponseDocument

private ResumeSubscriptionResponseDocument createResumeSubscriptionResponseDocument()

getNamespaceSet

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