com.intel.gpe.clients.api.workflow
Class GetResourceProperty
java.lang.Object
com.intel.gpe.clients.api.workflow.GetResourceProperty
- All Implemented Interfaces:
- Action
public abstract class GetResourceProperty
- extends java.lang.Object
- implements Action
The complex action for performing GetResourceProperty request.
The action generates an invocation of WS-ResourceProperties GetResourceProperty
operation.
- Version:
- $Id: GetResourceProperty.java,v 1.5 2006/02/17 08:15:37 serduk Exp $
- Author:
- Alexander Lukichev
|
Constructor Summary |
GetResourceProperty(javax.xml.namespace.QName name,
PartnerLink resource,
Variable to,
com.intel.gpe.util.xml.Namespaces namespaces)
Create the GetResourceProperty action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetResourceProperty
public GetResourceProperty(javax.xml.namespace.QName name,
PartnerLink resource,
Variable to,
com.intel.gpe.util.xml.Namespaces namespaces)
- Create the GetResourceProperty action.
- Parameters:
name - The name of the propertyresource - The partner link to the resourceto - The variable where to store the responsenamespaces - The namespaces
getGetResourcePropertyRequestValue
public abstract VariableValue getGetResourcePropertyRequestValue(javax.xml.namespace.QName name)
getGetResourcePropertyPortType
public abstract javax.xml.namespace.QName getGetResourcePropertyPortType()
emitCode
public void emitCode(Scope scope,
org.w3c.dom.Element target)
throws java.lang.Exception
- Description copied from interface:
Action
- Emit the piece of code corresponding to the current action.
- Specified by:
emitCode in interface Action
- Parameters:
scope - The variable scope of the workflowtarget - The XML DOM element to append the action code to
- Throws:
java.lang.Exception - In a case of error
Copyright © 2008. All Rights Reserved.