|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxws.RequestWrapper
public class RequestWrapper
A request 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 | |
|---|---|
RequestWrapper(WebMethod webMethod)
|
|
| Method Summary | |
|---|---|
java.util.Collection<ImplicitChildElement> |
getChildElements()
The web parameters for the method that this is wrapping. |
java.lang.String |
getElementDocs()
Documentation explaining this is a request wrapper for its method. |
java.lang.String |
getElementName()
The local name of the element. |
java.lang.String |
getElementNamespace()
|
java.lang.String |
getMessageDocs()
Documentation explaining this is a request message for its method. |
java.lang.String |
getMessageName()
The simple name of the method. |
java.lang.String |
getPartDocs()
The documentation for this web message part. |
javax.xml.namespace.QName |
getParticleQName()
The qname of the element for this request wrapper. |
WebMessagePart.ParticleType |
getParticleType()
The particle type for this part. |
java.lang.String |
getPartName()
The simple name of the method. |
java.util.Collection<WebMessagePart> |
getParts()
There's only one part to a doc/lit request wrapper. |
com.sun.mirror.util.SourcePosition |
getPosition()
The source position for this element, or null if none. |
java.lang.String |
getRequestBeanName()
The name of the JAXWS request bean. |
java.lang.String |
getTargetNamespace()
The target namespace; |
javax.xml.namespace.QName |
getTypeQName()
The schema type of a request wrapper is always anonymous. |
WebMethod |
getWebMethod()
The web method associated with this request wrapper. |
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 RequestWrapper(WebMethod webMethod)
webMethod - The web method to wrap.| Method Detail |
|---|
public WebMethod getWebMethod()
getWebMethod in interface WebMessagePartpublic java.lang.String getRequestBeanName()
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 boolean isImplicitSchemaElement()
WebMessagePart
isImplicitSchemaElement in interface WebMessagePartpublic WebMessagePart.ParticleType getParticleType()
WebMessagePart
getParticleType in interface WebMessagePartWebMessagePart.ParticleType.ELEMENTpublic javax.xml.namespace.QName getParticleQName()
getParticleQName in interface WebMessagePartpublic javax.xml.namespace.QName getTypeQName()
getTypeQName in interface ImplicitSchemaElementpublic java.util.Collection<ImplicitChildElement> getChildElements()
getChildElements in interface ImplicitRootElementpublic 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()
getParts 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 | ||||||||