org.apache.geronimo.axis.builder
Class AxisBuilder.ByteArrayRetrievingGeneratorStrategy

java.lang.Object
  extended byDefaultGeneratorStrategy
      extended byorg.apache.geronimo.axis.builder.AxisBuilder.ByteArrayRetrievingGeneratorStrategy
Enclosing class:
AxisBuilder

private static class AxisBuilder.ByteArrayRetrievingGeneratorStrategy
extends DefaultGeneratorStrategy


Field Summary
private  byte[] classBytes
           
 
Constructor Summary
private AxisBuilder.ByteArrayRetrievingGeneratorStrategy()
           
 
Method Summary
 byte[] getClassBytes()
           
 byte[] transform(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classBytes

private byte[] classBytes
Constructor Detail

AxisBuilder.ByteArrayRetrievingGeneratorStrategy

private AxisBuilder.ByteArrayRetrievingGeneratorStrategy()
Method Detail

transform

public byte[] transform(byte[] b)

getClassBytes

public byte[] getClassBytes()


Copyright © 2005 Apache Software Foundation. All Rights Reserved.