org.apache.ws.eventing.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.eventing.porttype.impl.SubscriptionManagerPortTypeImpl
All Implemented Interfaces:
SubscriptionManagerPortType

public class SubscriptionManagerPortTypeImpl
extends org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
implements SubscriptionManagerPortType


Constructor Summary
SubscriptionManagerPortTypeImpl(org.apache.ws.resource.ResourceContext resourceContext)
           
 
Method Summary
protected  org.apache.ws.resource.properties.NamespaceVersionHolder getNamespaceSet()
           
 org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body)
           
 org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew(org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body)
           
 void unsubscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body)
           
 
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

renew

public org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew(org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body)
                                                                      throws java.rmi.RemoteException
Specified by:
renew in interface SubscriptionManagerPortType
Throws:
java.rmi.RemoteException

getStatus

public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body)
                                                                              throws java.rmi.RemoteException
Specified by:
getStatus in interface SubscriptionManagerPortType
Throws:
java.rmi.RemoteException

unsubscribe

public void unsubscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body)
                 throws java.rmi.RemoteException
Specified by:
unsubscribe in interface SubscriptionManagerPortType
Throws:
java.rmi.RemoteException

getNamespaceSet

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


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