|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxws.RPCInputMessage
public class RPCInputMessage
An RPC-style input message.
| Constructor Summary | |
|---|---|
RPCInputMessage(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 |
getRequestBeanName()
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 input 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 RPCInputMessage(WebMethod webMethod)
| Method Detail |
|---|
public java.lang.String getOperationName()
public java.lang.String getTargetNamespace()
public java.lang.String getRequestBeanName()
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 | ||||||||