Annotation Type XmlParamType


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface XmlParamType
    Annotates services method parameters to provide information about how they are to be serialized.
    • Element Detail

      • type

        Class<?> type
        Default:
        org.apache.cxf.aegis.type.AegisType.class
      • namespace

        String namespace
        Default:
        ""