Package com.sun.xml.rpc.client
Class StreamingSender
java.lang.Object
com.sun.xml.rpc.client.StreamingSender
- Direct Known Subclasses:
CallInvokerImpl,StubBase
A base class for streaming-oriented message senders (such as stubs).
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected voidprotected Stringprotected Stringprotected Stringprotected String[]protected Stringprotected abstract ClientTransportQName[]protected XMLReaderFactoryprotected XMLWriterFactoryprotected void_handleEmptyBody(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected booleanprotected voidprotected voidprotected void_processHeaderElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected void_processHeaders(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected void_raiseFault(SOAPFaultInfo fault, StreamingSenderState state) protected Object_readBodyFaultElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected void_readFirstBodyElement(XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected boolean_readHeaderElement(SOAPHeaderBlockInfo headerInfo, XMLReader reader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) protected void_send(String endpoint, StreamingSenderState state) protected void_sendOneWay(String endpoint, StreamingSenderState state) protected StreamingSenderState_start(javax.xml.rpc.handler.HandlerChain handlerChain) protected void
-
Constructor Details
-
StreamingSender
protected StreamingSender()
-
-
Method Details
-
_start
-
_getActor
-
_send
- Throws:
Exception
-
_handleRuntimeExceptionInSend
- Throws:
Exception
-
_sendOneWay
- 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
- Throws:
Exception
-
_writeRequest
- Throws:
Exception
-
_getNamespaceDeclarations
-
_getUnderstoodHeaders
-
_getDefaultEnvelopeEncodingStyle
-
_getImplicitEnvelopeEncodingStyle
-
_getPreferredCharacterEncoding
-
_preSendingHook
- Throws:
Exception
-
_postSendingHook
- Throws:
Exception
-
_preHandlingHook
- Throws:
Exception
-
_postHandlingHook
- Throws:
Exception
-
_preRequestWritingHook
- Throws:
Exception
-
_postRequestWritingHook
- Throws:
Exception
-
_preRequestSendingHook
- Throws:
Exception
-
_postRequestSendingHook
- Throws:
Exception
-
_preEnvelopeReadingHook
- Throws:
Exception
-
_preHeaderReadingHook
- Throws:
Exception
-
_postHeaderReadingHook
- Throws:
Exception
-
_preBodyReadingHook
- Throws:
Exception
-
_postBodyReadingHook
- Throws:
Exception
-
_postEnvelopeReadingHook
- Throws:
Exception
-
_callRequestHandlers
- Throws:
Exception
-
_callResponseHandlers
- Throws:
Exception
-
_getTransport
-
_getXMLReaderFactory
-
_getXMLWriterFactory
-