|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.flow.webservice.WebserviceUtils
public class WebserviceUtils
Utility class around webservices.
| Constructor Summary | |
|---|---|
WebserviceUtils()
|
|
| Method Summary | |
|---|---|
static void |
configureClient(Object servicePort,
int connection,
int receive)
Sets the timeouts for connection and receiving. |
static void |
disableSchemaValidation(BindingProvider provider)
Disables the schema validation. |
static void |
enableSchemaValidation(BindingProvider provider)
Enables the schema validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebserviceUtils()
| Method Detail |
|---|
public static void enableSchemaValidation(BindingProvider provider)
provider - the webservice to enable schema validation forpublic static void disableSchemaValidation(BindingProvider provider)
provider - the webservice to disable schema validation for
public static void configureClient(Object servicePort,
int connection,
int receive)
servicePort - the service port to set the timeouts forconnection - the timeout for the connection in msec, 0 is infinitereceive - the timeout for receiving in msec, 0 is infiniteProxyHelper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||