Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.http
Interface NetworkAccessPointMBean

All Superinterfaces:
NetworkAccessPointReadOnlyMBean
All Known Implementing Classes:
NetworkAccessPoint

public interface NetworkAccessPointMBean
extends NetworkAccessPointReadOnlyMBean

Method Summary
 boolean isClientAuthEnabled()
          Gets the value of the clientAuthEnabled property.
 void setAddress(java.lang.String value)
          Sets the value of the address property.
 void setClientAuthEnabled(java.lang.Boolean value)
          Sets the value of the clientAuthEnabled property.
 void setKeystoreId(java.lang.String value)
          Sets the value of the keystoreId property.
 void setPort(java.lang.Integer value)
          Sets the value of the port property.
 void setProtocol(java.lang.String value)
          Sets the value of the protocol property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setTruststoreId(java.lang.String value)
          Sets the value of the truststoreId property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.http.NetworkAccessPointReadOnlyMBean
getAddress, getKeystoreId, getPort, getProtocol, getTarget, getTruststoreId

 

Method Detail

setAddress

void setAddress(java.lang.String value)
Sets the value of the address property.

setPort

void setPort(java.lang.Integer value)
Sets the value of the port property.

setProtocol

void setProtocol(java.lang.String value)
Sets the value of the protocol property.

isClientAuthEnabled

boolean isClientAuthEnabled()
Gets the value of the clientAuthEnabled property.

setClientAuthEnabled

void setClientAuthEnabled(java.lang.Boolean value)
Sets the value of the clientAuthEnabled property.

setKeystoreId

void setKeystoreId(java.lang.String value)
Sets the value of the keystoreId property.

setTruststoreId

void setTruststoreId(java.lang.String value)
Sets the value of the truststoreId property.

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.