Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.dd
Interface EndpointTypeMBean

All Superinterfaces:
EndpointTypeReadOnlyMBean
All Known Implementing Classes:
EndpointType

public interface EndpointTypeMBean
extends EndpointTypeReadOnlyMBean

Method Summary
 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 interface oracle.axia.config.beans.protocol.ws.soap.dd.EndpointTypeReadOnlyMBean
getAuthMethod, getCredentialKey, getImplementationClass, getUri, getUsername

 

Method Detail

setUri

void setUri(java.lang.String value)
Sets the value of the uri property.

setImplementationClass

void setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.

setAuthMethod

void setAuthMethod(java.lang.String value)
Sets the value of the authMethod property.

setUsername

void setUsername(java.lang.String value)
Sets the value of the username property.

setCredentialKey

void setCredentialKey(java.lang.String value)
Sets the value of the credentialKey property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.