Searched refs:Use (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/soap/
H A DSOAPBinding.java32 import javax.jws.soap.SOAPBinding.Use;
42 protected Use use = Use.LITERAL;
48 * Get {@link Use} such as <code>literal</code> or <code>encoded</code>.
50 public Use getUse() {
72 return style == Style.DOCUMENT && use == Use.LITERAL;
79 return style == Style.RPC && use == Use.LITERAL;
/openjdk7/jaxws/src/share/jaxws_classes/javax/jws/soap/
H A DSOAPBinding.java51 public enum Use { enum in interface:SOAPBinding
72 Use use() default Use.LITERAL;
/openjdk7/hotspot/make/windows/
H A Dbuild.bat29 REM Use the compiler to determine which ARCH we are building
H A Dcreate.bat34 REM Use the compiler to determine which ARCH we are building
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES670 text_length=0 when "text" contains iTXt data. Use the "compression"
864 Use MSC _RPTn debugging instead of fprintf if _MSC_VER is defined.
1122 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1473 Use png_malloc instead of png_zalloc to allocate the pallete.
1551 Use #ifdef to comment out png_info_init in png.c and png_read_init in
1570 Use png_ptr->flags instead of png_ptr->transformations to pass
2014 Use png_get_uint_31() to get vpAg width and height in pngtest.c
2259 Use png_calloc() instead of png_malloc() to allocate big_row_buf when
2410 Use png_malloc plus a loop instead of png_calloc() to initialize
2583 Use fas
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java259 if (soapBinding.use().equals(SOAPBinding.Use.ENCODED)) {
808 public Use use() {return SOAPBinding.Use.LITERAL; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java76 import javax.jws.soap.SOAPBinding.Use;
749 if (soapBinding.getUse()==Use.LITERAL) {
839 if (soapBinding.getUse().equals(Use.LITERAL)) {
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1699 error(XPATHErrorResources.ER_PREDICATE_ILLEGAL_SYNTAX, null); //"'..[predicate]' or '.[predicate]' is illegal syntax. Use 'self::node()[predicate]' instead.");
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec301 "Use of this command is not required. If it is not sent, "

Completed in 5307 milliseconds