|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.jws.template.util.SoapElements
public class SoapElements
Simple wrapper for the SOAP elements extracted from a SOAP envelope.
Field Summary | |
---|---|
protected static java.lang.String |
leadingName
Beginning of each logging message produced by this class. |
protected static WSLogger |
logger
Retrieving the logger instance to be used for this class. |
protected OMElement |
the_body
Retrieving the logger instance to be used for this class. |
protected OMElement |
the_header
Retrieving the logger instance to be used for this class. |
Constructor Summary | |
---|---|
SoapElements(OMElement element)
Constructor. |
|
SoapElements(OMElement header,
OMElement body)
Constructor. |
Method Summary | |
---|---|
OMElement |
getBody()
Simple accessor method. |
OMElement |
getFirstElement()
Simple accessor method. |
OMElement |
getHeader()
Simple accessor method. |
java.lang.String |
getHeaderData()
Return the authentication data contained in the SOAP's header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OMElement the_body
protected OMElement the_header
protected static WSLogger logger
protected static final java.lang.String leadingName
Constructor Detail |
---|
public SoapElements(OMElement element)
element
- a valid child of the org.apache.axiom.om.OMElement
interfacepublic SoapElements(OMElement header, OMElement body)
header
- a valid child of the org.apache.axiom.om.OMElement
interfacebody
- a valid child of the org.apache.axiom.om.OMElement
interfaceMethod Detail |
---|
public java.lang.String getHeaderData()
org.apache.axiom.om.OMElement
interfacepublic OMElement getFirstElement()
org.apache.axiom.om.OMElement
interfacepublic OMElement getBody()
org.apache.axiom.om.OMElement
interfacepublic OMElement getHeader()
org.apache.axiom.om.OMElement
interface
|
Build 18/09/2012 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |