Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java
java
@WebService
@EndpointProperties(
    {
       @EndpointProperty(name = "my.property", value="some value"),
       @EndpointProperty(name = "my.other.property", value="some other value"),
    })
public interface MyService {
    String echoString(String s);
}

Anchor
Policy
Policy

org.apache.cxf.annotations.Policy
org.apache.cxf.annotations.

...

Policies (since 2.3)

Used to attach WS-Policy fragments to a service or operation. The Policy supports the attributes:

...