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