Java Reference
In-Depth Information
NOTE
If you annotate a port with jaxws:provider , no SEI will be generated for it. In its place, the ap-
plication code will use a javax.xml.ws.Provider interface. This means that there will be no
getXXXPort method created in the generated service type (otherwise, a clients could call a method
to get a port that doesn't exist).
Be careful what implementation details you allow to creep into your public interface.
See Also
Chapter 8 in the JAX-WS specification to see what custom bindings are allowed on which
elements.
Search WWH ::




Custom Search