|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. The Stub interface also provides support for the dynamic proxies.
Service
Method Summary | |
java.lang.Object |
_getProperty(java.lang.String name)
Gets the value of a named property. |
java.lang.String |
_getTargetEndpoint()
Gets the endpoint address for a target service port. |
void |
_setProperty(java.lang.String name,
java.lang.Object value)
Sets the value for a named property. |
void |
_setTargetEndpoint(java.lang.String address)
Sets the endpoint address for the target service port that is to be invoked using a stub instance. |
Method Detail |
public void _setProperty(java.lang.String name, java.lang.Object value)
name
- Name of the propertyvalue
- Value of the propertyjava.lang.IllegalArgumentException
- If invalid or
unsupported property is specifiedpublic java.lang.Object _getProperty(java.lang.String name)
java.lang.IllegalArgumentException
- If invalid or
unsupported property name is specifiedpublic void _setTargetEndpoint(java.lang.String address)
address
- String parameter specifies the target
endpoint address. The URI scheme for the
address must correspond to the transport
binding for this stub class.java.lang.
- IllegalArgumentException if an invalid
address is passed as a parameter.public java.lang.String _getTargetEndpoint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |