org.apache.muse.ws.resource.properties.set
Interface SetRequest

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
SimpleSetRequest

public interface SetRequest
extends XmlSerializable

SetRequest is a simple collection of SetRequestComponents. It represents the parameters of a wsrf-rp:SetResourceProperties request. Instances of this type do not perform any set commands themselves, they simply contain the definitions of the commands (SetReqeustComponents).

Author:
Dan Jemiolo (danj)

Method Summary
 void addRequestComponent(SetRequestComponent operation)
           
 List getRequestComponents()
           
 
Methods inherited from interface org.apache.muse.util.xml.XmlSerializable
toXML, toXML
 

Method Detail

addRequestComponent

void addRequestComponent(SetRequestComponent operation)

getRequestComponents

List getRequestComponents()


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.