|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.io.parser.soap.SOAPElement
net.rim.device.api.io.parser.soap.SOAPElementContainer
net.rim.device.api.io.parser.soap.SOAPBody
public class SOAPBody
Represents the body of a SOAP message. It extends
SOAPElementContainer
. Other SOAPElement
objects
can be nested inside it.
Constructor Summary | ||
---|---|---|
SOAPBody()
Constructs a SOAPBody . |
Method Summary | ||
---|---|---|
String |
getMethod()
Returns the method for this SOAPBody . |
|
String |
getMethodNamespace()
Returns the method namespace for this SOAPBody . |
|
void |
setMethod(String method)
Sets the method for this SOAPBody . |
|
void |
setMethod(String method,
String methodNamespace)
Sets for the method name. |
|
void |
setMethodNamespace(String methodNamespace)
Sets the method namespace for this SOAPBody . |
Methods inherited from class net.rim.device.api.io.parser.soap.SOAPElementContainer |
---|
addChild, addDecimal, addInt, addLong, addSOAPPrimitive, addString, getChildAt, getChildren |
Methods inherited from class net.rim.device.api.io.parser.soap.SOAPElement |
---|
getAttribute, getAttributes, getName, getNamespace, getType, putAttribute, setAttributes, setName, setNamespace, setType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPBody()
SOAPBody
.
Method Detail |
---|
public String getMethod()
SOAPBody
.
SOAPBody
.public void setMethod(String method)
SOAPBody
.
method
- Method for this SOAPBody
.public String getMethodNamespace()
SOAPBody
.
SOAPBody
.public void setMethodNamespace(String methodNamespace)
SOAPBody
.
public void setMethod(String method, String methodNamespace)
method
- The method of the request.methodNamespace
- The namespace to use in the method tag.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.