Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

org.apache.soap.encoding.soapenc
Class MultiRefContext

java.lang.Object
  |
  +--org.apache.soap.encoding.soapenc.MultiRefContext

public class MultiRefContext
extends java.lang.Object

Provides the context for a multiRef's serialization.


Constructor Summary
MultiRefContext()
           
MultiRefContext(int id, java.lang.String name)
           

 

Method Summary
 int getId()
           
 void setId(int id)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

MultiRefContext

public MultiRefContext()

MultiRefContext

public MultiRefContext(int id,
                       java.lang.String name)
Method Detail

getId

public int getId()

setId

public void setId(int id)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2001 The Apache Software Foundation. All rights reserved.