org.apache.ws.notification.pubsub
Class SubscriptionHome

java.lang.Object
  extended byorg.apache.ws.resource.impl.AbstractResourceHome
      extended byorg.apache.ws.notification.pubsub.SubscriptionHome
All Implemented Interfaces:
org.apache.ws.util.jndi.Initializable, org.apache.ws.resource.ResourceCreation, org.apache.ws.resource.ResourceDestruction, org.apache.ws.resource.ResourceHome, java.io.Serializable

public class SubscriptionHome
extends org.apache.ws.resource.impl.AbstractResourceHome

Author:
Stefan Lischke
See Also:
Serialized Form

Field Summary
static java.lang.String HOME_LOCATION
          DOCUMENT_ME
static java.lang.String PORT_NAME
          The WSDL Port name associated with the resource.
static javax.xml.namespace.QName PORT_TYPE
          The management PortType associated with this resource.
static javax.xml.namespace.QName RESOURCE_KEY_NAME
          The name of the resource key for this resource.
static javax.xml.namespace.QName SERVICE_NAME
          The service endpoint name as registered with the SOAP Platform.
 
Fields inherited from class org.apache.ws.resource.impl.AbstractResourceHome
m_lockManager, m_resourceIsPersistent, m_resources
 
Constructor Summary
SubscriptionHome()
           
 
Method Summary
 Subscription create()
           
 org.apache.ws.resource.NamespaceVersionHolder getNamespaceSet()
          DOCUMENT_ME
 javax.xml.namespace.QName getPortType()
          DOCUMENT_ME
 javax.xml.namespace.QName getResourceKeyNameQName()
          DOCUMENT_ME
protected  java.util.Map getResourceMap()
          Returns a map of all SubscriptionResource instances.
 javax.xml.namespace.QName getServiceName()
          DOCUMENT_ME
 java.lang.String getServicePortName()
          DOCUMENT_ME
 
Methods inherited from class org.apache.ws.resource.impl.AbstractResourceHome
add, addResourceCreationListener, addResourceDestructionListener, createInstance, createNewInstanceAndLoad, createResourceMap, extractResourceIdentifier, extractResourceIdentifier, find, getCacheLocation, getEndpointReference, getMetadataConfig, getPortComponentName, getResourceClassName, getResourceIdentifierReferenceParameterName, getResourceIdentifierReferenceParameterQName, getServiceClassName, getSweeperDelay, getWsdlTargetNamespace, init, initCachePolicy, isInitialized, remove, removeResourceCreationListener, removeResourceDestructionListener, setCacheLocation, setMetadataConfig, setPortComponentName, setResourceClass, setResourceClassName, setResourceIdentifierReferenceParameterName, setServiceClass, setServiceClassName, setSweeperDelay, setWsdlTargetNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final javax.xml.namespace.QName SERVICE_NAME
The service endpoint name as registered with the SOAP Platform. This is useful for building EPR's.


PORT_TYPE

public static final javax.xml.namespace.QName PORT_TYPE
The management PortType associated with this resource. This is useful for building EPR's.


PORT_NAME

public static final java.lang.String PORT_NAME
The WSDL Port name associated with the resource. This is useful for building EPR's.

See Also:
Constant Field Values

RESOURCE_KEY_NAME

public static final javax.xml.namespace.QName RESOURCE_KEY_NAME
The name of the resource key for this resource.


HOME_LOCATION

public static final java.lang.String HOME_LOCATION
DOCUMENT_ME

Constructor Detail

SubscriptionHome

public SubscriptionHome()
Method Detail

getNamespaceSet

public org.apache.ws.resource.NamespaceVersionHolder getNamespaceSet()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getPortType

public javax.xml.namespace.QName getPortType()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getResourceKeyNameQName

public javax.xml.namespace.QName getResourceKeyNameQName()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getServiceName

public javax.xml.namespace.QName getServiceName()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getServicePortName

public java.lang.String getServicePortName()
DOCUMENT_ME

Returns:
DOCUMENT_ME

create

public Subscription create()

getResourceMap

protected final java.util.Map getResourceMap()
Returns a map of all SubscriptionResource instances. Used by the AbstractResourceHome superclass.



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