Skip navigation links

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

E38079-01


oracle.axia.protocol.http
Interface NetworkAccessPointMBean


public interface NetworkAccessPointMBean

Method Summary
 String getAddress()
          Gets the value of the address property.
 String getKeystoreId()
          Gets the value of the keystoreId property.
 int getPort()
          Gets the value of the port property.
 String getProtocol()
          Gets the value of the protocol property.
 String getTarget()
          Gets the value of the target property.
 String getTruststoreId()
          Gets the value of the truststoreId property.
 boolean isClientAuthEnabled()
          Gets the value of the clientAuthEnabled property.
 void setAddress(String value)
          Sets the value of the address property.
 void setClientAuthEnabled(Boolean value)
          Sets the value of the clientAuthEnabled property.
 void setKeystoreId(String value)
          Sets the value of the keystoreId property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setProtocol(String value)
          Sets the value of the protocol property.
 void setTarget(String value)
          Sets the value of the target property.
 void setTruststoreId(String value)
          Sets the value of the truststoreId property.

 

Method Detail

getAddress

String getAddress()
Gets the value of the address property.

setAddress

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

getPort

int getPort()
Gets the value of the port property.

setPort

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

getProtocol

String getProtocol()
Gets the value of the protocol property.

setProtocol

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

isClientAuthEnabled

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

setClientAuthEnabled

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

getKeystoreId

String getKeystoreId()
Gets the value of the keystoreId property.

setKeystoreId

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

getTruststoreId

String getTruststoreId()
Gets the value of the truststoreId property.

setTruststoreId

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

getTarget

String getTarget()
Gets the value of the target property.

setTarget

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

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.