| java.lang.Object |
| ↳ |
com.sforce.ws.tools.PostMain |
Class Overview
This is a util class that can be used to post a message
to the specified endpoint.
Summary
| Public Methods |
|
static
void
|
main(String[] args)
Usage: post
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
static
void
main
(String[] args)
Throws
| IOException
| failed to post
|