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

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.SetResourcePropertiesProvider
All Implemented Interfaces:
SetResourcePropertiesPortType

public class SetResourcePropertiesProvider
extends AbstractResourcePropertiesPortType
implements SetResourcePropertiesPortType

LOG-DONE An operation provider for wsrp:SetResourceProperties.

Author:
Ian P. Springer

Field Summary
 
Fields inherited from interface org.apache.ws.resource.properties.v1_2.porttype.SetResourcePropertiesPortType
NAME
 
Constructor Summary
SetResourcePropertiesProvider(ResourceContext resourceContext)
          Creates a new SetResourcePropertiesProvider object.
 
Method Summary
protected  void deleteResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.DeleteType deleteElem)
          DOCUMENT_ME
protected  void insertResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.InsertType insertElem)
          DOCUMENT_ME
 org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesDocument requestDoc)
          Implementation of the wsrp:SetResourceProperties operation.
protected  void updateResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.UpdateType updateElem)
          DOCUMENT_ME
 
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

SetResourcePropertiesProvider

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

Parameters:
resourceContext - DOCUMENT_ME
Method Detail

setResourceProperties

public org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesDocument requestDoc)
Implementation of the wsrp:SetResourceProperties operation.

Specified by:
setResourceProperties in interface SetResourcePropertiesPortType
Parameters:
requestDoc - the requestDoc XMLBean
Returns:
the response XMLBean
Throws:
InvalidResourcePropertyQNameFaultException
ResoureKeyHeaderNotFoundFaultException

deleteResourceProperty

protected void deleteResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.DeleteType deleteElem)
DOCUMENT_ME

Parameters:
deleteElem - DOCUMENT_ME

insertResourceProperty

protected void insertResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.InsertType insertElem)
DOCUMENT_ME

Parameters:
insertElem - DOCUMENT_ME

updateResourceProperty

protected void updateResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.UpdateType updateElem)
DOCUMENT_ME

Parameters:
updateElem - DOCUMENT_ME


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