Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.http
Class NetworkAccessPoint

java.lang.Object
  extended by oracle.axia.config.beans.protocol.http.NetworkAccessPoint

All Implemented Interfaces:
NetworkAccessPointMBean, NetworkAccessPointReadOnlyMBean

public class NetworkAccessPoint
extends java.lang.Object
implements NetworkAccessPointMBean

Java class for NetworkAccessPoint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NetworkAccessPoint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="port" type="{http://www.w3.org/2001/XMLSchema}int" default="8080" />
       <attribute name="protocol" default="HTTP">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="HTTP"/>
             <enumeration value="HTTPS"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="clientAuthEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="keystoreId" type="{http://www.w3.org/2001/XMLSchema}string" default="default_keystore" />
       <attribute name="truststoreId" type="{http://www.w3.org/2001/XMLSchema}string" default="default_truststore" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String address
           
protected  java.lang.Boolean clientAuthEnabled
           
protected  java.lang.String keystoreId
           
protected  java.lang.Integer port
           
protected  java.lang.String protocol
           
protected  java.lang.String target
           
protected  java.lang.String truststoreId
           

 

Constructor Summary
NetworkAccessPoint()
          Default Constructor
NetworkAccessPoint(java.lang.String address, java.lang.Integer port, java.lang.String protocol, java.lang.Boolean clientAuthEnabled, java.lang.String keystoreId, java.lang.String truststoreId, java.lang.String target)
           

 

Method Summary
 java.lang.String getAddress()
          Gets the value of the address property.
 java.lang.String getKeystoreId()
          Gets the value of the keystoreId property.
 int getPort()
          Gets the value of the port property.
 java.lang.String getProtocol()
          Gets the value of the protocol property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getTruststoreId()
          Gets the value of the truststoreId property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

address

protected java.lang.String address

port

protected java.lang.Integer port

protocol

protected java.lang.String protocol

clientAuthEnabled

protected java.lang.Boolean clientAuthEnabled

keystoreId

protected java.lang.String keystoreId

truststoreId

protected java.lang.String truststoreId

target

protected java.lang.String target

Constructor Detail

NetworkAccessPoint

public NetworkAccessPoint()
Default Constructor

NetworkAccessPoint

public NetworkAccessPoint(java.lang.String address,
                          java.lang.Integer port,
                          java.lang.String protocol,
                          java.lang.Boolean clientAuthEnabled,
                          java.lang.String keystoreId,
                          java.lang.String truststoreId,
                          java.lang.String target)

Method Detail

getAddress

public java.lang.String getAddress()
Gets the value of the address property.
Specified by:
getAddress in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.
Specified by:
setAddress in interface NetworkAccessPointMBean
Parameters:
value - allowed object is String

getPort

public int getPort()
Gets the value of the port property.
Specified by:
getPort in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is Integer

setPort

public void setPort(java.lang.Integer value)
Sets the value of the port property.
Specified by:
setPort in interface NetworkAccessPointMBean
Parameters:
value - allowed object is Integer

getProtocol

public java.lang.String getProtocol()
Gets the value of the protocol property.
Specified by:
getProtocol in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is String

setProtocol

public void setProtocol(java.lang.String value)
Sets the value of the protocol property.
Specified by:
setProtocol in interface NetworkAccessPointMBean
Parameters:
value - allowed object is String

isClientAuthEnabled

public boolean isClientAuthEnabled()
Gets the value of the clientAuthEnabled property.
Specified by:
isClientAuthEnabled in interface NetworkAccessPointMBean
Returns:
possible object is Boolean

setClientAuthEnabled

public void setClientAuthEnabled(java.lang.Boolean value)
Sets the value of the clientAuthEnabled property.
Specified by:
setClientAuthEnabled in interface NetworkAccessPointMBean
Parameters:
value - allowed object is Boolean

getKeystoreId

public java.lang.String getKeystoreId()
Gets the value of the keystoreId property.
Specified by:
getKeystoreId in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is String

setKeystoreId

public void setKeystoreId(java.lang.String value)
Sets the value of the keystoreId property.
Specified by:
setKeystoreId in interface NetworkAccessPointMBean
Parameters:
value - allowed object is String

getTruststoreId

public java.lang.String getTruststoreId()
Gets the value of the truststoreId property.
Specified by:
getTruststoreId in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is String

setTruststoreId

public void setTruststoreId(java.lang.String value)
Sets the value of the truststoreId property.
Specified by:
setTruststoreId in interface NetworkAccessPointMBean
Parameters:
value - allowed object is String

getTarget

public java.lang.String getTarget()
Gets the value of the target property.
Specified by:
getTarget in interface NetworkAccessPointReadOnlyMBean
Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.
Specified by:
setTarget in interface NetworkAccessPointMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.