org.apache.ws.resource.properties.v2004_06.porttype.impl
Class GetResourcePropertyPortTypeImpl

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
              extended byorg.apache.ws.resource.properties.v2004_06.porttype.impl.GetResourcePropertyPortTypeImpl
All Implemented Interfaces:
GetResourcePropertyPortType

public class GetResourcePropertyPortTypeImpl
extends AbstractGetResourcePropertiesPortType
implements GetResourcePropertyPortType

An operation provider for wsrp:GetResourceProperty.

Author:
Ian P. Springer

Field Summary
 
Fields inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType
NAME
 
Constructor Summary
GetResourcePropertyPortTypeImpl(ResourceContext resourceContext)
          Creates a new GetResourcePropertyPortTypeImpl object.
 
Method Summary
protected  NamespaceVersionHolder getNamespaceSet()
           
 org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyResponseDocument getResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument requestDoc)
          Implementation of the wsrp:GetResourceProperty operation.
 
Methods inherited from class org.apache.ws.resource.properties.impl.AbstractGetResourcePropertiesPortType
addPropertiesToResponse, addPropertyToResponse, getMultipleProperties, getProperty
 
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

GetResourcePropertyPortTypeImpl

public GetResourcePropertyPortTypeImpl(ResourceContext resourceContext)
Creates a new GetResourcePropertyPortTypeImpl object.

Parameters:
resourceContext - DOCUMENT_ME
Method Detail

getResourceProperty

public org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyResponseDocument getResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument requestDoc)
Implementation of the wsrp:GetResourceProperty operation.

Specified by:
getResourceProperty in interface GetResourcePropertyPortType
Parameters:
requestDoc - the requestDoc XMLBean
Returns:
the response XMLBean
Throws:
InvalidResourcePropertyQNameFaultException
ResourceKeyHeaderNotFoundFaultException

getNamespaceSet

protected NamespaceVersionHolder getNamespaceSet()
Specified by:
getNamespaceSet in class AbstractGetResourcePropertiesPortType


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