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, SOAPBinding
Enclosing class:
WebServiceVisitor

protected static class WebServiceVisitor.MySoapBinding
extends Object
implements SOAPBinding


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.jws.soap.SOAPBinding
SOAPBinding.ParameterStyle, SOAPBinding.Style, SOAPBinding.Use
 
Constructor Summary
protected WebServiceVisitor.MySoapBinding()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 SOAPBinding.ParameterStyle parameterStyle()
           
 SOAPBinding.Style style()
           
 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 SOAPBinding.Style style()

use

public SOAPBinding.Use use()

parameterStyle

public SOAPBinding.ParameterStyle parameterStyle()

annotationType

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.