Tabnine Logo
BindingOutput
Code IndexAdd Tabnine to your IDE (free)

How to use
BindingOutput
in
com.sun.tools.ws.wsdl.document

Best Java code snippets using com.sun.tools.ws.wsdl.document.BindingOutput (Showing top 20 results out of 315)

origin: javaee/metro-jax-ws

protected boolean isResponseMimeMultipart() {
  for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
    if (extension.getClass().equals(MIMEMultipartRelated.class)) {
      return true;
    }
  }
  return false;
}
origin: com.sun.xml.ws/jaxws-tools

public QName getWSDLElementName() {
  return getElementName();
}
origin: org.glassfish.metro/webservices-tools

public String getNameValue() {
  return getName();
}
origin: org.glassfish.metro/webservices-tools

BindingOutput output = new BindingOutput(forest.locatorTable.getStartLocation(e2));
String nameAttr =
  XmlUtil.getAttributeOrNull(e2, Constants.ATTR_NAME);
output.setName(nameAttr);
operation.setOutput(output);
gotOutput = true;
    output.setDocumentation(getDocumentationFor(e3));
  } else {
origin: org.glassfish.metro/webservices-tools

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  //bug fix: 4947340, extensions should be the first element
  _helper.accept(visitor);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (BindingFault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: javaee/metro-jax-ws

BindingOutput output = new BindingOutput(forest.locatorTable.getStartLocation(e2));
String nameAttr =
  XmlUtil.getAttributeOrNull(e2, Constants.ATTR_NAME);
output.setName(nameAttr);
operation.setOutput(output);
gotOutput = true;
    output.setDocumentation(getDocumentationFor(e3));
  } else {
origin: javaee/metro-jax-ws

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  //bug fix: 4947340, extensions should be the first element
  _helper.accept(visitor);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (BindingFault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: com.sun.xml.ws/jaxws-tools

BindingOutput output = new BindingOutput(forest.locatorTable.getStartLocation(e2));
String nameAttr =
  XmlUtil.getAttributeOrNull(e2, Constants.ATTR_NAME);
output.setName(nameAttr);
operation.setOutput(output);
gotOutput = true;
    output.setDocumentation(getDocumentationFor(e3));
  } else {
origin: javaee/metro-jax-ws

public String getNameValue() {
  return getName();
}
origin: com.sun.xml.ws/jaxws-tools

protected boolean isResponseMimeMultipart() {
  for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
    if (extension.getClass().equals(MIMEMultipartRelated.class)) {
      return true;
    }
  }
  return false;
}
origin: javaee/metro-jax-ws

public QName getWSDLElementName() {
  return getElementName();
}
origin: com.sun.xml.ws/jaxws-tools

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  //bug fix: 4947340, extensions should be the first element
  _helper.accept(visitor);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (BindingFault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: javaee/metro-jax-ws

BindingOutput output = new BindingOutput(forest.locatorTable.getStartLocation(e2));
String nameAttr =
  XmlUtil.getAttributeOrNull(e2, Constants.ATTR_NAME);
output.setName(nameAttr);
operation.setOutput(output);
gotOutput = true;
    output.setDocumentation(getDocumentationFor(e3));
  } else {
origin: com.sun.xml.ws/jaxws-tools

public String getNameValue() {
  return getName();
}
origin: javaee/metro-jax-ws

protected boolean isResponseMimeMultipart() {
  for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
    if (extension.getClass().equals(MIMEMultipartRelated.class)) {
      return true;
    }
  }
  return false;
}
origin: javaee/metro-jax-ws

public QName getWSDLElementName() {
  return getElementName();
}
origin: javaee/metro-jax-ws

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  //bug fix: 4947340, extensions should be the first element
  _helper.accept(visitor);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (BindingFault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: javaee/metro-jax-ws

public String getNameValue() {
  return getName();
}
origin: org.glassfish.metro/webservices-tools

protected boolean isResponseMimeMultipart() {
  for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
    if (extension.getClass().equals(MIMEMultipartRelated.class)) {
      return true;
    }
  }
  return false;
}
origin: org.glassfish.metro/webservices-tools

public QName getWSDLElementName() {
  return getElementName();
}
com.sun.tools.ws.wsdl.documentBindingOutput

Javadoc

Entity corresponding to the "output" child element of a binding operation.

Most used methods

  • <init>
  • accept
  • extensions
  • getElementName
  • getName
  • setDocumentation
  • setName

Popular in Java

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • runOnUiThread (Activity)
  • getSharedPreferences (Context)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Notification (javax.management)
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JTable (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now