org.apache.ws.resource.properties.v1_2.porttype.impl
Class GetResourcePropertyProvider

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.properties.v1_2.porttype.impl.AbstractResourcePropertiesPortType
          extended byorg.apache.ws.resource.properties.v1_2.porttype.impl.GetResourcePropertyProvider
All Implemented Interfaces:
GetResourcePropertyPortType

public class GetResourcePropertyProvider
extends AbstractResourcePropertiesPortType
implements GetResourcePropertyPortType

An operation provider for wsrp:GetResourceProperty.

Author:
Ian P. Springer

Field Summary
 
Fields inherited from interface org.apache.ws.resource.properties.v1_2.porttype.GetResourcePropertyPortType
NAME
 
Constructor Summary
GetResourcePropertyProvider(ResourceContext resourceContext)
          Creates a new GetResourcePropertyProvider object.
 
Method Summary
 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.v1_2.porttype.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

GetResourcePropertyProvider

public GetResourcePropertyProvider(ResourceContext resourceContext)
Creates a new GetResourcePropertyProvider 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
ResoureKeyHeaderNotFoundFaultException


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