Class JaxWSProtocol
java.lang.Object
oracle.stellent.ridc.protocol.intradoc.HdaProtocol<JaxWSClientConnection>
oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
- All Implemented Interfaces:
javax.activation.DataSource
,Protocol
@Concealed
public class JaxWSProtocol
extends HdaProtocol<JaxWSClientConnection>
implements javax.activation.DataSource
Implementation of the JAX-WS protocol
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.protocol.Protocol
Protocol.NullHandlingStrategy
-
Field Summary
Fields inherited from class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
BEGIN_HDA, BEGIN_HDA_NO_HEADER, CONTENT_LENGTH, CONTENT_LENGTH_HEADER, CONTENT_TYPE_HEADER, END_HDA, END_HEADER_LINE, END_HEADERS, END_MESSAGE, END_SERVER_HEADERS, HEADER_ENCODING_HEADER, HEADER_LINE, HTTP_HOST, HTTP_HOST_HEADER, IDC_FILE, REMOTE_USER_HEADER, REQUEST_METHOD_HEADER, RETRY_COUNT, USER_AGENT_HEADER
Fields inherited from interface oracle.stellent.ridc.protocol.Protocol
IDC_HEADER_PREFIX, IDC_NULL_HANDLING, NULL_VALUE_OMIT, NULL_VALUE_TREAT_AS_EMPTYSTRING, NULL_VALUE_TREAT_AS_LOWERCASENULL
-
Constructor Summary
ConstructorsConstructorDescriptionJaxWSProtocol
(JaxWSClient client, ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config) Constructor -
Method Summary
Modifier and TypeMethodDescriptionData source Implementationprotected JaxWSServiceStack
getName()
void
logout()
Best-effort Logout from Content Servervoid
Sends the specified message to the Content Server.void
Methods inherited from class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
getAdditionalHeaders, getClient, getConnection, getDataFactory, getEncoding, getFilterManager, getHeaderCharset, getHeaders, getHeadersAsString, getHeaderString, getResponseStream, getServiceRequest, readHdaStream, readHeaders, readResponse, setFilterManager, setHeaderCharset, writeMultipartRequest, writeStandardRequest
-
Constructor Details
-
JaxWSProtocol
public JaxWSProtocol(JaxWSClient client, ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config) throws ProtocolException Constructor- Parameters:
serviceRequest
- the service requestdataFactory
- the data factoryconfig
- the client config- Throws:
ProtocolException
-
-
Method Details
-
writeRequest
Description copied from class:HdaProtocol
Sends the specified message to the Content Server.- Specified by:
writeRequest
in interfaceProtocol
- Overrides:
writeRequest
in classHdaProtocol<JaxWSClientConnection>
- Throws:
ProtocolException
- If an error occurs during the send.
-
logout
Description copied from interface:Protocol
Best-effort Logout from Content Server- Specified by:
logout
in interfaceProtocol
- Throws:
ProtocolException
-
getJaxWSStack
- Throws:
ProtocolException
-
writeSuperRequest
- Throws:
IOException
ProtocolException
-
getRequestStream
- Overrides:
getRequestStream
in classHdaProtocol<JaxWSClientConnection>
- Throws:
IOException
-
getContentType
Data source Implementation- Specified by:
getContentType
in interfacejavax.activation.DataSource
-
getInputStream
- Specified by:
getInputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-
getName
- Specified by:
getName
in interfacejavax.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-