|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.ws.util.helper.Saaj2StringConverter
LOG-DONE
Field Summary | |
static org.apache.ws.util.i18n.Messages |
MSG
DOCUMENT_ME |
Constructor Summary | |
Saaj2StringConverter()
|
Method Summary | |
static java.util.List |
getChildNodes(javax.xml.soap.SOAPElement soap_elem)
Given a SOAPElement , returns a list containing the children of that element. |
static java.lang.String |
getDeclaredPrefix(javax.xml.soap.SOAPElement soap_elem,
java.lang.String ns_uri)
|
java.lang.String |
getIndentString()
Gets the indent string. |
static java.lang.String |
getValue(javax.xml.soap.Text soap_text)
DOCUMENT_ME |
static boolean |
hasNonEmptyValue(java.lang.String str)
Returns true if the specified string is non-null and does not equal ""; otherwise returns false. |
static boolean |
isSOAPElement(javax.xml.soap.Node soap_node)
Returns true if the specified SAAJ node is an element, or false otherwise. |
void |
setIndentString(java.lang.String indent_str)
Sets the indent string. |
java.lang.String |
toString(javax.xml.soap.Node soap_node)
Returns a string representation of the specified Node . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.ws.util.i18n.Messages MSG
Constructor Detail |
public Saaj2StringConverter()
Method Detail |
public static java.util.List getChildNodes(javax.xml.soap.SOAPElement soap_elem)
SOAPElement
, returns a list containing the children of that element. If at least one of the
children is a SOAPElement, any Text
nodes are excluded from the list. This is because it is assumed that
if the specified element has mixed content, it is only because of insignificant whitespace text nodes.
soap_elem
- a SAAJ SOAPElement
SOAPElement
public static java.lang.String getDeclaredPrefix(javax.xml.soap.SOAPElement soap_elem, java.lang.String ns_uri)
soap_elem
- ns_uri
-
public void setIndentString(java.lang.String indent_str)
indent_str
- the indent string to use; if null, indenting will be disabledpublic java.lang.String getIndentString()
public static boolean isSOAPElement(javax.xml.soap.Node soap_node)
soap_node
- a SAAJ node
public static java.lang.String getValue(javax.xml.soap.Text soap_text) throws javax.xml.soap.SOAPException
soap_text
- DOCUMENT_ME
javax.xml.soap.SOAPException
- DOCUMENT_MEpublic static boolean hasNonEmptyValue(java.lang.String str)
str
- a string
public java.lang.String toString(javax.xml.soap.Node soap_node) throws javax.xml.soap.SOAPException
Node
.
soap_node
- a SAAJ SOAP node
javax.xml.soap.SOAPException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |