@Retention(RUNTIME) @Target({TYPE,METHOD}) @WebServiceFeatureAnnotation(id="http://www.w3.org/ns/ws-policy", bean=PolicyFeature.class) public @interface Policy
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
uri |
where to retrieve the policy
|
Modifier and Type | Optional Element | Description |
---|---|---|
boolean |
attachToWsdl |
whether attach policy to wsdl
|
weblogic.jws.Policy.Direction |
direction |
when to apply policy, defaut is both inbound and outbound messages
|
boolean |
enabled |