SOAj Core v. 1.3


info.soaj.core.attribute.internal
Class SjAttributesForStreaming

java.lang.Object
  extended by info.soaj.core.attribute.internal.SjAttributesForStreaming
All Implemented Interfaces:
java.io.Serializable

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

This immutable class contains attributes providing resource details. It is *not* serializable.

Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .

Since:
v. 1.0
Author:
MarvinToll@gtcGroup.com
See Also:
Serialized Form

Field Summary
protected  java.lang.ClassLoader classLoader
          Class classLoader.
protected  java.io.InputStream inputStream
          Input inputStream.
private static long serialVersionUID
          UID
 
Constructor Summary
SjAttributesForStreaming(java.io.InputStream inputStream, java.lang.ClassLoader classLoader)
          Constructor.
 
Method Summary
 java.lang.ClassLoader getClassLoader()
          This method returns the classLoader attribute.
 java.io.InputStream getInputStream()
          This method returns the inputStream attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID

See Also:
Constant Field Values

inputStream

protected final java.io.InputStream inputStream
Input inputStream.


classLoader

protected final java.lang.ClassLoader classLoader
Class classLoader.

Constructor Detail

SjAttributesForStreaming

public SjAttributesForStreaming(java.io.InputStream inputStream,
                                java.lang.ClassLoader classLoader)
Constructor.

Parameters:
inputStream -
classLoader -
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()
This method returns the classLoader attribute.

Returns:
ClassLoader - Returns the classLoader attribute.

getInputStream

public java.io.InputStream getInputStream()
This method returns the inputStream attribute.

Returns:
InputStream - Returns the inputStream attribute.

SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.