Class SEIPortInfo

  • All Implemented Interfaces:
    WSPortInfo, jakarta.xml.ws.handler.PortInfo

    public final class SEIPortInfo
    extends PortInfo
    PortInfo that has SEIModel. This object is created statically when WSServiceDelegate is created with an service interface. NOTE: Made this class public so that Dispatch instances derived from a 'parent' SEI-based port instance (generally for sending protocol messages or request retries) can still know what the parent's SEI was.
    Author:
    Kohsuke Kawaguchi