P - the type of service proxiespublic static interface StatefulBuilderAPI.Builder<A,P>
| Modifier and Type | Method and Description |
|---|---|
StatefulBuilderAPI.SecondClause<P> |
at(String key,
String host,
int port)
Configures the address of a given service instance.
|
StatefulBuilderAPI.SecondClause<P> |
at(String key,
URI url)
Configures the address of a given service instance.
|
StatefulBuilderAPI.SecondClause<P> |
at(String key,
URL url)
Configures the address of a given service instance.
|
StatefulBuilderAPI.SecondClause<P> |
at(W3CEndpointReference address)
Configures the address of a given service instance.
|
StatefulBuilderAPI.SecondClause<P> |
matching(Query<A> query)
Configures a query for service instances.
|
StatefulBuilderAPI.SecondClause<P> matching(Query<A> query)
query - the queryStatefulBuilderAPI.SecondClause<P> at(W3CEndpointReference address) throws IllegalArgumentException
address - the addressIllegalArgumentException - if the address is invalidStatefulBuilderAPI.SecondClause<P> at(String key, String host, int port) throws IllegalArgumentException
the - key of the instancehost - the host of the corresponding service endpointport - the port of the corresponding service endpointIllegalArgumentException - if the address is invalidStatefulBuilderAPI.SecondClause<P> at(String key, URL url) throws IllegalArgumentException
the - key of the instanceaddress - the address of the corresponding service endpointIllegalArgumentException - if the address is invalidStatefulBuilderAPI.SecondClause<P> at(String key, URI url) throws IllegalArgumentException
the - key of the instanceaddress - the address of the corresponding service endpointIllegalArgumentException - if the address is invalidCopyright © 2017. All Rights Reserved.