Codota Logo
com.sun.tools.ws.wsdl.document
Code IndexAdd Codota to your IDE (free)

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: org.glassfish.metro/webservices-tools

public Parameter(String name, Entity entity) {
  super(entity);
  this.name = name;
  if(entity instanceof com.sun.tools.ws.wsdl.document.Message){
    this.entityName = ((com.sun.tools.ws.wsdl.document.Message)entity).getName();
  }else if(entity instanceof MessagePart){
    this.entityName = ((MessagePart)entity).getName();
  }else{
    this.entityName = name;
  }
}
origin: com.sun.xml.ws/jaxws-tools

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (Fault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: com.sun.xml.ws/jaxws-tools

@Override
public void validate(EntityReferenceValidator validator) {
  GloballyValidatingAction action =
    new GloballyValidatingAction(this, validator);
  withAllSubEntitiesDo(action);
  if (action.getException() != null) {
    throw action.getException();
  }
}
origin: com.sun.xml.ws/jaxws-tools

protected com.sun.tools.ws.wsdl.document.Message getOutputMessage() {
  if (info.portTypeOperation.getOutput() == null) {
    return null;
  }
  return info.portTypeOperation.getOutput().resolveMessage(info.document);
}
origin: com.sun.xml.ws/jaxws-tools

public void validateThis() {
  if (getName() == null) {
    failValidation("validation.missingRequiredAttribute", "name");
  }
  if (_portType == null) {
    failValidation("validation.missingRequiredAttribute", "type");
  }
}
origin: com.sun.xml.ws/jaxws-tools

public void validateThis() {
  if (getName() == null) {
    failValidation("validation.missingRequiredAttribute", "name");
  }
}
origin: com.sun.xml.ws/jaxws-tools

public void validateThis() {
  if (_location == null) {
    failValidation("validation.missingRequiredAttribute", "location");
  }
  if (_namespace == null) {
    failValidation("validation.missingRequiredAttribute", "namespace");
  }
}
origin: com.sun.xml.ws/jaxws-tools

@Override
public void validateThis() {
  if (_name == null) {
    failValidation("validation.missingRequiredAttribute", "name");
  }
  if (_message == null) {
    failValidation("validation.missingRequiredAttribute", "message");
  }
}
origin: org.glassfish.metro/webservices-tools

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (Fault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: org.glassfish.metro/webservices-tools

@Override
public void validate(EntityReferenceValidator validator) {
  GloballyValidatingAction action =
    new GloballyValidatingAction(this, validator);
  withAllSubEntitiesDo(action);
  if (action.getException() != null) {
    throw action.getException();
  }
}
origin: javaee/metro-jax-ws

public Parameter(String name, Entity entity) {
  super(entity);
  this.name = name;
  if(entity instanceof com.sun.tools.ws.wsdl.document.Message){
    this.entityName = ((com.sun.tools.ws.wsdl.document.Message)entity).getName();
  }else if(entity instanceof MessagePart){
    this.entityName = ((MessagePart)entity).getName();
  }else{
    this.entityName = name;
  }
}
origin: org.glassfish.metro/webservices-tools

protected com.sun.tools.ws.wsdl.document.Message getOutputMessage() {
  if (info.portTypeOperation.getOutput() == null) {
    return null;
  }
  return info.portTypeOperation.getOutput().resolveMessage(info.document);
}
origin: javaee/metro-jax-ws

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (Fault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: javaee/metro-jax-ws

@Override
public void validate(EntityReferenceValidator validator) {
  GloballyValidatingAction action =
    new GloballyValidatingAction(this, validator);
  withAllSubEntitiesDo(action);
  if (action.getException() != null) {
    throw action.getException();
  }
}
origin: com.sun.xml.ws/jaxws-tools

public Parameter(String name, Entity entity) {
  super(entity);
  this.name = name;
  if(entity instanceof com.sun.tools.ws.wsdl.document.Message){
    this.entityName = ((com.sun.tools.ws.wsdl.document.Message)entity).getName();
  }else if(entity instanceof MessagePart){
    this.entityName = ((MessagePart)entity).getName();
  }else{
    this.entityName = name;
  }
}
origin: javaee/metro-jax-ws

protected com.sun.tools.ws.wsdl.document.Message getOutputMessage() {
  if (info.portTypeOperation.getOutput() == null) {
    return null;
  }
  return info.portTypeOperation.getOutput().resolveMessage(info.document);
}
origin: javaee/metro-jax-ws

public void accept(WSDLDocumentVisitor visitor) throws Exception {
  visitor.preVisit(this);
  if (_input != null) {
    _input.accept(visitor);
  }
  if (_output != null) {
    _output.accept(visitor);
  }
  for (Fault _fault : _faults) {
    _fault.accept(visitor);
  }
  visitor.postVisit(this);
}
origin: javaee/metro-jax-ws

@Override
public void validate(EntityReferenceValidator validator) {
  GloballyValidatingAction action =
    new GloballyValidatingAction(this, validator);
  withAllSubEntitiesDo(action);
  if (action.getException() != null) {
    throw action.getException();
  }
}
origin: javaee/metro-jax-ws

public Parameter(String name, Entity entity) {
  super(entity);
  this.name = name;
  if(entity instanceof com.sun.tools.ws.wsdl.document.Message){
    this.entityName = ((com.sun.tools.ws.wsdl.document.Message)entity).getName();
  }else if(entity instanceof MessagePart){
    this.entityName = ((MessagePart)entity).getName();
  }else{
    this.entityName = name;
  }
}
origin: javaee/metro-jax-ws

protected com.sun.tools.ws.wsdl.document.Message getOutputMessage() {
  if (info.portTypeOperation.getOutput() == null) {
    return null;
  }
  return info.portTypeOperation.getOutput().resolveMessage(info.document);
}
com.sun.tools.ws.wsdl.document

Most used classes

  • Binding
    Entity corresponding to the "binding" WSDL element.
  • BindingFault
    Entity corresponding to the "fault" child element of a binding operation.
  • BindingInput
    Entity corresponding to the "input" child element of a binding operation.
  • BindingOperation
    Entity corresponding to the "operation" child element of a WSDL "binding" element.
  • BindingOutput
    Entity corresponding to the "output" child element of a binding operation.
  • Documentation,
  • Fault,
  • Import,
  • Input,
  • Message,
  • MessagePart,
  • Operation,
  • Output,
  • Port,
  • PortType,
  • Service,
  • Types,
  • WSDLDocument$GloballyValidatingAction,
  • WSDLDocument
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now