|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iccu.clientsbnmarc.SbnmarcConnector
SUPERCLASSE ABSTRACT PROTOCOLLI DI CONNESSIONE
Questa classe generalizza attributi e metodi comuni per le classi che implementano i metodi di send verso il server SBNMarc Implementa l'interfaccia di tipo SbnmarcCommunicationLayer imponendo cosė a tutte le classi di connessione una signature sui metodi di colloquio con il server SBNMarc
Field Summary | |
protected java.lang.StringBuffer |
sbnmarc_response
L'attributo sbnmarc_response contiene la risposta da ritornare a seguito della richiesta effettuata verso il server |
protected java.lang.StringBuffer |
sbnmarc_xml
L'attributo sbnmarc_xml contiene le informazioni pervenute nel formato XML di tipo SbnMarc da validare poi rispetto allo XML-SCHEMA di riferimento |
Constructor Summary | |
SbnmarcConnector()
|
Method Summary | |
protected java.lang.StringBuffer |
getSbnmarcXml()
Metodo getSbnmarcXml - torna valore attributo xml ricevuto in input - Get dell'attributo sbnmarc_xml |
protected void |
setSbnmarcXml(java.lang.String sbnmarc_request)
Metodo setSbnmarcXml - set attributo xml ricevuto in input - Set dell'attributo sbnmarc_xml (from sbnmarc_request). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface iccu.clientsbnmarc.SbnmarcCommunicationLayer |
sendKeepAliveRequest, sendSbnMarcRequest |
Field Detail |
protected java.lang.StringBuffer sbnmarc_xml
protected java.lang.StringBuffer sbnmarc_response
Constructor Detail |
public SbnmarcConnector()
Method Detail |
protected void setSbnmarcXml(java.lang.String sbnmarc_request)
Set dell'attributo sbnmarc_xml (from sbnmarc_request).
protected java.lang.StringBuffer getSbnmarcXml()
Get dell'attributo sbnmarc_xml
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |