org.apache.ws.resource.properties.impl
Class AbstractGetResourcePropertiesPortType
java.lang.Object
org.apache.ws.resource.AbstractPortType
org.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGetResourcePropertiesPortType
protected AbstractGetResourcePropertiesPortType(ResourceContext resourceContext)
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.