org.apache.ws.eventing.services
Class AbstractService

java.lang.Object
  extended byorg.apache.ws.eventing.services.AbstractService
All Implemented Interfaces:
org.apache.ws.resource.handler.WsrfService
Direct Known Subclasses:
BrokerService, PublisherService, SubscriberService

public class AbstractService
extends java.lang.Object
implements org.apache.ws.resource.handler.WsrfService

Author:
Stefan Lischke

Field Summary
protected  boolean m_isInitialized
          DOCUMENT_ME
protected  org.apache.ws.resource.handler.ServiceSoapMethodNameMap m_methodNameMap
          DOCUMENT_ME
protected  org.apache.ws.resource.ResourceContext m_resourceContext
           
 
Constructor Summary
AbstractService()
           
 
Method Summary
 java.lang.String getMethodName(javax.xml.namespace.QName requestQname)
          DOCUMENT_ME
 org.apache.ws.resource.handler.SoapMethodNameMap getMethodNameMap()
          DOCUMENT_ME
 org.apache.ws.resource.ResourceContext getResourceContext()
          DOCUMENT_ME
 void init()
          DOCUMENT_ME
protected  boolean isInitialized()
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_resourceContext

protected org.apache.ws.resource.ResourceContext m_resourceContext

m_methodNameMap

protected org.apache.ws.resource.handler.ServiceSoapMethodNameMap m_methodNameMap
DOCUMENT_ME


m_isInitialized

protected boolean m_isInitialized
DOCUMENT_ME

Constructor Detail

AbstractService

public AbstractService()
Method Detail

getMethodName

public java.lang.String getMethodName(javax.xml.namespace.QName requestQname)
DOCUMENT_ME

Parameters:
requestQname - DOCUMENT_ME
Returns:
DOCUMENT_ME

getResourceContext

public org.apache.ws.resource.ResourceContext getResourceContext()
DOCUMENT_ME

Specified by:
getResourceContext in interface org.apache.ws.resource.handler.WsrfService
Returns:
DOCUMENT_ME

getMethodNameMap

public final org.apache.ws.resource.handler.SoapMethodNameMap getMethodNameMap()
DOCUMENT_ME

Specified by:
getMethodNameMap in interface org.apache.ws.resource.handler.WsrfService
Returns:
DOCUMENT_ME

init

public void init()
DOCUMENT_ME

Specified by:
init in interface org.apache.ws.resource.handler.WsrfService

isInitialized

protected final boolean isInitialized()
DOCUMENT_ME

Returns:
DOCUMENT_ME


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