Class AbstractXOPType

java.lang.Object
org.apache.cxf.aegis.type.AegisType
org.apache.cxf.aegis.type.mtom.AbstractXOPType
Direct Known Subclasses:
ByteArrayType, DataHandlerType, DataSourceType

public abstract class AbstractXOPType extends AegisType
Base class for MtoM types.
  • Field Details

  • Constructor Details

    • AbstractXOPType

      public AbstractXOPType(boolean useXmimeBinaryType, String expectedContentTypes)
      Create an XOP type. This type will use xmime to publish and receive the content type via xmime:base64Binary if useXmimeBinaryType is true. If expectedContentTypes != null, then it will use xmime to advertise expected content types.
      Parameters:
      useXmimeBinaryType - whether to use xmime:base64Binary.
      expectedContentTypes - whether to public xmime:expectedContentTypes.
  • Method Details