|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebMessage
A web message. This could in include rpc-style parameters, web faults, header parameters, or in the case of a document/literal wrapped method, the complex aggregate of the non-header input or output parameters.
Each web method consists of a set of web messages.
| Method Summary | |
|---|---|
java.lang.String |
getMessageDocs()
The documentation for this web message. |
java.lang.String |
getMessageName()
The name of this web message. |
java.util.Collection<WebMessagePart> |
getParts()
The parts of this complex input/output. |
boolean |
isFault()
Whether this message is a web fault. |
boolean |
isHeader()
Whether this message is a header parameter. |
boolean |
isInput()
Whether this is an input message. |
boolean |
isOutput()
Whether this is an output message. |
| Method Detail |
|---|
java.lang.String getMessageName()
java.lang.String getMessageDocs()
boolean isInput()
boolean isOutput()
boolean isHeader()
boolean isFault()
java.util.Collection<WebMessagePart> getParts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||