com.centrasite.jaxr.type
Interface CentraSiteOperationDescription

All Superinterfaces:
CentraSiteExecuteWebServiceDescription

Deprecated.

public interface CentraSiteOperationDescription
extends CentraSiteExecuteWebServiceDescription

Description of an operation on user specified object type.


Method Summary
 CentraSiteOperation getJaxrOperation()
          Deprecated. Get reference to underlying JAXR registry object.
 void setJaxrOperation(CentraSiteOperation operation)
          Deprecated. Set reference to underlying JAXR registry object.
 
Methods inherited from interface com.centrasite.jaxr.type.CentraSiteExecuteWebServiceDescription
getInputDocumentXQuery, getName, getSoapActionXQuery, getSoapHeadersXQuery, getWebServiceKey, getWebServiceName, hasEmptyInputFields, hasValidInputFields, isFullySpecified, setInputDocumentXQuery, setName, setSoapActionXQuery, setSoapHeadersXQuery, setWebServiceKey, setWebServiceName, toXML
 

Method Detail

setJaxrOperation

void setJaxrOperation(CentraSiteOperation operation)
Deprecated. 
Set reference to underlying JAXR registry object.

Parameters:
operation - underlying JAXR registry object

getJaxrOperation

CentraSiteOperation getJaxrOperation()
Deprecated. 
Get reference to underlying JAXR registry object.

Returns:
underlying JAXR registry object