NetKernel APIs


org.ten60.netkernel.layer1.representation
Class StringAspect

java.lang.Object
  extended bycom.ten60.netkernel.urii.aspect.StringAspect
      extended byorg.ten60.netkernel.layer1.representation.StringAspect
All Implemented Interfaces:
IAspectBinaryStream, IAspectReadableBinaryStream, IAspectReader, IAspectString, IURAspect

public class StringAspect
extends StringAspect

Implementation of IAspectString that simply subclasses the kernel implementation


Constructor Summary
StringAspect(String aString)
          Creates a new instance of StringAspect
StringAspect(StringBuffer aBuffer)
          Creates a new instance of StringAspect
 
Method Summary
static IURRepresentation create(IURMeta aMeta, String aString)
          Deprecated.  
 
Methods inherited from class com.ten60.netkernel.urii.aspect.StringAspect
getContentLength, getEncoding, getInputStream, getReader, getString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAspect

public StringAspect(String aString)
Creates a new instance of StringAspect

Parameters:
aString - the value for the aspect

StringAspect

public StringAspect(StringBuffer aBuffer)
Creates a new instance of StringAspect

Method Detail

create

public static IURRepresentation create(IURMeta aMeta,
                                       String aString)
Deprecated.  

Create an IURRepresentation holding the StringAspect

Parameters:
aMeta - the meta for the representation
aString - the value of the string aspect

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.