|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.plugin.webservice.OperationInfo
public class OperationInfo
Defines an in memory model to support a SOAP invocation
Constructor Summary | |
---|---|
OperationInfo()
Constructor |
|
OperationInfo(java.lang.String style)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getEncodingStyle()
Gets the encoding style for this operation |
javax.wsdl.Message |
getInputMessage()
|
java.lang.String |
getInputMessageName()
Gets the value of the target's input message name |
java.lang.String |
getInputMessageText()
Gets the value of the target's input message |
java.lang.String |
getNamespaceURI()
Gets the namespace URI used for this |
java.lang.String |
getOutputMessageName()
Gets the value of the target method's output message name |
java.lang.String |
getOutputMessageText()
Gets the value of the target method's Output message |
java.lang.String |
getSoapActionURI()
Gets the value for the SOAP Action URI used to make a SOAP invocation |
java.lang.String |
getStyle()
Returns the style "document" or "rpc" |
java.lang.String |
getTargetMethodName()
Gets the name of the target method to call |
java.lang.String |
getTargetObjectURI()
Gets the Target Object's URI |
java.lang.String |
getTargetURL()
Gets the Target URL used to make a SOAP invocation for this operation |
void |
setEncodingStyle(java.lang.String value)
Sets the encoding style for this operation. |
void |
setInputMessage(javax.wsdl.Message message)
|
void |
setInputMessageName(java.lang.String value)
Sets the value of the target's input message name |
void |
setInputMessageText(java.lang.String value)
Sets the value of the target's input message |
void |
setNamespaceURI(java.lang.String value)
Sets the namespace URI used for this operation |
void |
setOutputMessageName(java.lang.String value)
Sets the value of the target's output message name |
void |
setOutputMessageText(java.lang.String value)
Sets the value of the target method's Output message |
void |
setSoapActionURI(java.lang.String value)
Sets the value for the SOAP Action URI used to make a SOAP invocation |
void |
setStyle(java.lang.String value)
Sets the encoding document/literal vs. |
void |
setTargetMethodName(java.lang.String value)
Sets the name of the target method to call |
void |
setTargetObjectURI(java.lang.String value)
Sets the Target Object's URI used to make an invocation |
void |
setTargetURL(java.lang.String value)
Sets the Target URL used to make a SOAP invocation for this operation |
java.lang.String |
toString()
Override toString to return a name for the operation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationInfo()
public OperationInfo(java.lang.String style)
style
- Pass "document" or "rpc"Method Detail |
---|
public void setEncodingStyle(java.lang.String value)
value
- The encoding stylepublic java.lang.String getEncodingStyle()
public void setTargetURL(java.lang.String value)
value
- The target URLpublic java.lang.String getTargetURL()
public void setNamespaceURI(java.lang.String value)
value
- The namespace URI to usepublic java.lang.String getNamespaceURI()
public void setTargetObjectURI(java.lang.String value)
value
- The URI of the target objectpublic java.lang.String getTargetObjectURI()
public void setTargetMethodName(java.lang.String value)
value
- The name of the method to callpublic java.lang.String getTargetMethodName()
public void setInputMessageName(java.lang.String value)
value
- The name of input messagepublic java.lang.String getInputMessageName()
public void setInputMessage(javax.wsdl.Message message)
public javax.wsdl.Message getInputMessage()
public void setOutputMessageName(java.lang.String value)
value
- The name of the output messagepublic java.lang.String getOutputMessageName()
public void setInputMessageText(java.lang.String value)
value
- The SOAP input messagepublic java.lang.String getInputMessageText()
public void setOutputMessageText(java.lang.String value)
value
- The output messagepublic java.lang.String getOutputMessageText()
public void setSoapActionURI(java.lang.String value)
value
- The SOAP Action URI value for the SOAP invocationpublic java.lang.String getSoapActionURI()
public void setStyle(java.lang.String value)
public java.lang.String getStyle()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |