|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISOAPEncoder
The ISOAPEncoder interface represents a SOAP Encoder, and is intended to be implemented by providers of concrete style and encoding targets, like, for example, "document/literal".
| Method Summary | |
|---|---|
SOAPMessage |
construct(net.bpelunit.framework.model.test.data.SOAPOperationCallIdentifier operation,
org.w3c.dom.Element literalData)
Construct a complete SOAP message from the given literal elements children (the element itself is a "dummy header") according to the instructions in the WSDL binding operation defined in the operation given to either the input, output or fault element. |
org.w3c.dom.Element |
deconstruct(net.bpelunit.framework.model.test.data.SOAPOperationCallIdentifier operation,
SOAPMessage message)
Deconstructs a complete SOAP message into literal elements according to the instruction in the WSDL binding operation given. |
| Method Detail |
|---|
SOAPMessage construct(net.bpelunit.framework.model.test.data.SOAPOperationCallIdentifier operation,
org.w3c.dom.Element literalData)
throws net.bpelunit.framework.exception.SOAPEncodingException
operation - literalData -
net.bpelunit.framework.exception.SOAPEncodingException
org.w3c.dom.Element deconstruct(net.bpelunit.framework.model.test.data.SOAPOperationCallIdentifier operation,
SOAPMessage message)
throws net.bpelunit.framework.exception.SOAPEncodingException
operation - message -
net.bpelunit.framework.exception.SOAPEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||