|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swordfish.internal.resolver.backend.base.impl.ClientRequestImpl
public class ClientRequestImpl
| Constructor Summary | |
|---|---|
ClientRequestImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getEntity()
|
java.lang.Class<?> |
getEntityType()
|
ProxyConstants.Method |
getMethod()
Get the method used to invoke remote service. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get properties for the request. |
java.net.URI |
getURI()
Get the URI (absolute or relative) of remote service. |
void |
setEntity(java.lang.Object entity)
|
void |
setEntityType(java.lang.Class<?> entityType)
|
void |
setMethod(ProxyConstants.Method method)
Set the method used to invoke remote service. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Set properties for the request. |
void |
setURI(java.net.URI uri)
Set the URI of remote service. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientRequestImpl()
| Method Detail |
|---|
public java.lang.Object getEntity()
getEntity in interface ClientRequestpublic void setEntity(java.lang.Object entity)
setEntity in interface ClientRequestpublic java.lang.Class<?> getEntityType()
getEntityType in interface ClientRequestpublic void setEntityType(java.lang.Class<?> entityType)
setEntityType in interface ClientRequestpublic ProxyConstants.Method getMethod()
ClientRequest
getMethod in interface ClientRequestProxyConstants.Method constant representing a HTTP method.public void setMethod(ProxyConstants.Method method)
ClientRequest
setMethod in interface ClientRequestpublic java.util.Map<java.lang.String,java.lang.String> getProperties()
ClientRequest
getProperties in interface ClientRequestMap containing request specific properties.public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
ClientRequest
setProperties in interface ClientRequestpublic java.net.URI getURI()
ClientRequest
getURI in interface ClientRequestURL of a service.public void setURI(java.net.URI uri)
ClientRequest
setURI in interface ClientRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||