org.jvnet.ws
Annotation Type EnvelopeStyle


Deprecated. Update to use com.oracle.webservices.api.EnvelopeStyle

@WebServiceFeatureAnnotation(id="",
                             bean=EnvelopeStyleFeature.class)
@Retention(value=RUNTIME)
public @interface EnvelopeStyle

The EnvelopeStyle annotation is used to specify the message envelope style(s) for a web service endpoint implementation class. To smooth the migration from the BindingType annotation to this EnvelopeStyle annotation, each of the styles is mapped to a binding identifier defined in JAX-WS specification. Though a binding identifier includes both the envelope style and transport, an envelope style defined herein does NOT imply or mandate any transport protocol to be use together; HTTP is the default transport. An implementation may chose to support other transport with any of the envelope styles. This annotation may be overriden programmatically or via deployment descriptors, depending on the platform in use.

Author:
shih-chang.chen@oracle.com
See Also:
EnvelopeStyle

Optional Element Summary
 EnvelopeStyle.Style[] style
          Deprecated. The envelope styles.
 

style

public abstract EnvelopeStyle.Style[] style
Deprecated. 
The envelope styles. If not specified, the default is the SOAP 1.1.

Returns:
The enveloping styles
Default:
org.jvnet.ws.EnvelopeStyle.Style.SOAP11


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