|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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_ENCODINGA property to get and set the Content-Transfer-Encoding for MIME headers on the Stub instance. |
static String |
ENCODING_STYLE_PROPERTYA property to set and get the encoding style on the Stub instance. |
static String |
OPERATION_STYLE_PROPERTYA property to set and get the operation style on the Stub instance. |
| Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| 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 |
public static final String OPERATION_STYLE_PROPERTY
Type: java.lang.String
public static final String ENCODING_STYLE_PROPERTY
Type: java.lang.String
public static final String CONTENT_TRANSFER_ENCODING
Type: java.lang.String
| Method Detail |
public ClientTransport getClientTransport()
public void destroy()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||