org.n52.security.common.artifact
Class TransferableFactory

java.lang.Object
  extended by org.n52.security.common.artifact.TransferableFactory

public class TransferableFactory
extends Object


Method Summary
 Transferable createStreamTransferable(String pContentType, InputStream pPayLoad, String pCharset)
           
 Transferable createTextualTransferable(String pContentType, String pPayLoad, String pTargetCharset)
           
static TransferableFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TransferableFactory getInstance()

createTextualTransferable

public Transferable createTextualTransferable(String pContentType,
                                              String pPayLoad,
                                              String pTargetCharset)

createStreamTransferable

public Transferable createStreamTransferable(String pContentType,
                                             InputStream pPayLoad,
                                             String pCharset)
                                      throws IOException
Throws:
IOException


Copyright © 2004–2014 52north.org. All rights reserved.