Riferimenti per la classe org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub

Diagramma delle classi per org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub

Inheritance graph
[legenda]
Diagramma di collaborazione per org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub:

Collaboration graph
[legenda]
Lista di tutti i membri.

Descrizione Dettagliata

Definizione alla linea 14 del file JAEBIWSSEI_Stub.java.

Membri pubblici

 JAEBIWSSEI_Stub ()
void _setProperty (String name, Object value)
Object _getProperty (String name)
java.lang.String executeRequest (int int_1, java.lang.String string_2) throws java.rmi.RemoteException
java.lang.String getLastError () throws java.rmi.RemoteException
java.lang.String getUsersList () throws java.rmi.RemoteException
int getUsersNumber () throws java.rmi.RemoteException
int login (java.lang.String string_1, java.lang.String string_2) throws java.rmi.RemoteException
java.lang.String logout (int int_1) throws java.rmi.RemoteException

Membri protetti

void _prepOperation (Operation op)

Attributi protetti statici

static final QName _qname_String_1 = new QName("", "String_1")
static final QName _qname_String_2 = new QName("", "String_2")
static final QName _qname_int_1 = new QName("", "int_1")
static final QName _qname_result = new QName("", "result")
static final QName _qname_executeRequest = new QName("urn:JAEBIWS/types", "executeRequest")
static final QName _qname_executeRequestResponse = new QName("urn:JAEBIWS/types", "executeRequestResponse")
static final QName _qname_getLastError = new QName("urn:JAEBIWS/types", "getLastError")
static final QName _qname_getLastErrorResponse = new QName("urn:JAEBIWS/types", "getLastErrorResponse")
static final QName _qname_getUsersList = new QName("urn:JAEBIWS/types", "getUsersList")
static final QName _qname_getUsersListResponse = new QName("urn:JAEBIWS/types", "getUsersListResponse")
static final QName _qname_getUsersNumber = new QName("urn:JAEBIWS/types", "getUsersNumber")
static final QName _qname_getUsersNumberResponse = new QName("urn:JAEBIWS/types", "getUsersNumberResponse")
static final QName _qname_login = new QName("urn:JAEBIWS/types", "login")
static final QName _qname_loginResponse = new QName("urn:JAEBIWS/types", "loginResponse")
static final QName _qname_logout = new QName("urn:JAEBIWS/types", "logout")
static final QName _qname_logoutResponse = new QName("urn:JAEBIWS/types", "logoutResponse")
static final QName _qname_wsdl_executeRequest = new QName("urn:JAEBIWS/wsdl", "executeRequest")
static final QName _qname_wsdl_getLastError = new QName("urn:JAEBIWS/wsdl", "getLastError")
static final QName _qname_wsdl_getUsersList = new QName("urn:JAEBIWS/wsdl", "getUsersList")
static final QName _qname_wsdl_getUsersNumber = new QName("urn:JAEBIWS/wsdl", "getUsersNumber")
static final QName _qname_wsdl_login = new QName("urn:JAEBIWS/wsdl", "login")
static final QName _qname_wsdl_logout = new QName("urn:JAEBIWS/wsdl", "logout")
static final Element _type_executeRequest
static final Element _type_executeRequestResponse
static final Element _type_getLastError
static final Element _type_getLastErrorResponse
static final Element _type_getUsersList
static final Element _type_getUsersListResponse
static final Element _type_getUsersNumber
static final Element _type_getUsersNumberResponse
static final Element _type_login
static final Element _type_loginResponse
static final Element _type_logout
static final Element _type_logoutResponse

Funzioni statiche con visibilità di package

 [static initializer]

Attributi privati

String[] _propertyNames
Object[] _propertyValues


Documentazione dei costruttori e dei distruttori

org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.JAEBIWSSEI_Stub  ) 
 

Definizione alla linea 18 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyNames, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyValues.

00018                                  {
00019                 _propertyNames = new String[] {ENDPOINT_ADDRESS_PROPERTY};
00020                 _propertyValues = new Object[] {"http://192.168.1.11:8080/JAEBI/JAEBIWS"};
00021         }


Documentazione delle funzioni membro

org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.[static initializer]  )  [static, package]
 

Object org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._getProperty String  name  ) 
 

Definizione alla linea 43 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyNames, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyValues.

00043                                                 {
00044                 for (int i = 0; i < _propertyNames.length; ++i) {
00045                         if (_propertyNames[i].equals(name)) {
00046                                 return _propertyValues[i];
00047                         }
00048                 }
00049                 if (ENDPOINT_ADDRESS_PROPERTY.equals(name) || USERNAME_PROPERTY.equals(name) || PASSWORD_PROPERTY.equals(name)) {
00050                         return null;
00051                 }
00052                 if (SESSION_MAINTAIN_PROPERTY.equals(name)) {
00053                         return new java.lang.Boolean(false);
00054                 }
00055                 throw new JAXRPCException("Stub does not recognize property: "+name);
00056         }

void org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation Operation  op  )  [protected]
 

Definizione alla linea 58 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyNames, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyValues.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.executeRequest(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getLastError(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersList(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersNumber(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.login(), e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.logout().

00058                                                     {
00059                 for (int i = 0; i < _propertyNames.length; ++i) {
00060                         op.setProperty(_propertyNames[i], _propertyValues[i].toString());
00061                 }
00062         }

void org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._setProperty String  name,
Object  value
 

Definizione alla linea 23 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyNames, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyValues.

00023                                                             {
00024                 int size = _propertyNames.length;
00025                 for (int i = 0; i < size; ++i) {
00026                         if (_propertyNames[i].equals(name)) {
00027                                 _propertyValues[i] = value;
00028                                 return;
00029                         }
00030                 }
00031                 // Need to expand our array for a new property
00032                 String[] newPropNames = new String[size + 1];
00033                 System.arraycopy(_propertyNames, 0, newPropNames, 0, size);
00034                 _propertyNames = newPropNames;
00035                 Object[] newPropValues = new Object[size + 1];
00036                 System.arraycopy(_propertyValues, 0, newPropValues, 0, size);
00037                 _propertyValues = newPropValues;
00038 
00039                 _propertyNames[size] = name;
00040                 _propertyValues[size] = value;
00041         }

java.lang.String org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.executeRequest int  int_1,
java.lang.String  string_2
throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 68 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_executeRequest, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_executeRequest, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_executeRequestResponse.

00068                                                                                                                      {
00069                 // Copy the incoming values into an Object array if needed.
00070                 Object[] inputObject = new Object[2];
00071                 inputObject[0] = new java.lang.Integer(int_1);
00072                 inputObject[1] = string_2;
00073 
00074                 Operation op = Operation.newInstance(_qname_wsdl_executeRequest, _type_executeRequest, _type_executeRequestResponse);
00075                 _prepOperation(op);
00076                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00077                 Object resultObj;
00078                 try {
00079                         resultObj = op.invoke(inputObject);
00080                 } catch (JAXRPCException e) {
00081                         Throwable cause = e.getLinkedCause();
00082                         if (cause instanceof java.rmi.RemoteException) {
00083                                 throw (java.rmi.RemoteException) cause;
00084                         }
00085                         throw e;
00086                 }
00087                 java.lang.String result;
00088                 // Convert the result into the right Java type.
00089                 // Unwrapped return value
00090                 Object resultObj2 = ((Object[])resultObj)[0];
00091                 result = (java.lang.String)resultObj2;
00092                 return result;
00093         }

Questo è il grafo delle chiamate per questa funzione:

java.lang.String org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getLastError  )  throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 95 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getLastError, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getLastError, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getLastErrorResponse.

00095                                                                                {
00096                 // Copy the incoming values into an Object array if needed.
00097                 Object[] inputObject = new Object[0];
00098 
00099                 Operation op = Operation.newInstance(_qname_wsdl_getLastError, _type_getLastError, _type_getLastErrorResponse);
00100                 _prepOperation(op);
00101                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00102                 Object resultObj;
00103                 try {
00104                         resultObj = op.invoke(inputObject);
00105                 } catch (JAXRPCException e) {
00106                         Throwable cause = e.getLinkedCause();
00107                         if (cause instanceof java.rmi.RemoteException) {
00108                                 throw (java.rmi.RemoteException) cause;
00109                         }
00110                         throw e;
00111                 }
00112                 java.lang.String result;
00113                 // Convert the result into the right Java type.
00114                 // Unwrapped return value
00115                 Object resultObj2 = ((Object[])resultObj)[0];
00116                 result = (java.lang.String)resultObj2;
00117                 return result;
00118         }

Questo è il grafo delle chiamate per questa funzione:

java.lang.String org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersList  )  throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 120 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getUsersList, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersList, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersListResponse.

00120                                                                                {
00121                 // Copy the incoming values into an Object array if needed.
00122                 Object[] inputObject = new Object[0];
00123 
00124                 Operation op = Operation.newInstance(_qname_wsdl_getUsersList, _type_getUsersList, _type_getUsersListResponse);
00125                 _prepOperation(op);
00126                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00127                 Object resultObj;
00128                 try {
00129                         resultObj = op.invoke(inputObject);
00130                 } catch (JAXRPCException e) {
00131                         Throwable cause = e.getLinkedCause();
00132                         if (cause instanceof java.rmi.RemoteException) {
00133                                 throw (java.rmi.RemoteException) cause;
00134                         }
00135                         throw e;
00136                 }
00137                 java.lang.String result;
00138                 // Convert the result into the right Java type.
00139                 // Unwrapped return value
00140                 Object resultObj2 = ((Object[])resultObj)[0];
00141                 result = (java.lang.String)resultObj2;
00142                 return result;
00143         }

Questo è il grafo delle chiamate per questa funzione:

int org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersNumber  )  throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 145 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getUsersNumber, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersNumber, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersNumberResponse.

00145                                                                     {
00146                 // Copy the incoming values into an Object array if needed.
00147                 Object[] inputObject = new Object[0];
00148 
00149                 Operation op = Operation.newInstance(_qname_wsdl_getUsersNumber, _type_getUsersNumber, _type_getUsersNumberResponse);
00150                 _prepOperation(op);
00151                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00152                 Object resultObj;
00153                 try {
00154                         resultObj = op.invoke(inputObject);
00155                 } catch (JAXRPCException e) {
00156                         Throwable cause = e.getLinkedCause();
00157                         if (cause instanceof java.rmi.RemoteException) {
00158                                 throw (java.rmi.RemoteException) cause;
00159                         }
00160                         throw e;
00161                 }
00162                 int result;
00163                 // Convert the result into the right Java type.
00164                 // Unwrapped return value
00165                 Object resultObj2 = ((Object[])resultObj)[0];
00166                 result = ((java.lang.Integer)resultObj2).intValue();
00167                 return result;
00168         }

Questo è il grafo delle chiamate per questa funzione:

int org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.login java.lang.String  string_1,
java.lang.String  string_2
throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 170 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_login, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_login, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_loginResponse.

00170                                                                                                                {
00171                 // Copy the incoming values into an Object array if needed.
00172                 Object[] inputObject = new Object[2];
00173                 inputObject[0] = string_1;
00174                 inputObject[1] = string_2;
00175 
00176                 Operation op = Operation.newInstance(_qname_wsdl_login, _type_login, _type_loginResponse);
00177                 _prepOperation(op);
00178                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00179                 Object resultObj;
00180                 try {
00181                         resultObj = op.invoke(inputObject);
00182                 } catch (JAXRPCException e) {
00183                         Throwable cause = e.getLinkedCause();
00184                         if (cause instanceof java.rmi.RemoteException) {
00185                                 throw (java.rmi.RemoteException) cause;
00186                         }
00187                         throw e;
00188                 }
00189                 int result;
00190                 // Convert the result into the right Java type.
00191                 // Unwrapped return value
00192                 Object resultObj2 = ((Object[])resultObj)[0];
00193                 result = ((java.lang.Integer)resultObj2).intValue();
00194                 return result;
00195         }

Questo è il grafo delle chiamate per questa funzione:

java.lang.String org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.logout int  int_1  )  throws java.rmi.RemoteException
 

Implementa org.jaebi.midlet.WSClient.JAEBIWSSEI.

Definizione alla linea 197 del file JAEBIWSSEI_Stub.java.

Riferimenti org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_logout, org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_logout, e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_logoutResponse.

00197                                                                                   {
00198                 // Copy the incoming values into an Object array if needed.
00199                 Object[] inputObject = new Object[1];
00200                 inputObject[0] = new java.lang.Integer(int_1);
00201 
00202                 Operation op = Operation.newInstance(_qname_wsdl_logout, _type_logout, _type_logoutResponse);
00203                 _prepOperation(op);
00204                 op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
00205                 Object resultObj;
00206                 try {
00207                         resultObj = op.invoke(inputObject);
00208                 } catch (JAXRPCException e) {
00209                         Throwable cause = e.getLinkedCause();
00210                         if (cause instanceof java.rmi.RemoteException) {
00211                                 throw (java.rmi.RemoteException) cause;
00212                         }
00213                         throw e;
00214                 }
00215                 java.lang.String result;
00216                 // Convert the result into the right Java type.
00217                 // Unwrapped return value
00218                 Object resultObj2 = ((Object[])resultObj)[0];
00219                 result = (java.lang.String)resultObj2;
00220                 return result;
00221         }

Questo è il grafo delle chiamate per questa funzione:


Documentazione dei dati membri

String [] org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyNames [private]
 

Definizione alla linea 15 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._getProperty(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._setProperty(), e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.JAEBIWSSEI_Stub().

Object [] org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._propertyValues [private]
 

Definizione alla linea 16 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._getProperty(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._prepOperation(), org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._setProperty(), e org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.JAEBIWSSEI_Stub().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_executeRequest = new QName("urn:JAEBIWS/types", "executeRequest") [static, protected]
 

Definizione alla linea 230 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_executeRequestResponse = new QName("urn:JAEBIWS/types", "executeRequestResponse") [static, protected]
 

Definizione alla linea 231 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getLastError = new QName("urn:JAEBIWS/types", "getLastError") [static, protected]
 

Definizione alla linea 232 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getLastErrorResponse = new QName("urn:JAEBIWS/types", "getLastErrorResponse") [static, protected]
 

Definizione alla linea 233 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getUsersList = new QName("urn:JAEBIWS/types", "getUsersList") [static, protected]
 

Definizione alla linea 234 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getUsersListResponse = new QName("urn:JAEBIWS/types", "getUsersListResponse") [static, protected]
 

Definizione alla linea 235 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getUsersNumber = new QName("urn:JAEBIWS/types", "getUsersNumber") [static, protected]
 

Definizione alla linea 236 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_getUsersNumberResponse = new QName("urn:JAEBIWS/types", "getUsersNumberResponse") [static, protected]
 

Definizione alla linea 237 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_int_1 = new QName("", "int_1") [static, protected]
 

Definizione alla linea 228 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_login = new QName("urn:JAEBIWS/types", "login") [static, protected]
 

Definizione alla linea 238 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_loginResponse = new QName("urn:JAEBIWS/types", "loginResponse") [static, protected]
 

Definizione alla linea 239 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_logout = new QName("urn:JAEBIWS/types", "logout") [static, protected]
 

Definizione alla linea 240 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_logoutResponse = new QName("urn:JAEBIWS/types", "logoutResponse") [static, protected]
 

Definizione alla linea 241 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_result = new QName("", "result") [static, protected]
 

Definizione alla linea 229 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_String_1 = new QName("", "String_1") [static, protected]
 

Definizione alla linea 226 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_String_2 = new QName("", "String_2") [static, protected]
 

Definizione alla linea 227 del file JAEBIWSSEI_Stub.java.

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_executeRequest = new QName("urn:JAEBIWS/wsdl", "executeRequest") [static, protected]
 

Definizione alla linea 242 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.executeRequest().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getLastError = new QName("urn:JAEBIWS/wsdl", "getLastError") [static, protected]
 

Definizione alla linea 243 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getLastError().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getUsersList = new QName("urn:JAEBIWS/wsdl", "getUsersList") [static, protected]
 

Definizione alla linea 244 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersList().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_getUsersNumber = new QName("urn:JAEBIWS/wsdl", "getUsersNumber") [static, protected]
 

Definizione alla linea 245 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersNumber().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_login = new QName("urn:JAEBIWS/wsdl", "login") [static, protected]
 

Definizione alla linea 246 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.login().

final QName org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._qname_wsdl_logout = new QName("urn:JAEBIWS/wsdl", "logout") [static, protected]
 

Definizione alla linea 247 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.logout().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_executeRequest [static, protected]
 

Definizione alla linea 248 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.executeRequest().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_executeRequestResponse [static, protected]
 

Definizione alla linea 249 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.executeRequest().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getLastError [static, protected]
 

Definizione alla linea 250 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getLastError().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getLastErrorResponse [static, protected]
 

Definizione alla linea 251 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getLastError().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersList [static, protected]
 

Definizione alla linea 252 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersList().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersListResponse [static, protected]
 

Definizione alla linea 253 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersList().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersNumber [static, protected]
 

Definizione alla linea 254 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersNumber().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_getUsersNumberResponse [static, protected]
 

Definizione alla linea 255 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.getUsersNumber().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_login [static, protected]
 

Definizione alla linea 256 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.login().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_loginResponse [static, protected]
 

Definizione alla linea 257 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.login().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_logout [static, protected]
 

Definizione alla linea 258 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.logout().

final Element org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub._type_logoutResponse [static, protected]
 

Definizione alla linea 259 del file JAEBIWSSEI_Stub.java.

Referenziato da org.jaebi.midlet.WSClient.JAEBIWSSEI_Stub.logout().


La documentazione per questa classe è stata generata a partire dal seguente file:
Generato il Thu Jun 23 00:03:04 2005 per JAEBI - BlueTooth J2ME Midlet Client da  doxygen 1.4.3