Searched defs:canGenerateWSDL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DBindingID.java182 public boolean canGenerateWSDL() { method in class:BindingID
281 SOAPHTTPImpl r = new SOAPHTTPImpl(base.getSOAPVersion(), lexical, base.canGenerateWSDL());
371 private final boolean canGenerateWSDL; field in class:BindingID.Impl
373 public Impl(SOAPVersion version, String lexical, boolean canGenerateWSDL) { argument
376 this.canGenerateWSDL = canGenerateWSDL;
388 public boolean canGenerateWSDL() { method in class:BindingID.Impl
389 return canGenerateWSDL;
402 public SOAPHTTPImpl(SOAPVersion version, String lexical, boolean canGenerateWSDL) { argument
403 super(version, lexical, canGenerateWSDL);
406 SOAPHTTPImpl(SOAPVersion version, String lexical, boolean canGenerateWSDL, boolean mtomEnabled) argument
[all...]

Completed in 31 milliseconds