| Package | Description |
|---|---|
| org.gpel.client.http |
| Modifier and Type | Method and Description |
|---|---|
GcHttpRequest.Method |
GcHttpRequest.getMethod() |
static GcHttpRequest.Method |
GcHttpRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcHttpRequest.Method[] |
GcHttpRequest.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GcHttpRequest |
GcWebResourceToHttp.transformResourceToHttpRequest(GcHttpRequest.Method httpMethod,
URI loc,
GcWebResource resource) |
GcHttpRequest |
GcDefaultWebResourceToHttp.transformResourceToHttpRequest(GcHttpRequest.Method httpMethod,
URI loc,
GcWebResource resource) |
| Constructor and Description |
|---|
GcHttpRequest(GcHttpRequest.Method method,
URI location) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
boolean secure) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
byte[] binaryContent) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
String textContent) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
org.xmlpull.infoset.XmlElement xmlContent) |
Copyright © 2013. All Rights Reserved.