BEA Systems, Inc.

weblogic.jws.soap
Interface SOAPBinding

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=METHOD)
public interface SOAPBinding
extends Annotation

Equivalent of javax.jws.soap.SOAPBinding. This annotation is required to support setting SOAPBindings per Method. We cannot modify javax.jws.soap.SOAPBinding because of JSR 181 contract.


Method Summary
 javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle()
           
 javax.jws.soap.SOAPBinding.Style style()
           
 javax.jws.soap.SOAPBinding.Use use()
           
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

style

javax.jws.soap.SOAPBinding.Style style()

use

javax.jws.soap.SOAPBinding.Use use()

parameterStyle

javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.