|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.uddi.client.structures.datatypes.BindingTemplate
public class BindingTemplate
BindingTemplate provide information for determining a technical entry point or remotely hosted services.
Constructor Summary | |
---|---|
BindingTemplate()
Class constructor. |
Method Summary | |
---|---|
void |
addDescription(String value)
Adds a new description to the descriptions. |
AccessPoint |
getAccessPoint()
Gets the value of the access point. |
String |
getBindingKey()
Gets the value of the binding key. |
Vector |
getDescriptionVector()
Gets the set of descriptions |
HostingRedirector |
getHostingRedirector()
Gets the value of the hosting director. |
String |
getServiceKey()
Gets the value of the service key. |
TModelInstanceDetails |
getTModelInstanceDetails()
Gets the value of the TModel instance details. |
void |
setAccessPoint(AccessPoint value)
Sets the value of the access point. |
void |
setBindingKey(String value)
Sets the value of the binding key. |
void |
setDescriptionVector(Vector value)
Sets the values for descriptions. |
void |
setHostingRedirector(HostingRedirector value)
Sets the value of the hosting director. |
void |
setServiceKey(String value)
Sets the value of the service key. |
void |
setTModelInstanceDetails(TModelInstanceDetails value)
Sets the value of the TModel instance details. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingTemplate()
Method Detail |
---|
public void addDescription(String value)
value
- the new description.public void setDescriptionVector(Vector value)
value
- A set of descriptions to be includedpublic Vector getDescriptionVector()
public void setAccessPoint(AccessPoint value)
value
- the new value of the access point.public AccessPoint getAccessPoint()
public void setHostingRedirector(HostingRedirector value)
value
- the new value of the hosting director.public HostingRedirector getHostingRedirector()
public void setTModelInstanceDetails(TModelInstanceDetails value)
value
- the new value of the TModel instance details.public TModelInstanceDetails getTModelInstanceDetails()
public void setBindingKey(String value)
value
- the new value of the binding key.public String getBindingKey()
public void setServiceKey(String value)
value
- the new value of the service key.public String getServiceKey()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |