PaymentServiceClientMBean Interface

com.bea.commerce.mbeans
PaymentServiceClientMBean Interface

public interface PaymentServiceClientMBean

    extends ServiceConfigurationMBean

The MBean that configures the client side of the tax service.


All Superinterfaces
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean

Field Summary

   
Fields from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 

Method Summary

public String
getDeferAuthorization()
Get flag on whether or not authorizations should be deferred
public String
getPaymentModel()
Get the payment model setting of your business
public String
getPaymentWebServiceWSDL()
Get the WSDL of the Payment service
public void
setDeferAuthorization(String trueOrFalse)
Indicate if authorizations should be deferred
public void
setPaymentModel(String paymentModel)
Set the payment model of your business
public void
setPaymentWebServiceWSDL(String wsdl)
Set the WSDL of the payment web service
 
Methods from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface com.bea.p13n.management.ServiceConfigurationMBean
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Method Detail

getDeferAuthorization() Method

public String getDeferAuthorization()
Get flag on whether or not authorizations should be deferred


getPaymentModel() Method

public String getPaymentModel()
Get the payment model setting of your business


getPaymentWebServiceWSDL() Method

public String getPaymentWebServiceWSDL()
Get the WSDL of the Payment service


setDeferAuthorization(String) Method

public void setDeferAuthorization(String trueOrFalse)
Indicate if authorizations should be deferred


setPaymentModel(String) Method

public void setPaymentModel(String paymentModel)
Set the payment model of your business


setPaymentWebServiceWSDL(String) Method

public void setPaymentWebServiceWSDL(String wsdl)
Set the WSDL of the payment web service