public class SxmpSender extends Object
| Constructor and Description |
|---|
SxmpSender() |
| Modifier and Type | Method and Description |
|---|---|
static DeliverResponse |
deliver(String url,
DeliverRequest request,
boolean shouldParseResponse) |
static Response |
send(String url,
Request request,
boolean shouldParseResponse) |
static SubmitResponse |
submit(String url,
SubmitRequest request) |
public static SubmitResponse submit(String url, SubmitRequest request) throws UnsupportedEncodingException, SxmpErrorException, IOException, SxmpParsingException, SAXException, ParserConfigurationException
public static DeliverResponse deliver(String url, DeliverRequest request, boolean shouldParseResponse) throws UnsupportedEncodingException, SxmpErrorException, IOException, SxmpParsingException, SAXException, ParserConfigurationException
public static Response send(String url, Request request, boolean shouldParseResponse) throws UnsupportedEncodingException, SxmpErrorException, IOException, SxmpParsingException, SAXException, ParserConfigurationException
Copyright © 2016. All rights reserved.