Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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
ACCEPT_ENCODING, ALL_OPERATIONS_ONE_WAY, CHARACTER_SET_ENCODING, CHUNK_SIZE, CLIENT_CONFIG, COOKIE_MAP, DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS, DISABLE_MUST_UNDERSTAND, DO_NOT_CHUNK, HTTP_CONN_TIMEOUT, HTTP_READ_TIMEOUT, JAXRPC_STUB_INSTANCE, 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_DOTNET_HEADER_STYLE, MTOM_SUPPORT, PREEMPTIVE_BASIC_AUTH, PROVIDER_MSG_CONTEXT_PROPS, PROXY_AUTH_TYPE, PROXY_HOST, PROXY_PASSWORD, PROXY_PORT, PROXY_REALM, PROXY_USERNAME, SERVICEIMPL_NAME, SOAP_VERSION, SOAP_XML_RESPONSE, STREAMING_INCOMING_ATTACHMENTS, STREAMING_OUTGOING_ATTACHMENTS, TRANSACTIONAL, TRUST_MANAGER_ARRAY, WALLET_KEYSTORE_PROVIDER, WALLET_KEYSTORE_TYPE, WALLET_LOCATION, WALLET_PASSWORD, WSA_ACTION, WSA_FAULT_TO, WSA_MESSAGE_ID, WSA_RELATES_TO, WSA_REPLY_TO, WSDL_DEFINITION, WSM_INTERCEPTOR_PIPELINE_CONFIG, WSM_SUBJECT_PRECEDENCE, WSSEC_ENC_KEY_ALIAS, WSSEC_ENC_KEY_PASSWORD, WSSEC_KERBEROS_SERVICE_PRINCIPAL, WSSEC_KEYSTORE_LOCATION, WSSEC_KEYSTORE_PASSWORD, WSSEC_KEYSTORE_TYPE, WSSEC_RECIPIENT_KEY_ALIAS, WSSEC_SAML_ISSUER_NAME, WSSEC_SIG_KEY_ALIAS, WSSEC_SIG_KEY_PASSWORD

 

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, 2009 Oracle. All Rights Reserved.