org.apache.ws.resource.properties.v2004_11.porttype.impl
Class SetResourcePropertiesPortTypeImpl

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.properties.impl.AbstractResourcePropertiesPortType
          extended byorg.apache.ws.resource.properties.impl.AbstractSetResourcePropertiesPortType
              extended byorg.apache.ws.resource.properties.v2004_11.porttype.impl.SetResourcePropertiesPortTypeImpl
All Implemented Interfaces:
SetResourcePropertiesPortType

public class SetResourcePropertiesPortTypeImpl
extends AbstractSetResourcePropertiesPortType
implements SetResourcePropertiesPortType

An implementation of the wsrpw:SetResourceProperties portType.

Author:
Ian P. Springer

Field Summary
 
Fields inherited from interface org.apache.ws.resource.properties.v2004_11.porttype.SetResourcePropertiesPortType
NAME
 
Constructor Summary
SetResourcePropertiesPortTypeImpl(ResourceContext resourceContext)
          Creates a new SetResourcePropertiesPortTypeImpl object.
 
Method Summary
protected  NamespaceVersionHolder getNamespaceSet()
           
protected  AbstractXmlBeansResourcePropertyValueChangeEvent getResourcePropertyValueChangeEvent(java.lang.Object[] oldValue, java.lang.Object[] newValue)
           
 org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesDocument requestDoc)
          Implementation of the wsrpw:SetResourceProperties operation.
 
Methods inherited from class org.apache.ws.resource.properties.impl.AbstractSetResourcePropertiesPortType
deleteResourceProperty, insertResourceProperty, updateResourceProperty
 
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

SetResourcePropertiesPortTypeImpl

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

Parameters:
resourceContext - DOCUMENT_ME
Method Detail

setResourceProperties

public org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.SetResourcePropertiesDocument requestDoc)
Implementation of the wsrpw:SetResourceProperties operation.

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

getNamespaceSet

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

getResourcePropertyValueChangeEvent

protected AbstractXmlBeansResourcePropertyValueChangeEvent getResourcePropertyValueChangeEvent(java.lang.Object[] oldValue,
                                                                                               java.lang.Object[] newValue)
Specified by:
getResourcePropertyValueChangeEvent in class AbstractSetResourcePropertiesPortType


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