|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.wstx.wsat.WSATClientHandler
public class WSATClientHandler
Constructor Summary | |
---|---|
WSATClientHandler()
Deprecated. |
Method Summary | |
---|---|
void |
close(MessageContext messageContext)
Deprecated. Nothing to clean up |
void |
createMustUnderstandName(SOAPMessage message)
Deprecated. |
boolean |
doHandleMessage(SOAPHeader soapHeader,
boolean outboundProperty)
Deprecated. For outbound case, if transaction exists, suspend and store it and attach CoordinationContext to SOAP Header For return of outbound case, if suspend transaction exists, resume it |
Set<QName> |
getHeaders()
Deprecated. |
Transaction |
getTransaction()
Deprecated. Get the current thread's transaction if there is one. |
boolean |
handleFault(SOAPMessageContext soapMessageContext)
Deprecated. Handle fault by resuming so that rollback is possible. |
boolean |
handleMessage(SOAPMessageContext soapMessageContext)
Deprecated. Main routine for WS-AT Outbound support |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSATClientHandler()
Method Detail |
---|
public Set<QName> getHeaders()
getHeaders
in interface SOAPHandler<SOAPMessageContext>
public boolean handleMessage(SOAPMessageContext soapMessageContext)
handleMessage
in interface Handler<SOAPMessageContext>
soapMessageContext
- SOAPMessageContext
public void createMustUnderstandName(SOAPMessage message) throws SOAPException
SOAPException
public boolean handleFault(SOAPMessageContext soapMessageContext)
handleFault
in interface Handler<SOAPMessageContext>
soapMessageContext
- SOAPMessageContext
public void close(MessageContext messageContext)
close
in interface Handler<SOAPMessageContext>
messageContext
- SOAPMessageContextpublic boolean doHandleMessage(SOAPHeader soapHeader, boolean outboundProperty)
soapHeader
- SOAPMessage
public Transaction getTransaction()
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |