com.sun.tools.ws.processor.modeler.annotation
Class WebServiceVisitor.MySOAPBinding

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor.MySOAPBinding
All Implemented Interfaces:
Annotation, javax.jws.soap.SOAPBinding
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
protected WebServiceVisitor.MySOAPBinding()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle()
           
 javax.jws.soap.SOAPBinding.Style 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
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

WebServiceVisitor.MySOAPBinding

protected WebServiceVisitor.MySOAPBinding()
Method Detail

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