Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices
Interface OracleStub

All Superinterfaces:
ClientConstants, Stub

public interface OracleStub
extends Stub, ClientConstants

This is Oracle's interface for stub classes and extends javax.xml.rpc.Stub with additional APIs and properties.


Field Summary
static String CONTENT_TRANSFER_ENCODING
          A property to get and set the Content-Transfer-Encoding for MIME headers on the Stub instance.
static String ENCODING_STYLE_PROPERTY
          Deprecated.  
static String OPERATION_STYLE_PROPERTY
          Deprecated.  

 

Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY

 

Fields inherited from interface oracle.webservices.ClientConstants
CHARACTER_SET_ENCODING, CHUNK_SIZE, CLIENT_CONFIG, COOKIE_MAP, DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS, DO_NOT_CHUNK, JMS_TARGET_CORRELATION_ID, JMS_TARGET_MESSAGE_ID, JMS_TARGET_REPLY_TO_FACTORY_NAME, JMS_TARGET_REPLY_TO_QUEUE_NAME, JMS_TARGET_REPLY_TO_TOPIC_NAME, JMS_TRANSPORT_REPLY_TO_FACTORY_NAME, JMS_TRANSPORT_REPLY_TO_QUEUE_NAME, MTOM_SUPPORT, SERVICEIMPL_NAME, SOAP_VERSION, WSM_INTERCEPTOR_PIPELINE_CONFIG

 

Method Summary
 void destroy()
          Destroys the stub and releases any resouces that may be held by it.
 ClientTransport getClientTransport()
          Gets the ClientTransport object representing the transport mechanism that will be used to send and receive soap messages.

 

Methods inherited from interface javax.xml.rpc.Stub
_getProperty, _getPropertyNames, _setProperty

 

Field Detail

OPERATION_STYLE_PROPERTY

static final String OPERATION_STYLE_PROPERTY
Deprecated. 
A property to set and get the operation style on the Stub instance.

Type: java.lang.String

See Also:
Constant Field Values

ENCODING_STYLE_PROPERTY

static final String ENCODING_STYLE_PROPERTY
Deprecated. 
A property to set and get the encoding style on the Stub instance.

Type: java.lang.String

See Also:
Constant Field Values

CONTENT_TRANSFER_ENCODING

static final String CONTENT_TRANSFER_ENCODING
A property to get and set the Content-Transfer-Encoding for MIME headers on the Stub instance.

Type: java.lang.String

See Also:
Constant Field Values

Method Detail

getClientTransport

ClientTransport getClientTransport()
Gets the ClientTransport object representing the transport mechanism that will be used to send and receive soap messages.
Returns:
The ClientTransport set on the Stub

destroy

void destroy()
Destroys the stub and releases any resouces that may be held by it.

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.