Searched refs:namespace (Results 1 - 25 of 91) sorted by relevance

1234

/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DImport.java45 private String namespace; field in class:Import
51 this.namespace = ns;
56 return this.namespace;
68 this.namespace = ns;
H A DPortInfoImpl.java45 import javax.xml.namespace.QName;
H A DEjbContainerPostHandler.java47 import javax.xml.namespace.QName;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DXMLWriter.java142 * @param namespace Namespace
147 public void writeProperty(String namespace, String namespaceInfo, argument
149 writeElement(namespace, namespaceInfo, name, OPENING);
151 writeElement(namespace, namespaceInfo, name, CLOSING);
159 * @param namespace Namespace
163 public void writeProperty(String namespace, String name, String value) { argument
164 writeElement(namespace, name, OPENING);
166 writeElement(namespace, name, CLOSING);
173 * @param namespace Namespace
176 public void writeProperty(String namespace, Strin argument
188 writeElement(String namespace, String name, int type) argument
201 writeElement(String namespace, String namespaceInfo, String name, int type) argument
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/
H A DRule.java106 * The namespace URI for which this Rule is relevant, if any.
133 * Return the namespace URI for which this Rule is relevant, if any.
143 * Set the namespace URI for which this Rule is relevant, if any.
146 * or <code>null</code> to match independent of namespace.
164 * method with <code>namespace</code> and <code>name</code>
178 * <code>namespace</code> and <code>name</code> parameters, to retain
181 * @param namespace the namespace URI of the matching element, or an
182 * empty string if the parser is not namespace aware or the element has
183 * no namespace
189 begin(String namespace, String name, Attributes attributes) argument
229 body(String namespace, String name, String text) argument
265 end(String namespace, String name) argument
[all...]
H A DPathCallParamRule.java102 * @param namespace the namespace URI of the matching element, or an
103 * empty string if the parser is not namespace aware or the element has
104 * no namespace
105 * @param name the local name if the parser is namespace aware, or just
110 public void begin(String namespace, String name, Attributes attributes) throws Exception { argument
H A DObjectParamRule.java133 public void begin(String namespace, String name, argument
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DGlassfishNamingManagerImpl.java72 * references in the namespace.
233 // the java:comp namespace.
332 // Note: HashMap is not synchronized. The namespace is populated
335 // So the namespace doesnt need to be synchronized.
336 Map namespace = (Map) componentNamespaces.get(componentId);
337 if (namespace == null) {
338 namespace = new HashMap();
339 componentNamespaces.put(componentId, namespace);
343 namespace.put("java:", jc);
344 namespace
391 lookupFromNamespace(String name, Map namespace, Hashtable env) argument
506 bindToNamespace(Map namespace, String logicalJndiName, Object value) argument
526 existsInNamespace(Map namespace, String logicalJndiName) argument
628 bindIntermediateContexts(Map namespace, String name) argument
[all...]
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/
H A DRuntimeEndpointInfoRegistry.java45 import javax.xml.namespace.QName;
H A DServiceEngineFacade.java47 import javax.xml.namespace.QName;
H A DRuntimeEndpointInfoRegistryImpl.java47 import javax.xml.namespace.QName;
H A DServiceEngineFacadeImpl.java50 import javax.xml.namespace.QName;
H A DAppServerBridge.java50 import javax.xml.namespace.QName;
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/soap/
H A DOperation.java80 * Input operation namespace.
85 * Output operation namespace.
184 * Sets the operation input namespace.
186 * @param namespace operation input namespace
188 public void setInputNamespace(String namespace) argument
190 mInputNamespace = namespace;
194 * Gets the operation input namespace.
196 * @return operation input namespace;
214 * Sets the operation output namespace
218 setOutputNamespace(String namespace) argument
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DExtensionElementNode.java179 String namespace = "";
182 namespace = getNamespaceFor(descriptor, parentNode, prefix);
184 node.setAttributeNS(namespace, key, value);
213 String namespace = getNamespaceFor(descriptor, parent, prefix);
215 Element child = getOwnerDocument(parent).createElementNS(namespace, elementName);
225 * for the right namespace for the passed prefix
230 String namespace = null;
232 namespace = (String) prefixMapping.get(prefix);
234 if (namespace==null) {
236 namespace
[all...]
H A DBundleNode.java111 String namespace = (String) st.nextElement();
116 schema = namespace;
117 namespace = TagNames.JAVAEE_NAMESPACE;
119 if (namespace.equals(TagNames.J2EE_NAMESPACE))
121 if (namespace.equals(TagNames.JAVAEE_NAMESPACE))
123 if (namespace.equals(W3C_XML_SCHEMA))
125 sb.append(namespace);
204 // the latest connector schema still use j2ee namespace
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/
H A DJAXRPCClientTransportFactory.java42 import javax.xml.namespace.QName;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DJaxrpcMappingDescriptor.java46 * Holds namespace-to-package mapping information from a
71 * @return true if only mapping info only contains package->namespace
103 public Mapping(String namespace, String thePackage) { argument
104 namespaceUri = namespace;
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/webservices/
H A DWSWsdlPort.java42 import javax.xml.namespace.QName;
84 javax.xml.namespace.QName wsdlport = descriptor.getWsdlPort();
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/deployment/
H A DDeployedEndpointData.java52 import javax.xml.namespace.QName;
77 public final String namespace; field in class:DeployedEndpointData
118 this.namespace = endpoint.getServiceName().getNamespaceURI();
140 this.namespace = endpoint.getServiceName().getNamespaceURI();
160 infoMap.put("namespace", namespace);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DSetContextPropertiesRule.java90 public void begin(String namespace, String nameX, Attributes attributes) argument
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DWSEndpointDescriptor.java43 import javax.xml.namespace.QName;
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DDescriptorEndpointInfo.java43 import javax.xml.namespace.QName;
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/
H A DMessageLayerClientHandler.java54 import javax.xml.namespace.QName;
181 public javax.xml.namespace.QName[] getHeaders() {
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deploy/shared/
H A DAbstractArchiveHandler.java83 String systemID, String baseURI, String namespace)

Completed in 91 milliseconds

1234