com.bea.control
Interface EBXMLControl.Callback

Enclosing interface:
EBXMLControl

public static interface EBXMLControl.Callback


Method Summary
 void onAck(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument ack)
          Invoked when an ebXML SOAP envelope containing an acknowledgement is received.
 void onError(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument error)
          Invoked when an ebXML SOAP envelope containing an error is received.
 

Method Detail

onAck

public void onAck(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument ack)
Invoked when an ebXML SOAP envelope containing an acknowledgement is received. Base control method.

Parameters:
ack - EBXML SOAP Envelope containing acknowledgement

onError

public void onError(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument error)
Invoked when an ebXML SOAP envelope containing an error is received.

Parameters:
error - EBXML SOAP Envelope containing Error