Package com.ibm.wsdl.extensions.mime
Class MIMEConstants
- java.lang.Object
-
- com.ibm.wsdl.extensions.mime.MIMEConstants
-
public class MIMEConstants extends Object
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_PARTstatic StringELEM_CONTENTstatic StringELEM_MIME_XMLstatic StringELEM_MULTIPART_RELATEDstatic StringNS_URI_MIMEstatic QNameQ_ELEM_MIME_CONTENTstatic QNameQ_ELEM_MIME_MIME_XMLstatic QNameQ_ELEM_MIME_MULTIPART_RELATEDstatic QNameQ_ELEM_MIME_PART
-
Constructor Summary
Constructors Constructor Description MIMEConstants()
-
-
-
Field Detail
-
NS_URI_MIME
public static final String NS_URI_MIME
- See Also:
- Constant Field Values
-
ELEM_CONTENT
public static final String ELEM_CONTENT
- See Also:
- Constant Field Values
-
ELEM_MULTIPART_RELATED
public static final String ELEM_MULTIPART_RELATED
- See Also:
- Constant Field Values
-
ELEM_MIME_XML
public static final String ELEM_MIME_XML
- See Also:
- Constant Field Values
-
Q_ELEM_MIME_CONTENT
public static final QName Q_ELEM_MIME_CONTENT
-
Q_ELEM_MIME_MULTIPART_RELATED
public static final QName Q_ELEM_MIME_MULTIPART_RELATED
-
Q_ELEM_MIME_PART
public static final QName Q_ELEM_MIME_PART
-
Q_ELEM_MIME_MIME_XML
public static final QName Q_ELEM_MIME_MIME_XML
-
ATTR_PART
public static final String ATTR_PART
- See Also:
- Constant Field Values
-
-