|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPAddressingElement
Interface implemented by JAX-WSA classes that can be serialized / deserialized
to SOAPElements
.
Method Summary | |
---|---|
void |
read(javax.xml.soap.SOAPElement element)
Initialize the object using the data contained in the specified SOAPElement . |
javax.xml.soap.SOAPElement |
write(javax.xml.soap.SOAPElement parent,
javax.xml.namespace.QName name)
Write a SOAPHeaderElement with the specified name
as a child of the specified SOAPElement parent. |
Methods inherited from interface javax.xml.ws.addressing.AddressingType |
---|
getNamespaceURI |
Method Detail |
---|
void read(javax.xml.soap.SOAPElement element) throws AddressingException
SOAPElement
.
element
- The SOAPElement
to be read.
AddressingException
- if an error occurs.javax.xml.soap.SOAPElement write(javax.xml.soap.SOAPElement parent, javax.xml.namespace.QName name) throws AddressingException
SOAPHeaderElement
with the specified name
as a child of the specified SOAPElement
parent.
parent
- The parent nodename
- The name of the element to be written.
AddressingException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |