|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bpelunit.framework.control.ext.SendPackage
public class SendPackage
The send package exists solely for communication with the header processor, allowing it to retrieve the sending SOAP message for extensions and changing the target URL of this send activity if appropriate.
Constructor Summary | |
---|---|
SendPackage(java.lang.String targetURL,
SOAPMessage soapMessage)
Creates the send package |
Method Summary | |
---|---|
SOAPMessage |
getSoapMessage()
Returns the outgoing SOAP Message. |
java.lang.String |
getTargetURL()
Returns the current target URL |
void |
setTargetURL(java.lang.String targetURL)
Sets the current target URL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SendPackage(java.lang.String targetURL, SOAPMessage soapMessage)
targetURL
- current target URLsoapMessage
- live copy of outgoing SOAP messageMethod Detail |
---|
public SOAPMessage getSoapMessage()
public java.lang.String getTargetURL()
public void setTargetURL(java.lang.String targetURL)
targetURL
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |