public interface CentraSiteExecuteWebServiceDescription
Modifier and Type | Method and Description |
---|---|
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.
|
void setName(java.lang.String name)
name
- operation/trigger namejava.lang.String getName()
void setWebServiceName(java.lang.String name)
name
- web service namejava.lang.String getWebServiceName()
void setWebServiceKey(java.lang.String key)
key
- web service keyjava.lang.String getWebServiceKey()
void setInputDocumentXQuery(java.lang.String xquery)
xquery
- XQuery for input documentjava.lang.String getInputDocumentXQuery()
void setSoapActionXQuery(java.lang.String xquery)
xquery
- XQuery for SOAP actionjava.lang.String getSoapActionXQuery()
void setSoapHeadersXQuery(java.lang.String xquery)
xquery
- XQuery for SOAP headersjava.lang.String getSoapHeadersXQuery()
boolean hasEmptyInputFields()
boolean hasValidInputFields()
boolean isFullySpecified()
java.lang.String toXML() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException