Package com.sun.xml.rpc.client
Class StreamingSender
- java.lang.Object
-
- com.sun.xml.rpc.client.StreamingSender
-
- Direct Known Subclasses:
CallInvokerImpl,StubBase
public abstract class StreamingSender extends Object
A base class for streaming-oriented message senders (such as stubs).
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStreamingSender()
-
Method Summary
-
-
-
Method Detail
-
_start
protected StreamingSenderState _start(javax.xml.rpc.handler.HandlerChain handlerChain)
-
_getActor
protected String _getActor()
-
_send
protected void _send(String endpoint, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_handleRuntimeExceptionInSend
protected void _handleRuntimeExceptionInSend(RuntimeException rex) throws Exception
- Throws:
Exception
-
_sendOneWay
protected void _sendOneWay(String endpoint, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_processHeaders
protected void _processHeaders(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_processHeaderElement
protected void _processHeaderElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_readHeaderElement
protected boolean _readHeaderElement(SOAPHeaderBlockInfo headerInfo, XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_readBodyFaultElement
protected Object _readBodyFaultElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_readFirstBodyElement
protected void _readFirstBodyElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_handleEmptyBody
protected void _handleEmptyBody(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_raiseFault
protected void _raiseFault(SOAPFaultInfo fault, StreamingSenderState state) throws Exception
- Throws:
Exception
-
_writeRequest
protected void _writeRequest(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_getNamespaceDeclarations
protected String[] _getNamespaceDeclarations()
-
_getUnderstoodHeaders
public QName[] _getUnderstoodHeaders()
-
_getDefaultEnvelopeEncodingStyle
protected String _getDefaultEnvelopeEncodingStyle()
-
_getImplicitEnvelopeEncodingStyle
protected String _getImplicitEnvelopeEncodingStyle()
-
_getPreferredCharacterEncoding
protected String _getPreferredCharacterEncoding()
-
_preSendingHook
protected void _preSendingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postSendingHook
protected void _postSendingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preHandlingHook
protected void _preHandlingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postHandlingHook
protected void _postHandlingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preRequestWritingHook
protected void _preRequestWritingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postRequestWritingHook
protected void _postRequestWritingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preRequestSendingHook
protected boolean _preRequestSendingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postRequestSendingHook
protected void _postRequestSendingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preEnvelopeReadingHook
protected void _preEnvelopeReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preHeaderReadingHook
protected void _preHeaderReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postHeaderReadingHook
protected void _postHeaderReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_preBodyReadingHook
protected void _preBodyReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postBodyReadingHook
protected void _postBodyReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_postEnvelopeReadingHook
protected void _postEnvelopeReadingHook(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_callRequestHandlers
protected boolean _callRequestHandlers(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_callResponseHandlers
protected void _callResponseHandlers(StreamingSenderState state) throws Exception
- Throws:
Exception
-
_getTransport
protected abstract ClientTransport _getTransport()
-
_getXMLReaderFactory
protected XMLReaderFactory _getXMLReaderFactory()
-
_getXMLWriterFactory
protected XMLWriterFactory _getXMLWriterFactory()
-
-