| |
|
| java.lang.Object org.openlaszlo.remote.swf.soap.LZSOAPOperation
LZSOAPOperation | public class LZSOAPOperation (Code) | | |
mIsDocumentLiteralWrapped | boolean mIsDocumentLiteralWrapped(Code) | | For document styles. See
http://www-106.ibm.com/developerworks/webservices/library/ws-whichwsdl:
Characteristics of document/literal wrapped pattern:
- The input message has a single part
- The part is an element
- The element has the same name as the operation
- The element's complex type has no attributes.
|
mMangledName | String mMangledName(Code) | | Mangled name of operation.
|
mSoapAction | String mSoapAction(Code) | | From WSDL spec: For the HTTP protocol binding of SOAP, [soapAction] is
value required (it has no default value).
|
isDocumentLiteralWrapped | public boolean isDocumentLiteralWrapped()(Code) | | |
setIsDocumentLiteralWrapped | public void setIsDocumentLiteralWrapped(boolean isDocumentLiteralWrapped)(Code) | | |
setMangledName | public void setMangledName(String mangledName)(Code) | | |
setSoapAction | public void setSoapAction(String soapAction)(Code) | | |
|
|
|