|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.aegis.type.encoded.SoapRef
public class SoapRef
SoapRef represents an encoded SOAP 1.1 href or SOAP 1.2 ref object. This data class is updated when the ref is resolved which can be immedately when the ref is resolved, or later when an instance with the referenced id is unmarshalled.
When the reference is resolved, an optional Action will be invoked which is commonly used to update a property on the source object of the reference.
Nested Class Summary | |
---|---|
static interface |
SoapRef.Action
|
Constructor Summary | |
---|---|
SoapRef()
|
Method Summary | |
---|---|
java.lang.Object |
get()
Gets the referenced object instance or null if the reference has not been resolved yet; |
void |
set(java.lang.Object object)
Sets the referenced object instance. |
void |
setAction(SoapRef.Action action)
Registers an action to invoke when the instance is set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoapRef()
Method Detail |
---|
public java.lang.Object get()
public void set(java.lang.Object object)
object
- the reference instance; not nullpublic void setAction(SoapRef.Action action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |