public class BMXRestRequestFactory extends java.lang.Object implements RestRequestFactory
Constructor and Description |
---|
BMXRestRequestFactory(BMXConfig bmxConfig,
BMXAuthHelper authHelper) |
Modifier and Type | Method and Description |
---|---|
<any> |
createDelete(java.lang.String path,
java.lang.Object payload) |
<any> |
createGet(java.lang.String path) |
<any> |
createPost(java.lang.String path) |
<any> |
createPost(java.lang.String path,
java.lang.Object payload) |
<any> |
createPut(java.lang.String path,
java.lang.Object payload) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthLock
public BMXRestRequestFactory(BMXConfig bmxConfig, BMXAuthHelper authHelper)
public <any> createGet(java.lang.String path)
createGet
in interface RestRequestFactory
public <any> createPost(java.lang.String path)
createPost
in interface RestRequestFactory
public <any> createPost(java.lang.String path, java.lang.Object payload)
createPost
in interface RestRequestFactory
public <any> createPut(java.lang.String path, java.lang.Object payload)
createPut
in interface RestRequestFactory
public <any> createDelete(java.lang.String path, java.lang.Object payload)
createDelete
in interface RestRequestFactory