org.gcube.common.calls.jaxws
Interface StubFactoryDSL.AtClause<T>

Type Parameters:
T -
All Known Implementing Classes:
StubFactory
Enclosing interface:
StubFactoryDSL

public static interface StubFactoryDSL.AtClause<T>

Selects the address of the service endpoint or service instance.

Author:
Fabio Simeoni

Method Summary
 T at(String address)
          Returns a stub for a service endpoint at a given address.
 

Method Detail

at

T at(String address)
Returns a stub for a service endpoint at a given address.

Parameters:
address - the address
Returns:
the stub


Copyright © 2014. All Rights Reserved.