org.apache.ws.resource.properties.impl
Class AbstractResourcePropertiesPortType

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
Direct Known Subclasses:
AbstractGetResourcePropertiesPortType, AbstractSetResourcePropertiesPortType, GetResourcePropertyDocumentPortTypeImpl, QueryResourcePropertiesPortTypeImpl, QueryResourcePropertiesPortTypeImpl, ScheduledResourceTerminationPortTypeImpl, ScheduledResourceTerminationPortTypeImpl

public abstract class AbstractResourcePropertiesPortType
extends AbstractPortType

A version-neutral base class that is extended by all portType impls that make use of resource properties.

Author:
Ian Springer

Constructor Summary
protected AbstractResourcePropertiesPortType(ResourceContext resourceContext)
          Creates a new AbstractResourcePropertiesPortType object.
 
Method Summary
protected  ResourcePropertySet getProperties()
          DOCUMENT_ME
protected  void refreshAllProperties()
           
protected  void refreshProperty(ResourceProperty prop)
           
 
Methods inherited from class org.apache.ws.resource.AbstractPortType
getNamespaceSet, getResource, getResourceContext, getResourceHome, getResourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResourcePropertiesPortType

protected AbstractResourcePropertiesPortType(ResourceContext resourceContext)
Creates a new AbstractResourcePropertiesPortType object.

Parameters:
resourceContext - DOCUMENT_ME
Method Detail

getProperties

protected final ResourcePropertySet getProperties()
DOCUMENT_ME

Returns:
DOCUMENT_ME

refreshAllProperties

protected void refreshAllProperties()

refreshProperty

protected void refreshProperty(ResourceProperty prop)


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