KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > Stub

javax.xml.rpc
Interface Stub

See Also:
Top Examples, Source Code, Service

public static final String ENDPOINT_ADDRESS_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String PASSWORD_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SESSION_MAINTAIN_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String USERNAME_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object _getProperty(String name)
See Also:
JAXRPCException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Iterator _getPropertyNames()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _setProperty(String name,
                         Object value)
See Also:
JAXRPCException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags