com.ca.jcs.processor
Interface MethodStyleOpProxyHandler.AttributeHandler

All Known Implementing Classes:
MethodStyleOpProxyHandler.AddOpAttributeHandler, MethodStyleOpProxyHandler.ModifyOpAttributeHandler, MethodStyleOpProxyHandler.SimpleOpAttributeHandler
Enclosing class:
MethodStyleOpProxyHandler

public static interface MethodStyleOpProxyHandler.AttributeHandler


Method Summary
 Object getAttributeValue(ParameterBindingType param)
           
 String marshal()
           
 void setAttributeValue(String attrId, Object value)
           
 

Method Detail

getAttributeValue

Object getAttributeValue(ParameterBindingType param)
                         throws NamingException
Throws:
NamingException

setAttributeValue

void setAttributeValue(String attrId,
                       Object value)

marshal

String marshal()


Created 2011-07-14 13:27 EST