public class TransportResultFactory extends Object
Constructor and Description |
---|
TransportResultFactory() |
Modifier and Type | Method and Description |
---|---|
static TransportResult |
error(Exception e) |
static TransportResult |
error(String errorDescription) |
static TransportResult |
error(String format,
Object... args) |
static TransportResult |
ok() |
public static TransportResult ok()
public static TransportResult error(String format, Object... args)
public static TransportResult error(String errorDescription)
public static TransportResult error(Exception e)
Copyright © 2016 The Apache Software Foundation. All rights reserved.