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

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
          extended byorg.apache.ws.resource.properties.impl.AbstractGetResourcePropertiesPortType
Direct Known Subclasses:
GetMultipleResourcePropertiesPortTypeImpl, GetMultipleResourcePropertiesPortTypeImpl, GetResourcePropertyPortTypeImpl, GetResourcePropertyPortTypeImpl

public abstract class AbstractGetResourcePropertiesPortType
extends AbstractResourcePropertiesPortType

A version-neutral base class that is extended by all impls of GetRP and GetMultipleRPs portTypes.

Author:
Ian Springer

Constructor Summary
protected AbstractGetResourcePropertiesPortType(ResourceContext resourceContext)
           
 
Method Summary
protected  void addPropertiesToResponse(ResourceProperty[] props, org.apache.xmlbeans.XmlObject response)
           
protected  void addPropertyToResponse(ResourceProperty prop, org.apache.xmlbeans.XmlObject response)
           
protected  ResourceProperty[] getMultipleProperties(javax.xml.namespace.QName[] propNames)
           
protected abstract  NamespaceVersionHolder getNamespaceSet()
           
protected  ResourceProperty getProperty(javax.xml.namespace.QName propName)
           
 
Methods inherited from class org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
getProperties, refreshAllProperties, refreshProperty
 
Methods inherited from class org.apache.ws.resource.AbstractPortType
getResource, getResourceContext, getResourceHome, getResourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGetResourcePropertiesPortType

protected AbstractGetResourcePropertiesPortType(ResourceContext resourceContext)
Method Detail

addPropertyToResponse

protected void addPropertyToResponse(ResourceProperty prop,
                                     org.apache.xmlbeans.XmlObject response)

addPropertiesToResponse

protected void addPropertiesToResponse(ResourceProperty[] props,
                                       org.apache.xmlbeans.XmlObject response)

getMultipleProperties

protected ResourceProperty[] getMultipleProperties(javax.xml.namespace.QName[] propNames)

getProperty

protected ResourceProperty getProperty(javax.xml.namespace.QName propName)

getNamespaceSet

protected abstract NamespaceVersionHolder getNamespaceSet()
Specified by:
getNamespaceSet in class AbstractPortType


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