org.hibersap.mapping
Class AnnotationBapiMapper

java.lang.Object
  extended by org.hibersap.mapping.AnnotationBapiMapper

public class AnnotationBapiMapper
extends Object

Creates a BAPI Mapping for Annotated classes.

Author:
Carsten Erker

Constructor Summary
AnnotationBapiMapper()
           
 
Method Summary
 BapiMapping mapBapi(Class<?> clazz)
          Takes an annotated BAPI class and creates a BapiMapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationBapiMapper

public AnnotationBapiMapper()
Method Detail

mapBapi

public BapiMapping mapBapi(Class<?> clazz)
Takes an annotated BAPI class and creates a BapiMapping. The BapiMapping is used when a BAPI gets executed to map SAP parameters to fields of the BAPI class.

Parameters:
clazz - The annotated Bapi class.
Returns:
The BapiMapping


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.