|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stub
The interface javax.xml.rpc.Stub
is the common base interface
for the stub classes. All generated stub classes are required to
implement the javax.xml.rpc.Stub
interface. An instance
of a stub class represents a client side proxy or stub instance for
the target service endpoint.
The javax.xml.rpc.Stub
interface provides an
extensible property mechanism for the dynamic configuration of
a stub instance.
Field Summary | ||
---|---|---|
static String |
ENDPOINT_ADDRESS_PROPERTY
A string specifying the target service endpoint address. |
|
static String |
PASSWORD_PROPERTY
A string specifying the password for authentication. |
|
static String |
SESSION_MAINTAIN_PROPERTY
A boolean flag indicating whether or not a client wants to participate in a session with a service endpoint. |
|
static String |
USERNAME_PROPERTY
A string specifying the user name for authentication. |
Method Summary | ||
---|---|---|
Object |
_getProperty(String name)
Retrieves the value of a given property. |
|
void |
_setProperty(String name,
Object value)
Sets the value of a property configured on this stub instance. |
Field Detail |
---|
static final String USERNAME_PROPERTY
static final String PASSWORD_PROPERTY
static final String ENDPOINT_ADDRESS_PROPERTY
static final String SESSION_MAINTAIN_PROPERTY
Method Detail |
---|
Object _getProperty(String name)
name
- The name of the property.
Object
storing the value of the
given property name.
JAXRPCException
- if an invalid or
unsupported property name is passed.void _setProperty(String name, Object value)
_setProperty
method may not
check validity of a configured property value. In this case,
any stub configuration errors are detected at the remote
method invocation.
name
- The name of the configured property.value
- The value of the configured property.
JAXRPCException
- if
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal