Searched refs:SEIPortInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DSEIPortInfo.java46 final class SEIPortInfo extends PortInfo { class in inherits:PortInfo
53 public SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, @NotNull WSDLPort portModel) { method in class:SEIPortInfo
H A DWSServiceDelegate.java121 * For statically known ports we'll have {@link SEIPortInfo}.
143 // private final Map<Class,SEIPortInfo> seiContext = new HashMap<Class,SEIPortInfo>();
144 private final Map<QName,SEIPortInfo> seiContext = new HashMap<QName,SEIPortInfo>();
329 SEIPortInfo spi = addSEI(portName, portInterface, features);
579 WebServiceFeature[] webServiceFeatures, SEIPortInfo eif) {
648 * {@link SEIPortInfo} about a given SEI (linked from the {@link Service}-derived class.)
651 private SEIPortInfo addSEI(QName portName, Class portInterface, WebServiceFeature... features) throws WebServiceException {
658 SEIPortInfo sp
[all...]
H A DStub.java204 if(portInfo instanceof SEIPortInfo) {
205 seiModel = ((SEIPortInfo)portInfo).model;

Completed in 49 milliseconds