fedora.common.xml.namespace
Class WSDLMIMENamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.WSDLMIMENamespace

public class WSDLMIMENamespace
extends XMLNamespace

The WSDL MIME XML Namespace.

 Namespace URI    : http://schemas.xmlsoap.org/wsdl/mime/
 Preferred Prefix : mime
 

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Constructor Summary
protected WSDLMIMENamespace()
          Constructs the instance.
 
Method Summary
static WSDLMIMENamespace getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.namespace.XMLNamespace
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSDLMIMENamespace

protected WSDLMIMENamespace()
Constructs the instance.

Method Detail

getInstance

public static WSDLMIMENamespace getInstance()
Gets the only instance of this class.

Returns:
the instance.