org.openinvoice.ubl4j.order
Class OrderTypePersistence

java.lang.Object
  extended by org.openinvoice.ubl4j.order.OrderTypePersistence

public class OrderTypePersistence
extends Object

Since:
\$Date: 2012/05/19 19:36:24 $
Version:
\$Revision: 4b0ab6d6e082 $
Author:
\$Author: javad $

Constructor Summary
OrderTypePersistence()
           
OrderTypePersistence(Properties configuration)
           
 
Method Summary
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType read(InputStream orderTypeStream)
           
 void write(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderTypePersistence

public OrderTypePersistence()

OrderTypePersistence

public OrderTypePersistence(Properties configuration)
Method Detail

read

public oasis.names.specification.ubl.schema.xsd.order_2.OrderType read(InputStream orderTypeStream)
                                                                throws UBL4JException
Throws:
UBL4JException

write

public void write(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType,
                  OutputStream os)
           throws UBL4JException
Throws:
UBL4JException


Copyright © 2011-2012 Plain Source. All Rights Reserved.