org.fossilec.odettej.service
Class UsualService

java.lang.Object
  extended by org.fossilec.odettej.service.Service
      extended by org.fossilec.odettej.service.UsualService

public class UsualService
extends Service

Author:
Rafael Marins

Constructor Summary
UsualService(Transport transport, int debSize)
           
 
Method Summary
 OdetteExchangeBuffer receive(boolean strictFormat)
           
 int send(OdetteExchangeBuffer oeb)
           
 
Methods inherited from class org.fossilec.odettej.service.Service
connect, disconnect, getExchangeBufferSize, getInstance, getTransport, isConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsualService

public UsualService(Transport transport,
                    int debSize)
Method Detail

receive

public OdetteExchangeBuffer receive(boolean strictFormat)
                             throws OdetteFTPException
Specified by:
receive in class Service
Throws:
OdetteFTPException

send

public int send(OdetteExchangeBuffer oeb)
         throws OdetteFTPException
Specified by:
send in class Service
Throws:
OdetteFTPException


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.