Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.im.psx.ansimap
Interface AcceptHeadersMBean


public interface AcceptHeadersMBean

Method Summary
 void addAcceptHeader()
          Add a new element named acceptHeader
 List<AcceptHeaderMBean> getAcceptHeaderMBean()
          Return the list of the AcceptHeader element
 String getName()
          Gets the value of the name property.
 void removeAcceptHeader(int index)
          Remove an element named acceptHeader by the index
 void setName(String value)
          Sets the value of the name property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

addAcceptHeader

void addAcceptHeader()
Add a new element named acceptHeader

removeAcceptHeader

void removeAcceptHeader(int index)
Remove an element named acceptHeader by the index

getAcceptHeaderMBean

List<AcceptHeaderMBean> getAcceptHeaderMBean()
Return the list of the AcceptHeader element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.