Class WebServiceVisitor.MySoapBinding

java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor.MySoapBinding
All Implemented Interfaces:
Annotation
Enclosing class:
WebServiceVisitor

protected static class WebServiceVisitor.MySoapBinding extends Object implements javax.jws.soap.SOAPBinding
  • Nested Class Summary

    Nested classes/interfaces inherited from class javax.jws.soap.SOAPBinding

    javax.jws.soap.SOAPBinding.ParameterStyle, javax.jws.soap.SOAPBinding.Style, javax.jws.soap.SOAPBinding.Use
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Annotation>
     
    javax.jws.soap.SOAPBinding.ParameterStyle
     
    javax.jws.soap.SOAPBinding.Style
     
    javax.jws.soap.SOAPBinding.Use
    use()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MySoapBinding

      protected MySoapBinding()
  • Method Details

    • style

      public javax.jws.soap.SOAPBinding.Style style()
    • use

      public javax.jws.soap.SOAPBinding.Use use()
    • parameterStyle

      public javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle()
    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation