org.apache.juddi
Class InitialContextInfo

java.lang.Object
  extended by org.apache.juddi.InitialContextInfo
All Implemented Interfaces:
java.io.Serializable

public class InitialContextInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.util.List<Property> contextProperty
           
 
Constructor Summary
InitialContextInfo()
           
 
Method Summary
 java.util.List<Property> getContextProperty()
           
 void setProperty(java.util.List<Property> contextProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextProperty

protected java.util.List<Property> contextProperty
Constructor Detail

InitialContextInfo

public InitialContextInfo()
Method Detail

getContextProperty

public java.util.List<Property> getContextProperty()

setProperty

public void setProperty(java.util.List<Property> contextProperty)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.