org.n52.security.common.artifact
Class TransferableFactory
java.lang.Object
org.n52.security.common.artifact.TransferableFactory
public class TransferableFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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–2013 52north.org. All rights reserved.