org.apache.ws.eventing.services
Class SubscriberService

java.lang.Object
  extended byorg.apache.ws.eventing.services.AbstractService
      extended byorg.apache.ws.eventing.services.SubscriberService
All Implemented Interfaces:
NotificationPortType, SubscriptionEndPortType, org.apache.ws.resource.handler.WsrfService

public class SubscriberService
extends AbstractService
implements SubscriptionEndPortType, NotificationPortType


Field Summary
 
Fields inherited from class org.apache.ws.eventing.services.AbstractService
m_isInitialized, m_methodNameMap, m_resourceContext
 
Constructor Summary
SubscriberService(org.apache.ws.resource.ResourceContext resourceContext)
           
 
Method Summary
 void filter(org.apache.axis.message.SOAPEnvelope req, org.apache.axis.message.SOAPEnvelope resp)
           
 void subscriptionEnd(org.xmlsoap.schemas.ws.x2004.x08.eventing.SubscriptionEndDocument body)
           
 
Methods inherited from class org.apache.ws.eventing.services.AbstractService
getMethodName, getMethodNameMap, getResourceContext, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriberService

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

subscriptionEnd

public void subscriptionEnd(org.xmlsoap.schemas.ws.x2004.x08.eventing.SubscriptionEndDocument body)
                     throws java.rmi.RemoteException
Specified by:
subscriptionEnd in interface SubscriptionEndPortType
Throws:
java.rmi.RemoteException

filter

public void filter(org.apache.axis.message.SOAPEnvelope req,
                   org.apache.axis.message.SOAPEnvelope resp)
Specified by:
filter in interface NotificationPortType


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