public abstract class StreamingSender extends Object
A base class for streaming-oriented message senders (such as stubs).
| Modifier | Constructor and Description |
|---|---|
protected |
StreamingSender() |
protected StreamingSenderState _start(javax.xml.rpc.handler.HandlerChain handlerChain)
protected String _getActor()
protected void _send(String endpoint, StreamingSenderState state) throws Exception
Exceptionprotected void _handleRuntimeExceptionInSend(RuntimeException rex) throws Exception
Exceptionprotected void _sendOneWay(String endpoint, StreamingSenderState state) throws Exception
Exceptionprotected void _processHeaders(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected void _processHeaderElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected boolean _readHeaderElement(SOAPHeaderBlockInfo headerInfo, XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected Object _readBodyFaultElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected void _readFirstBodyElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected void _handleEmptyBody(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
Exceptionprotected void _raiseFault(SOAPFaultInfo fault, StreamingSenderState state) throws Exception
Exceptionprotected void _writeRequest(StreamingSenderState state) throws Exception
Exceptionprotected String[] _getNamespaceDeclarations()
public QName[] _getUnderstoodHeaders()
protected String _getDefaultEnvelopeEncodingStyle()
protected String _getImplicitEnvelopeEncodingStyle()
protected String _getPreferredCharacterEncoding()
protected void _preSendingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postSendingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _preHandlingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postHandlingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _preRequestWritingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postRequestWritingHook(StreamingSenderState state) throws Exception
Exceptionprotected boolean _preRequestSendingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postRequestSendingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _preEnvelopeReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _preHeaderReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postHeaderReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _preBodyReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postBodyReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected void _postEnvelopeReadingHook(StreamingSenderState state) throws Exception
Exceptionprotected boolean _callRequestHandlers(StreamingSenderState state) throws Exception
Exceptionprotected void _callResponseHandlers(StreamingSenderState state) throws Exception
Exceptionprotected abstract ClientTransport _getTransport()
protected XMLReaderFactory _getXMLReaderFactory()
protected XMLWriterFactory _getXMLWriterFactory()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.