Uses of Interface
com.sap.aii.af.service.cpa.Binding

Packages that use Binding
com.sap.aii.af.service.administration.api.cpa   
com.sap.aii.af.service.cpa   
com.sap.aii.af.service.headermapping   
 

Uses of Binding in com.sap.aii.af.service.administration.api.cpa
 

Methods in com.sap.aii.af.service.administration.api.cpa that return Binding
 Binding CPAInboundRuntimeLookupManager.getBinding()
          Returns the inbound Binding object for the message header fields, given in the constuctor.
 Binding CPALookupManager.getBinding(String adapterType, String adapterNamespace, Direction direction, String fromParty, String fromService, String toParty, String toService, String interfaceName, String interfaceNamespace)
          Retrieves the Binding object for the given key values, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
 Binding CPALookupManager.getBindingByChannelId(String channelId)
          Retrieves the Binding object for the given channelId, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
 Binding CPAInboundRuntimeLookupManager.getInboundBinding()
           
 Binding CPAInboundRuntimeLookupManager.getInboundBinding(boolean ignore)
          Depending on the CacheManager initialization, this method returns the Binding object as configured in the constructor, either from the memory cache, or directly from the database.
 Binding CPAInboundRuntimeLookupManager.getOutboundBinding()
           
 Binding CPAInboundRuntimeLookupManager.getOutboundBinding(boolean ignore)
          Depending on the CacheManager initialization, this method returns the Binding object as configured in the constructor, either from the memory cache, or directly from the database.
 

Methods in com.sap.aii.af.service.administration.api.cpa that return types with arguments of type Binding
 LinkedList<Binding> CPALookupManager.getBindings(String adapterType, String adapterNamespace, Direction direction, String fromParty, String toParty)
           
 

Methods in com.sap.aii.af.service.administration.api.cpa with parameters of type Binding
 LinkedList<BindingUser> CPALookupManager.getBindingUsersByBinding(Binding binding)
          Retrieves all BindingUser objects for the given Binding either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
 Channel CPAInboundRuntimeLookupManager.getChannelObject(Binding binding)
           
 boolean CPALookupManager.userHasPermission(String user, Binding binding)
          Checks whether the given user has the permission to perform the given binding.
 

Uses of Binding in com.sap.aii.af.service.cpa
 

Fields in com.sap.aii.af.service.cpa with type parameters of type Binding
static CPAObjectType<Binding> CPAObjectType.BINDING
           
 

Uses of Binding in com.sap.aii.af.service.headermapping
 

Methods in com.sap.aii.af.service.headermapping with parameters of type Binding
static Map HeaderMapper.getMappedHeader(Message message, Binding binding)
          Returns a Map of key-value-pairs where each key is one of the constants FROM_PARTY, FROM_SERVICE, TO_PARTY, TO_SERVICE and the value is the one to which the respective header field should be mapped If the Map is empty no mapping is required.
 



Copyright 2011 SAP AG Complete Copyright Notice