com.centrasite.jaxr.type
Interface CentraSiteExecuteWebServiceDescription

All Known Subinterfaces:
CentraSiteOperationDescription, CentraSiteTriggerDescription

Deprecated.

public interface CentraSiteExecuteWebServiceDescription

Description of parameters required to execute web service.


Method Summary
 java.lang.String getInputDocumentXQuery()
          Deprecated. Get the XQuery that generates the input document.
 java.lang.String getName()
          Deprecated. Get the operation/trigger name.
 java.lang.String getSoapActionXQuery()
          Deprecated. Get the XQuery that generates the SOAP action.
 java.lang.String getSoapHeadersXQuery()
          Deprecated. Get the XQuery that generates the SOAP headers.
 java.lang.String getWebServiceKey()
          Deprecated. Get the key of the web service.
 java.lang.String getWebServiceName()
          Deprecated. Get the name of the web service.
 boolean hasEmptyInputFields()
          Deprecated. Are the input fields empty?
 boolean hasValidInputFields()
          Deprecated. Are the input fields valid?
 boolean isFullySpecified()
          Deprecated. Is the trigger fully specified?
 void setInputDocumentXQuery(java.lang.String xquery)
          Deprecated. Set the XQuery that generates the input document.
 void setName(java.lang.String name)
          Deprecated. Set the operation/trigger name.
 void setSoapActionXQuery(java.lang.String xquery)
          Deprecated. Set the XQuery that generates the SOAP action.
 void setSoapHeadersXQuery(java.lang.String xquery)
          Deprecated. Set the XQuery that generates the SOAP headers.
 void setWebServiceKey(java.lang.String key)
          Deprecated. Set the key of the web service.
 void setWebServiceName(java.lang.String name)
          Deprecated.  
 java.lang.String toXML()
          Deprecated. Get XML representation.
 

Method Detail

setName

void setName(java.lang.String name)
Deprecated. 
Set the operation/trigger name.

Parameters:
name - operation/trigger name

getName

java.lang.String getName()
Deprecated. 
Get the operation/trigger name.

Returns:
operation/trigger name

setWebServiceName

void setWebServiceName(java.lang.String name)
Deprecated. 

Set the name of the web service.

Parameters:
name - web service name

getWebServiceName

java.lang.String getWebServiceName()
Deprecated. 
Get the name of the web service.

Returns:
web service name

setWebServiceKey

void setWebServiceKey(java.lang.String key)
Deprecated. 
Set the key of the web service.

Parameters:
key - web service key

getWebServiceKey

java.lang.String getWebServiceKey()
Deprecated. 
Get the key of the web service.

Returns:
web service key

setInputDocumentXQuery

void setInputDocumentXQuery(java.lang.String xquery)
Deprecated. 
Set the XQuery that generates the input document.

Parameters:
xquery - XQuery for input document

getInputDocumentXQuery

java.lang.String getInputDocumentXQuery()
Deprecated. 
Get the XQuery that generates the input document.

Returns:
XQuery for input document

setSoapActionXQuery

void setSoapActionXQuery(java.lang.String xquery)
Deprecated. 
Set the XQuery that generates the SOAP action.

Parameters:
xquery - XQuery for SOAP action

getSoapActionXQuery

java.lang.String getSoapActionXQuery()
Deprecated. 
Get the XQuery that generates the SOAP action.

Returns:
XQuery for SOAP action

setSoapHeadersXQuery

void setSoapHeadersXQuery(java.lang.String xquery)
Deprecated. 
Set the XQuery that generates the SOAP headers.

Parameters:
xquery - XQuery for SOAP headers

getSoapHeadersXQuery

java.lang.String getSoapHeadersXQuery()
Deprecated. 
Get the XQuery that generates the SOAP headers.

Returns:
XQuery for SOAP headers

hasEmptyInputFields

boolean hasEmptyInputFields()
Deprecated. 
Are the input fields empty?

Returns:
true if empty input fields, false otherwise

hasValidInputFields

boolean hasValidInputFields()
Deprecated. 
Are the input fields valid?

Returns:
true if valid input fields, false otherwise

isFullySpecified

boolean isFullySpecified()
Deprecated. 
Is the trigger fully specified?

Returns:
true if fully specified, false if not

toXML

java.lang.String toXML()
                       throws javax.xml.registry.JAXRException
Deprecated. 
Get XML representation.

Returns:
XML representation
Throws:
javax.xml.registry.JAXRException