Package com.sun.xml.ws.client
Class SEIPortInfo
- java.lang.Object
-
- com.sun.xml.ws.client.PortInfo
-
- com.sun.xml.ws.client.SEIPortInfo
-
- All Implemented Interfaces:
WSPortInfo,javax.xml.ws.handler.PortInfo
public final class SEIPortInfo extends PortInfo
PortInfothat hasSEIModel. This object is created statically whenWSServiceDelegateis 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
-
-
Constructor Summary
Constructors Constructor Description SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, WSDLPort portModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingImplcreateBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface)BindingImplcreateBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)CreatesBindingImplfor thisPortInfo.-
Methods inherited from class com.sun.xml.ws.client.PortInfo
createBinding, createPolicyMap, getBindingId, getBindingID, getEndpointAddress, getOwner, getPolicyMap, getPort, getPortName, getServiceName
-
-
-
-
Field Detail
-
sei
public final Class sei
-
model
public final SOAPSEIModel model
Model ofsei.
-
-
Constructor Detail
-
SEIPortInfo
public SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, @NotNull WSDLPort portModel)
-
-
Method Detail
-
createBinding
public BindingImpl createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)
Description copied from class:PortInfoCreatesBindingImplfor thisPortInfo.- Overrides:
createBindingin classPortInfo- Parameters:
webServiceFeatures- User-specified features.portInterface- Null if this is for dispatch. Otherwise the interface the proxy is going to implement- Returns:
- The initialized BindingImpl
-
createBinding
public BindingImpl createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface)
-
-