Searched defs:get (Results 251 - 275 of 610) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLBoundPortType.java59 public WSDLBoundOperation get(QName operationName); method in interface:WSDLBoundPortType
100 * For example this can be used in the case when a message receipient can get the
104 * namespaceUri and the local name both can be null to get the WSDLBoundOperation that has empty body -
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortTypeImpl.java57 public WSDLOperationImpl get(String operationName) { method in class:WSDLPortTypeImpl
58 return portTypeOperations.get(operationName);
H A DWSDLServiceImpl.java64 public WSDLPortImpl get(QName portName) { method in class:WSDLServiceImpl
65 return ports.get(portName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointMessageContextImpl.java72 public Object get(Object key) { method in class:EndpointMessageContextImpl
74 return packet.get(key); // strongly typed
79 Object value = packet.invocationProperties.get(key);
101 Object old = packet.invocationProperties.get(key);
120 Object old = packet.invocationProperties.get(key);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapterList.java95 String urlPattern = addressMap.get(new PortInfo(serviceName,portName));
102 public T get(int index) { method in class:HttpAdapterList
103 return adapters.get(index);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DRef.java83 XSAttGroupDecl get(); method in interface:Ref.AttGroup
87 XSElementDecl get(); method in interface:Ref.Element
91 XSIdentityConstraint get(); method in interface:Ref.IdentityConstraint
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DPool.java104 Integer index = indices.get(value);
122 public int get(Object o) { method in class:Pool
123 Integer n = indices.get(o);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DContext.java53 * Phase instance = context.get(phaseKey);
67 * <p>In the compiler, we simply use Phase.instance(context) to get
142 public <T> T get(Key<T> key) { method in class:Context
144 Object o = ht.get(key);
150 Assert.check(ht.get(key) == o);
181 Key<T> k = uncheckedCast(kt.get(clss));
189 public <T> T get(Class<T> clazz) { method in class:Context
190 return get(key(clazz));
H A DOptions.java52 Options instance = context.get(optionsKey);
67 public String get(String name) { method in class:Options
68 return values.get(name);
74 public String get(OptionName name) { method in class:Options
75 return values.get(name.optionName);
90 String value = get(name);
98 return (values.get(name) != null);
105 return (values.get(name.optionName) != null);
112 return (values.get(name.optionName + value) != null);
119 return (values.get(nam
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipCoder.java132 static ZipCoder get(Charset charset) { method in class:ZipCoder
136 static ZipCoder get(String csn) { method in class:ZipCoder
149 CharsetDecoder dec = decTL.get();
160 CharsetEncoder enc = encTL.get();
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSCTerminals.java64 Reference<TerminalImpl> ref = terminals.get(name);
65 TerminalImpl terminal = (ref != null) ? ref.get() : null;
109 readerState = stateMap.get(readerName);
115 readerState = stateMap.get(readerName);
136 int get() { method in class:PCSCTerminals.ReaderState
180 ReaderState state = stateMap.get(name);
185 status[i] = state.get();
215 // the status with a 0 timeout. Otherwise, we might get incorrect
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBitArray.java127 public boolean get(int index) throws ArrayIndexOutOfBoundsException { method in class:BitArray
194 bits[i] = get(i);
259 out.write(get(i) ? '1' : '0');
268 if (get(i)) {
H A DManifestDigester.java255 public Entry get(String name, boolean oldStyle) { method in class:ManifestDigester
256 Entry e = entries.get(name);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAuthorityInfoAccessExtension.java71 * get, set, delete methods of Certificate, x509 type.
183 public Object get(String name) throws IOException { method in class:AuthorityInfoAccessExtension
H A DBasicConstraintsExtension.java57 * get, set, delete methods of Certificate, x509 type.
230 public Object get(String name) throws IOException { method in class:BasicConstraintsExtension
H A DCRLDistributionPointsExtension.java87 * get, set, delete methods of Certificate, x509 type.
242 public Object get(String name) throws IOException { method in class:CRLDistributionPointsExtension
H A DCRLExtensions.java184 public Extension get(String alias) { method in class:CRLExtensions
193 return map.get(name);
271 thisExt = map.get(key);
H A DCRLNumberExtension.java158 public Object get(String name) throws IOException { method in class:CRLNumberExtension
H A DCertificateIssuerExtension.java144 public Object get(String name) throws IOException { method in class:CertificateIssuerExtension
H A DCertificateIssuerName.java47 * get, set, delete methods of Certificate, x509 type.
136 public Object get(String name) throws IOException { method in class:CertificateIssuerName
H A DCertificatePoliciesExtension.java73 * get, set, delete methods of Certificate, x509 type.
209 public Object get(String name) throws IOException { method in class:CertificatePoliciesExtension
H A DCertificateSerialNumber.java45 * get, set, delete methods of Certificate, x509 type.
144 public Object get(String name) throws IOException { method in class:CertificateSerialNumber
H A DCertificateSubjectName.java47 * get, set, delete methods of Certificate, x509 type.
136 public Object get(String name) throws IOException { method in class:CertificateSubjectName
H A DCertificateValidity.java45 * get, set, delete methods of Certificate, x509 type.
193 public Object get(String name) throws IOException { method in class:CertificateValidity
H A DCertificateVersion.java57 * get, set, delete methods of Certificate, x509 type.
194 public Object get(String name) throws IOException { method in class:CertificateVersion

Completed in 94 milliseconds

<<11121314151617181920>>