|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.client.engine.impl.FixedFederationSelector
public class FixedFederationSelector
Always returns a fixed set of federations.
| Constructor Summary | |
|---|---|
FixedFederationSelector(org.apache.axis.message.addressing.EndpointReferenceType federation)
This constructor may be used in the common case of needing to use a single specific SLA or Account. |
|
FixedFederationSelector(SOAPHeaderElement[] federations)
This constructor is passed exactly what the #getFederationHeaders() returns. |
|
| Method Summary | |
|---|---|
SOAPHeaderElement[] |
getFederationHeaders(org.apache.axis.message.addressing.EndpointReferenceType target,
RemoteMethod method,
InvocationEngine engine)
Get any extra headers needed to invoke a service. |
void |
setFederationHeaders(SOAPHeaderElement[] federations)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedFederationSelector(SOAPHeaderElement[] federations)
#getFederationHeaders() returns.
uk.ac.soton.itinnovation.grid.utils.AxisUtils#createFederationHeaders()
federations - the SOAPHeaderElements to returnpublic FixedFederationSelector(org.apache.axis.message.addressing.EndpointReferenceType federation)
federation - the SLA or Account EPR to use| Method Detail |
|---|
public SOAPHeaderElement[] getFederationHeaders(org.apache.axis.message.addressing.EndpointReferenceType target,
RemoteMethod method,
InvocationEngine engine)
FederationSelector
getFederationHeaders in interface FederationSelector<InvocationEngine>target - the resource being invokedmethod - the method on the resourceengine - the engine invoking the SOAP operation
public void setFederationHeaders(SOAPHeaderElement[] federations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||