example.serverscript.connector
Class Interface_Stub
java.lang.Object
example.serverscript.connector.Interface_Stub
- All Implemented Interfaces:
- Interface, java.rmi.Remote, javax.xml.rpc.Stub
public class Interface_Stub
- extends java.lang.Object
- implements Interface, javax.xml.rpc.Stub
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
java.lang.Object |
_getProperty(java.lang.String name)
|
protected void |
_prepOperation(javax.microedition.xml.rpc.Operation op)
|
void |
_setProperty(java.lang.String name,
java.lang.Object value)
|
java.lang.String |
request(java.lang.String string_1,
java.lang.String string_2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_qname_String_1
protected static final javax.xml.namespace.QName _qname_String_1
_qname_String_2
protected static final javax.xml.namespace.QName _qname_String_2
_qname_result
protected static final javax.xml.namespace.QName _qname_result
_qname_request
protected static final javax.xml.namespace.QName _qname_request
_qname_requestResponse
protected static final javax.xml.namespace.QName _qname_requestResponse
_qname_wsdl_request
protected static final javax.xml.namespace.QName _qname_wsdl_request
_type_request
protected static final javax.microedition.xml.rpc.Element _type_request
_type_requestResponse
protected static final javax.microedition.xml.rpc.Element _type_requestResponse
Interface_Stub
public Interface_Stub()
_setProperty
public void _setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
_setProperty
in interface javax.xml.rpc.Stub
_getProperty
public java.lang.Object _getProperty(java.lang.String name)
- Specified by:
_getProperty
in interface javax.xml.rpc.Stub
_prepOperation
protected void _prepOperation(javax.microedition.xml.rpc.Operation op)
request
public java.lang.String request(java.lang.String string_1,
java.lang.String string_2)
throws java.rmi.RemoteException
- Specified by:
request
in interface Interface
- Throws:
java.rmi.RemoteException