com.ca.jcs.processor
Class MethodStyleOpProxyHandler.ModifyOpAttributeHandler

java.lang.Object
  extended by com.ca.jcs.processor.MethodStyleOpProxyHandler.ModifyOpAttributeHandler
All Implemented Interfaces:
MethodStyleOpProxyHandler.AttributeHandler
Enclosing class:
MethodStyleOpProxyHandler

public static class MethodStyleOpProxyHandler.ModifyOpAttributeHandler
extends Object
implements MethodStyleOpProxyHandler.AttributeHandler


Constructor Summary
MethodStyleOpProxyHandler.ModifyOpAttributeHandler(Object[] args, AttributesProxy currAttrs)
           
 
Method Summary
 Object getAttributeValue(ParameterBindingType param)
           
 String marshal()
           
 void setAttributeValue(String connAttrId, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodStyleOpProxyHandler.ModifyOpAttributeHandler

public MethodStyleOpProxyHandler.ModifyOpAttributeHandler(Object[] args,
                                                          AttributesProxy currAttrs)
Method Detail

getAttributeValue

public Object getAttributeValue(ParameterBindingType param)
                         throws NamingException
Specified by:
getAttributeValue in interface MethodStyleOpProxyHandler.AttributeHandler
Throws:
NamingException

setAttributeValue

public void setAttributeValue(String connAttrId,
                              Object value)
Specified by:
setAttributeValue in interface MethodStyleOpProxyHandler.AttributeHandler

marshal

public String marshal()
Specified by:
marshal in interface MethodStyleOpProxyHandler.AttributeHandler


Created 2011-07-14 13:27 EST