|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxws.ResponseWrapper
public class ResponseWrapper
A response wrapper for a web method in document/literal wrapped style.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.codehaus.enunciate.contract.jaxws.WebMessagePart |
|---|
WebMessagePart.ParticleType |
| Constructor Summary | |
|---|---|
ResponseWrapper(WebMethod webMethod)
|
|
| Method Summary | |
|---|---|
java.util.Collection<ImplicitChildElement> |
getChildElements()
The collection of output parameters for this response. |
java.lang.String |
getElementDocs()
Documentation explaining this is a response wrapper for its method. |
java.lang.String |
getElementName()
The local name of the output. |
java.lang.String |
getElementNamespace()
The local namespace of the output. |
java.lang.String |
getMessageDocs()
Documentation explaining this is a response message for its method. |
java.lang.String |
getMessageName()
The simple name of the method appended with "Response". |
java.lang.String |
getPartDocs()
The documentation for this web message part. |
javax.xml.namespace.QName |
getParticleQName()
The qname of the response element. |
WebMessagePart.ParticleType |
getParticleType()
The particle type for this part. |
java.lang.String |
getPartName()
The simple name of the method appended with "Response". |
java.util.Collection<WebMessagePart> |
getParts()
There's only one part to a doc/lit response wrapper. |
com.sun.mirror.util.SourcePosition |
getPosition()
The source position for this element, or null if none. |
java.lang.String |
getResponseBeanName()
The name of the JAXWS response bean. |
java.lang.String |
getTargetNamespace()
The target namespace; |
javax.xml.namespace.QName |
getTypeQName()
The schema type for a response wrapper is always anonymous. |
WebMethod |
getWebMethod()
Get the web method to which this response is associated. |
boolean |
isFault()
Whether this message is a web fault. |
boolean |
isHeader()
Whether this message is a header parameter. |
boolean |
isImplicitSchemaElement()
Whether this web message part defines an implicit schema element. |
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 ResponseWrapper(WebMethod webMethod)
webMethod - The web method to wrap.| Method Detail |
|---|
public WebMethod getWebMethod()
getWebMethod in interface WebMessagePartpublic java.lang.String getResponseBeanName()
public java.lang.String getElementName()
getElementName in interface ImplicitSchemaElementpublic java.lang.String getTargetNamespace()
ImplicitSchemaElement
getTargetNamespace in interface ImplicitSchemaElementpublic java.lang.String getElementNamespace()
public java.lang.String getElementDocs()
getElementDocs in interface ImplicitSchemaElementpublic WebMessagePart.ParticleType getParticleType()
WebMessagePart
getParticleType in interface WebMessagePartWebMessagePart.ParticleType.ELEMENTpublic javax.xml.namespace.QName getParticleQName()
getParticleQName in interface WebMessagePartpublic boolean isImplicitSchemaElement()
WebMessagePart
isImplicitSchemaElement in interface WebMessagePartpublic javax.xml.namespace.QName getTypeQName()
getTypeQName in interface ImplicitSchemaElementpublic java.util.Collection<ImplicitChildElement> getChildElements()
getChildElements in interface ImplicitRootElementpublic java.util.Collection<WebMessagePart> getParts()
getParts 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.lang.String getMessageName()
getMessageName in interface WebMessagepublic java.lang.String getMessageDocs()
getMessageDocs in interface WebMessagepublic java.lang.String getPartDocs()
WebMessagePart
getPartDocs in interface WebMessagePartpublic java.lang.String getPartName()
getPartName in interface WebMessagePartpublic com.sun.mirror.util.SourcePosition getPosition()
ImplicitSchemaElement
getPosition in interface ImplicitSchemaElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||