| java.lang.Object org.ofbiz.shipment.thirdparty.ups.UpsServices
Method Summary | |
public static Document | createAccessRequestDocument() | public static void | handleErrors(Element responseElement, List errorList) | public static Map | handleUpsShipmentAcceptResponse(Document shipmentAcceptResponseDocument, GenericValue shipmentRouteSegment, List shipmentPackageRouteSegs) | public static Map | handleUpsShipmentConfirmResponse(Document shipmentConfirmResponseDocument, GenericValue shipmentRouteSegment) | public static Map | handleUpsTrackShipmentResponse(Document trackResponseDocument, GenericValue shipmentRouteSegment, List shipmentPackageRouteSegs) | public static Map | handleUpsVoidShipmentResponse(Document voidShipmentResponseDocument, GenericValue shipmentRouteSegment) | public static String | sendUpsRequest(String upsService, String xmlString) Opens a URL to UPS and makes a request. | public static Map | upsShipmentAccept(DispatchContext dctx, Map context) | public static Map | upsShipmentConfirm(DispatchContext dctx, Map context) | public static Map | upsTrackShipment(DispatchContext dctx, Map context) | public static Map | upsVoidShipment(DispatchContext dctx, Map context) |
unitsOfbizToUps | public static Map unitsOfbizToUps(Code) | | |
unitsUpsToOfbiz | public static Map unitsUpsToOfbiz(Code) | | |
createAccessRequestDocument | public static Document createAccessRequestDocument()(Code) | | |
handleErrors | public static void handleErrors(Element responseElement, List errorList)(Code) | | |
sendUpsRequest | public static String sendUpsRequest(String upsService, String xmlString) throws UpsConnectException(Code) | | Opens a URL to UPS and makes a request.
Parameters: upsService - Name of the UPS service to invoke Parameters: xmlString - XML message to send XML string response from UPS throws: UpsConnectException - |
|
|