Uses of Interface
org.gcube.common.clients.builders.StatefulBuilderAPI.SecondClause

Packages that use StatefulBuilderAPI.SecondClause
org.gcube.common.clients.builders   
 

Uses of StatefulBuilderAPI.SecondClause in org.gcube.common.clients.builders
 

Classes in org.gcube.common.clients.builders that implement StatefulBuilderAPI.SecondClause
 class AbstractStatefulBuilder<A,S,P>
          Partial implementation of proxy builders for stateful services.
 

Methods in org.gcube.common.clients.builders that return StatefulBuilderAPI.SecondClause
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.at(String key, String host, int port)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.at(String key, String host, int port)
          Configures the address of a given service instance.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.at(String key, URI address)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.at(String key, URI url)
          Configures the address of a given service instance.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.at(String key, URL address)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.at(String key, URL url)
          Configures the address of a given service instance.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.at(W3CEndpointReference address)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.at(W3CEndpointReference address)
          Configures the address of a given service instance.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.matching(Query<A> query)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.matching(Query<A> query)
          Configures a query for service instances.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.with(Property<?> property)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.SecondClause.with(Property<?> property)
          Set a configuration property for the proxy.
<T> StatefulBuilderAPI.SecondClause<P>
AbstractStatefulBuilder.with(String name, T value)
           
<T> StatefulBuilderAPI.SecondClause<P>
StatefulBuilderAPI.SecondClause.with(String name, T value)
          Set a configuration property for the proxy.
 



Copyright © 2012. All Rights Reserved.