|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - the type of service proxiespublic static interface StatefulBuilderAPI.Builder<A,P>
The first clause of the DSL.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
StatefulBuilderAPI.SecondClause<P> matching(Query<A> query)
query - the query
StatefulBuilderAPI.SecondClause<P> at(W3CEndpointReference address)
throws IllegalArgumentException
address - the address
IllegalArgumentException - if the address is invalid
StatefulBuilderAPI.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 endpoint
IllegalArgumentException - if the address is invalid
StatefulBuilderAPI.SecondClause<P> at(String key,
URL url)
throws IllegalArgumentException
the - key of the instanceaddress - the address of the corresponding service endpoint
IllegalArgumentException - if the address is invalid
StatefulBuilderAPI.SecondClause<P> at(String key,
URI url)
throws IllegalArgumentException
the - key of the instanceaddress - the address of the corresponding service endpoint
IllegalArgumentException - if the address is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||