Searched defs:PortInfo (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/
H A DPortInfo.java31 * The <code>PortInfo</code> interface is used by a
40 public interface PortInfo { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DPortInfo.java55 public class PortInfo implements WSPortInfo { class in inherits:WSPortInfo
64 * If a port is known statically to a WSDL, {@link PortInfo} may
73 public PortInfo(WSServiceDelegate owner, EndpointAddress targetEndpoint, QName name, BindingID bindingId) { method in class:PortInfo
83 public PortInfo(@NotNull WSServiceDelegate owner, @NotNull WSDLPort port) { method in class:PortInfo
109 * Creates {@link BindingImpl} for this {@link PortInfo}.
162 // implementation of API PortInfo interface
187 * Only meant to be used via {@link javax.xml.ws.handler.PortInfo}.
196 * Only meant to be used via {@link javax.xml.ws.handler.PortInfo}.
205 * Only meant to be used via {@link javax.xml.ws.handler.PortInfo}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapterList.java58 private final Map<PortInfo, String> addressMap = new HashMap<PortInfo, String>();
66 PortInfo portInfo = new PortInfo(port.getOwner().getName(),port.getName().getLocalPart());
95 String urlPattern = addressMap.get(new PortInfo(serviceName,portName));
110 private static class PortInfo { class in class:HttpAdapterList
114 PortInfo(@NotNull QName serviceName, @NotNull String portName) { method in class:HttpAdapterList.PortInfo
121 if (portInfo instanceof PortInfo) {
122 PortInfo that = (PortInfo)portInf
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java191 case SRC_UNKNOWN: return new PortInfo(nGetPortName(getID(), portIndex), true);
196 case DST_UNKNOWN: return new PortInfo(nGetPortName(getID(), portIndex), false);
477 private static final class PortInfo extends Port.Info { class in class:PortMixer
478 private PortInfo(String name, boolean isSource) { method in class:PortMixer.PortInfo
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Ports.c119 } PortInfo; typedef in typeref:struct:tag_PortInfo
133 PortInfo* portInfo;
166 PortInfo* info = NULL;
180 info = (PortInfo*) malloc(sizeof(PortInfo));
182 memset(info, 0, sizeof(PortInfo));
199 PortInfo* info = (PortInfo*) id;
216 PortInfo* info = (PortInfo*) i
[all...]
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c62 } PortInfo; typedef in typeref:struct:tag_PortInfo
74 PortInfo* portInfo;
245 void printInfo(PortInfo* info) {
246 TRACE5(" PortInfo %p: handle=%p, mixerIndex=%d, dstLineCount=%d, dstLines=%p, ", info, (void*) info->handle, info->mixerIndex, info->dstLineCount, info->dstLines);
378 PortInfo* info = NULL;
392 info = (PortInfo*) malloc(sizeof(PortInfo));
395 memset(info, 0, sizeof(PortInfo));
407 // go through all destinations and fill the structures in PortInfo
431 // go through all destinations and fill the source line structures in PortInfo
[all...]

Completed in 49 milliseconds