|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.aegis.type.encoded.SoapEncodingUtil
public final class SoapEncodingUtil
Utilitiy methods for SOAP reading and writing encoded mesages.
Method Summary | |
---|---|
static java.lang.String |
readAttributeValue(MessageReader reader,
javax.xml.namespace.QName name)
|
static java.lang.String |
readId(MessageReader reader)
Reads the SOAP 1.2 or SOAP 1.1 id attribute. |
static java.lang.String |
readRef(MessageReader reader)
Reads the SOAP 1.2 or SOAP 1.1 reference attribute. |
static void |
writeAttribute(MessageWriter writer,
javax.xml.namespace.QName name,
java.lang.String value)
|
static void |
writeId(MessageWriter writer,
java.lang.String id)
Writes a SOAP 1.1 id attribute. |
static void |
writeRef(MessageWriter writer,
java.lang.String refId)
Writes a SOAP 1.1 ref attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String readId(MessageReader reader)
reader
- the stream to read; must not be null
public static void writeId(MessageWriter writer, java.lang.String id)
writer
- the stream to which the id should be written; must not be nullid
- the id to write; must not be nullpublic static java.lang.String readRef(MessageReader reader)
reader
- the stream to read; must not be null
public static void writeRef(MessageWriter writer, java.lang.String refId)
writer
- the stream to which the id should be written; must not be nullrefId
- the reference id to write; must not be nullpublic static java.lang.String readAttributeValue(MessageReader reader, javax.xml.namespace.QName name)
public static void writeAttribute(MessageWriter writer, javax.xml.namespace.QName name, java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |