Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.dd
Class EndpointType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.soap.dd.EndpointType

All Implemented Interfaces:
EndpointTypeMBean, EndpointTypeReadOnlyMBean

public class EndpointType
extends java.lang.Object
implements EndpointTypeMBean

Java class for EndpointType complex type.

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

 <complexType name="EndpointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="implementationClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="authMethod" default="NONE">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="NONE"/>
             <enumeration value="USERNAME_TOKEN"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" default="user" />
       <attribute name="credentialKey" type="{http://www.w3.org/2001/XMLSchema}string" default="key_user" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String authMethod
           
protected  java.lang.String credentialKey
           
protected  java.lang.String implementationClass
           
protected  java.lang.String uri
           
protected  java.lang.String username
           

 

Constructor Summary
EndpointType()
          Default Constructor
EndpointType(java.lang.String uri, java.lang.String implementationClass, java.lang.String authMethod, java.lang.String username, java.lang.String credentialKey)
           

 

Method Summary
 java.lang.String getAuthMethod()
          Gets the value of the authMethod property.
 java.lang.String getCredentialKey()
          Gets the value of the credentialKey property.
 java.lang.String getImplementationClass()
          Gets the value of the implementationClass property.
 java.lang.String getUri()
          Gets the value of the uri property.
 java.lang.String getUsername()
          Gets the value of the username property.
 void setAuthMethod(java.lang.String value)
          Sets the value of the authMethod property.
 void setCredentialKey(java.lang.String value)
          Sets the value of the credentialKey property.
 void setImplementationClass(java.lang.String value)
          Sets the value of the implementationClass property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 void setUsername(java.lang.String value)
          Sets the value of the username property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

uri

protected java.lang.String uri

implementationClass

protected java.lang.String implementationClass

authMethod

protected java.lang.String authMethod

username

protected java.lang.String username

credentialKey

protected java.lang.String credentialKey

Constructor Detail

EndpointType

public EndpointType()
Default Constructor

EndpointType

public EndpointType(java.lang.String uri,
                    java.lang.String implementationClass,
                    java.lang.String authMethod,
                    java.lang.String username,
                    java.lang.String credentialKey)

Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.
Specified by:
getUri in interface EndpointTypeReadOnlyMBean
Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.
Specified by:
setUri in interface EndpointTypeMBean
Parameters:
value - allowed object is String

getImplementationClass

public java.lang.String getImplementationClass()
Gets the value of the implementationClass property.
Specified by:
getImplementationClass in interface EndpointTypeReadOnlyMBean
Returns:
possible object is String

setImplementationClass

public void setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
Specified by:
setImplementationClass in interface EndpointTypeMBean
Parameters:
value - allowed object is String

getAuthMethod

public java.lang.String getAuthMethod()
Gets the value of the authMethod property.
Specified by:
getAuthMethod in interface EndpointTypeReadOnlyMBean
Returns:
possible object is String

setAuthMethod

public void setAuthMethod(java.lang.String value)
Sets the value of the authMethod property.
Specified by:
setAuthMethod in interface EndpointTypeMBean
Parameters:
value - allowed object is String

getUsername

public java.lang.String getUsername()
Gets the value of the username property.
Specified by:
getUsername in interface EndpointTypeReadOnlyMBean
Returns:
possible object is String

setUsername

public void setUsername(java.lang.String value)
Sets the value of the username property.
Specified by:
setUsername in interface EndpointTypeMBean
Parameters:
value - allowed object is String

getCredentialKey

public java.lang.String getCredentialKey()
Gets the value of the credentialKey property.
Specified by:
getCredentialKey in interface EndpointTypeReadOnlyMBean
Returns:
possible object is String

setCredentialKey

public void setCredentialKey(java.lang.String value)
Sets the value of the credentialKey property.
Specified by:
setCredentialKey in interface EndpointTypeMBean
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.