org.apache.ws.muws.v1_0.impl.advertiser
Class ResourceAdvertiserResource

java.lang.Object
  extended byorg.apache.ws.muws.v1_0.impl.advertiser.AbstractResourceAdvertiserResource
      extended byorg.apache.ws.muws.v1_0.impl.advertiser.ResourceAdvertiserResource
All Implemented Interfaces:
org.apache.ws.notification.base.NotificationProducerResource, org.apache.ws.resource.PropertiesResource, org.apache.ws.resource.Resource

public class ResourceAdvertiserResource
extends AbstractResourceAdvertiserResource

A ResourceAdvertiser WS-Resource.

NOTE: This class is generated but IS meant to be modified.


Field Summary
static WsdmNamespaceVersionHolderImpl SPEC_NAMESPACE_SET
          A NamespaceVerionHolder which maintains the QNames of Spec Wsdls
 
Fields inherited from class org.apache.ws.muws.v1_0.impl.advertiser.AbstractResourceAdvertiserResource
m_endpointReference, m_id, m_propSet
 
Constructor Summary
ResourceAdvertiserResource()
           
 
Method Summary
 java.util.List findHomes(javax.naming.Context ctx, java.util.List list, java.lang.String fullname)
          Locates the JNDI-deployed homes and returns a list containing their lookup strings
 void init()
          Initializes this resource's state (properties, etc.).
 
Methods inherited from class org.apache.ws.muws.v1_0.impl.advertiser.AbstractResourceAdvertiserResource
addTerminationListener, destroy, getEndpointReference, getID, getResourcePropertySet, getTopicSpaceSet, setEndpointReference, setID, setResourcePropertySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEC_NAMESPACE_SET

public static final WsdmNamespaceVersionHolderImpl SPEC_NAMESPACE_SET
A NamespaceVerionHolder which maintains the QNames of Spec Wsdls

Constructor Detail

ResourceAdvertiserResource

public ResourceAdvertiserResource()
Method Detail

init

public void init()
Initializes this resource's state (properties, etc.).

Specified by:
init in interface org.apache.ws.resource.Resource
Overrides:
init in class AbstractResourceAdvertiserResource

findHomes

public java.util.List findHomes(javax.naming.Context ctx,
                                java.util.List list,
                                java.lang.String fullname)
                         throws javax.naming.NamingException
Locates the JNDI-deployed homes and returns a list containing their lookup strings

Parameters:
ctx -
list -
fullname -
Returns:
A list of homes.
Throws:
javax.naming.NamingException


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