com.sun.tools.ws.processor.modeler.annotation
Class WebServiceVisitor.MySoapBinding
java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor.MySoapBinding
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.jws.soap.SOAPBinding
- Enclosing class:
- WebServiceVisitor
protected static class WebServiceVisitor.MySoapBinding
- extends java.lang.Object
- implements javax.jws.soap.SOAPBinding
| 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 |
|
Method Summary |
java.lang.Class<? extends java.lang.annotation.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 |
WebServiceVisitor.MySoapBinding
protected WebServiceVisitor.MySoapBinding()
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 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.