|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxws.RPCOutputMessage
public class RPCOutputMessage
An RPC output message.
| Constructor Summary | |
|---|---|
RPCOutputMessage(WebMethod webMethod)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessageDocs()
The documentation for this web message. |
java.lang.String |
getMessageName()
The name of this web message. |
java.lang.String |
getOperationName()
The operation name for this RPC operation to which this message is associated. |
java.util.Collection<WebMessagePart> |
getParts()
The parts of this complex input/output. |
java.lang.String |
getResponseBeanName()
This doesn't have anything to do with the spec, but can be used in case a bean is needed to be generated for an RPC output message. |
java.lang.String |
getTargetNamespace()
The target namespace of the rpc message. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RPCOutputMessage(WebMethod webMethod)
| Method Detail |
|---|
public java.lang.String getOperationName()
public java.lang.String getTargetNamespace()
public java.lang.String getResponseBeanName()
public java.lang.String getMessageName()
WebMessage
getMessageName in interface WebMessagepublic java.lang.String getMessageDocs()
WebMessage
getMessageDocs in interface WebMessagepublic boolean isInput()
WebMessage
isInput in interface WebMessagepublic boolean isOutput()
WebMessage
isOutput in interface WebMessagepublic boolean isHeader()
WebMessage
isHeader in interface WebMessagepublic boolean isFault()
WebMessage
isFault in interface WebMessagepublic java.util.Collection<WebMessagePart> getParts()
WebMessage
getParts in interface WebMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||