org.jvnet.staxex
Interface StAxSOAPBody.Payload

Enclosing interface:
StAxSOAPBody

public static interface StAxSOAPBody.Payload

The StAxSOAPBody represents the StAX source of SOAPBody payload.


Method Summary
 String getPayloadAttributeValue(QName qName)
          Retrieve payload attribute value without materializing its contents
 String getPayloadAttributeValue(String localName)
          Retrieve payload attribute value without materializing its contents
 QName getPayloadQName()
          Retrieve payload qname without materializing its contents
 void materialize()
           
 XMLStreamReader readPayload()
           
 void writePayloadTo(XMLStreamWriter writer)
           
 

Method Detail

getPayloadQName

QName getPayloadQName()
Retrieve payload qname without materializing its contents

Returns:

readPayload

XMLStreamReader readPayload()
                            throws XMLStreamException
Throws:
XMLStreamException

writePayloadTo

void writePayloadTo(XMLStreamWriter writer)
                    throws XMLStreamException
Throws:
XMLStreamException

getPayloadAttributeValue

String getPayloadAttributeValue(String localName)
                                throws XMLStreamException
Retrieve payload attribute value without materializing its contents

Parameters:
localName -
Returns:
Throws:
XMLStreamException

getPayloadAttributeValue

String getPayloadAttributeValue(QName qName)
                                throws XMLStreamException
Retrieve payload attribute value without materializing its contents

Parameters:
qName -
Returns:
Throws:
XMLStreamException

materialize

void materialize()
                 throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.