|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swordfish.internal.resolver.backend.base.wsdl11.WSDL11EndpointExtractor
public class WSDL11EndpointExtractor
| Constructor Summary | |
|---|---|
WSDL11EndpointExtractor()
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(ServiceDescription<?> description)
Checks if the passed description can be processed by this type of extractor. |
EndpointDescription |
extractEndpoint(ServiceDescription<?> serviceDescription)
Extracts endpoint part from the given service description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDL11EndpointExtractor()
| Method Detail |
|---|
public boolean canHandle(ServiceDescription<?> description)
EndpointExtractor
canHandle in interface EndpointExtractordescription - A ServiceDescription to check.
true if the extractor can handle passed service description,
false otherwise.public EndpointDescription extractEndpoint(ServiceDescription<?> serviceDescription)
EndpointExtractor
extractEndpoint in interface EndpointExtractornull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||