|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointExtractor
Responsible for extracting endpoint parts (endpoint address, transport protocol) from the service description document.
| Method Summary | |
|---|---|
boolean |
canHandle(ServiceDescription<?> description)
Checks if the passed description can be processed by this type of extractor. |
EndpointDescription |
extractEndpoint(ServiceDescription<?> description)
Extracts endpoint part from the given service description. |
| Method Detail |
|---|
boolean canHandle(ServiceDescription<?> description)
description - A ServiceDescription to check.
true if the extractor can handle passed service description,
false otherwise.EndpointDescription extractEndpoint(ServiceDescription<?> description)
endpointDocument - A service description to parse.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||