Asterisk-Java

org.asteriskjava.manager
Annotation Type AsteriskMapping


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface AsteriskMapping

Customized the mapping to Asterisk. In general the mapping is done implicitly based on reflection but there are certain action that are using headers with specical characters that can not be represented in Java. In those cases you can annotate the property (getter, setter or field) and provide the header name that Asterisk expects.

Since:
1.0.0

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.