|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceResolver
Resolves information about service provider endpoints for specified service.
| Field Summary | |
|---|---|
static java.lang.String |
POLICY_CONSUMER_NAME
Property set in the message exchange as key for the consumer policy. |
| Method Summary | |
|---|---|
java.util.Collection<EndpointDescription> |
getEndpointsFor(javax.xml.namespace.QName portType)
Resolve physical endpoints of providers for a service identified by its portType. |
java.util.Collection<EndpointDescription> |
getEndpointsFor(javax.xml.namespace.QName portType,
javax.xml.namespace.QName consumer)
Resolve physical endpoints of providers for a service identified by its portType and an identified consumer which may be configured to request certain quality of service. |
| Field Detail |
|---|
static final java.lang.String POLICY_CONSUMER_NAME
| Method Detail |
|---|
java.util.Collection<EndpointDescription> getEndpointsFor(javax.xml.namespace.QName portType)
portType - a qualified name of portType.
EndpointDescription specifying provider
endpoints matching a given portType.
java.util.Collection<EndpointDescription> getEndpointsFor(javax.xml.namespace.QName portType,
javax.xml.namespace.QName consumer)
portType - a qualified name of portType.
EndpointDescription specifying provider
endpoints matching a given portType.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||