This is how you do it with the JAX-WS stubs:
EventFilterSpec spec = new EventFilterSpec(); | ||
spec.getEventTypeId().add("foo"); |
This is how you do it with the JAX-WS stubs:
EventFilterSpec spec = new EventFilterSpec(); | ||
spec.getEventTypeId().add("foo"); |