Searched defs:style (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/soap/
H A DOperation.java68 * Style used to physically represent the operation message style. This is either
69 * "rpc" style, "uri" style or "multipart" style. These styles are based on WSDL 2.0.
74 * Style used to physically represent the operation message style. This is either
75 * "rpc" style, "uri" style or "multipart" style. These styles are based on WSDL 2.0.
147 * Sets the operation style.
149 * @param operationStyle operation style
238 setInterfaceStyle(String style) argument
[all...]
H A DWSDLConverter.java233 String style) throws Exception {
234 if(RPC_STYLE.equals(style)) {
237 * namespace needs to be set in <soap:body> only for 'rpc' style.
459 String style = null;
473 * 5.6.3 Consistency of style Attribute :
475 * The style, "document" or "rpc", of an interaction is specified
483 if(style == null) {
484 style = getStyle(portTypeOperation);
485 if(RPC_STYLE.equals(style)) { // default style i
230 processElement( ElementExtensible elementExtensible, Message message, String style) argument
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js4 * Prototype is freely distributable under the terms of an MIT-style license.
1143 return $(element).style.display != 'none';
1153 $(element).style.display = 'none';
1158 $(element).style.display = '';
1362 getStyle: function(element, style) {
1364 if (['float','cssFloat'].include(style))
1365 style = (typeof element.style.styleFloat != 'undefined' ? 'styleFloat' : 'cssFloat');
1366 style = style
[all...]

Completed in 525 milliseconds