Information about a port.
This object is owned by
WSServiceDelegate to keep track of a port,
since a port maybe added dynamically.
author: JAXWS Development Team
createBinding(WebServiceFeature[] webServiceFeatures, Class> portInterface) Creates
BindingImpl for this
PortInfo .
Parameters: webServiceFeatures - User-specified features. Parameters: portInterface - Null if this is for dispatch.
If a port is known statically to a WSDL,
PortInfo may
have the corresponding WSDL model. This would occur when the
service was created with the WSDL location and the port is defined
in the WSDL.
If this is a
SEIPortInfo , then this is always non-null.
Creates
BindingImpl for this
PortInfo .
Parameters: webServiceFeatures - User-specified features. Parameters: portInterface - Null if this is for dispatch. Otherwise the interface the proxy is going to implement