fedora.common.xml.namespace
Class FedoraMethodMapNamespace

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

public class FedoraMethodMapNamespace
extends XMLNamespace

The Fedora Method Map XML namespace.

 Namespace URI    : http://fedora.comm.nsdlib.org/service/methodmap
 Preferred Prefix : fmm
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName BDEF_PID
          The bDefPID attribute.
 QName DATASTREAM_INPUT_PARM
          The DatastreamInputParm element.
 QName DEFAULT_INPUT_PARM
          The DefaultInputParm element.
 QName DEFAULT_VALUE
          The defaultValue attribute.
 QName LABEL
          The label attribute.
 QName METHOD
          The Method element.
 QName METHOD_MAP
          The MethodMap element.
 QName METHOD_RETURN_TYPE
          The MethodReturnType element.
 QName NAME
          The name attribute.
 QName OPERATION_LABEL
          The operationLabel attribute.
 QName OPERATION_NAME
          The operationName attribute.
 QName PARM_NAME
          The parmName attribute.
 QName PASS_BY
          The passBy attribute.
 QName REQUIRED
          The required attribute.
 QName USER_INPUT_PARM
          The UserInputParm element.
 QName VALID_PARM
          The ValidParm element.
 QName VALID_PARM_VALUES
          The ValidParmValues element.
 QName VALUE
          The value attribute.
 QName WSDL_MSG_NAME
          The wsdlMsgName attribute.
 QName WSDL_MSG_OUTPUT
          The wsdlMsgOutput attribute.
 QName WSDL_MSG_TO_MIME
          The wsdlMsgTOMIME attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static FedoraMethodMapNamespace 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
 

Field Detail

DATASTREAM_INPUT_PARM

public final QName DATASTREAM_INPUT_PARM
The DatastreamInputParm element.


DEFAULT_INPUT_PARM

public final QName DEFAULT_INPUT_PARM
The DefaultInputParm element.


METHOD

public final QName METHOD
The Method element.


METHOD_MAP

public final QName METHOD_MAP
The MethodMap element.


METHOD_RETURN_TYPE

public final QName METHOD_RETURN_TYPE
The MethodReturnType element.


USER_INPUT_PARM

public final QName USER_INPUT_PARM
The UserInputParm element.


VALID_PARM

public final QName VALID_PARM
The ValidParm element.


VALID_PARM_VALUES

public final QName VALID_PARM_VALUES
The ValidParmValues element.


BDEF_PID

public final QName BDEF_PID
The bDefPID attribute.


DEFAULT_VALUE

public final QName DEFAULT_VALUE
The defaultValue attribute.


LABEL

public final QName LABEL
The label attribute.


NAME

public final QName NAME
The name attribute.


OPERATION_LABEL

public final QName OPERATION_LABEL
The operationLabel attribute.


OPERATION_NAME

public final QName OPERATION_NAME
The operationName attribute.


PARM_NAME

public final QName PARM_NAME
The parmName attribute.


PASS_BY

public final QName PASS_BY
The passBy attribute.


REQUIRED

public final QName REQUIRED
The required attribute.


VALUE

public final QName VALUE
The value attribute.


WSDL_MSG_NAME

public final QName WSDL_MSG_NAME
The wsdlMsgName attribute.


WSDL_MSG_OUTPUT

public final QName WSDL_MSG_OUTPUT
The wsdlMsgOutput attribute.


WSDL_MSG_TO_MIME

public final QName WSDL_MSG_TO_MIME
The wsdlMsgTOMIME attribute.

Method Detail

getInstance

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

Returns:
the instance.