public class DirectSOAPHandler extends Object implements SOAPHandler<SOAPMessageContext>
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_ADDRESS |
static String |
PNR_NODE_NAME |
static String |
RESPONSE_NODE_NAME |
| Constructor and Description |
|---|
DirectSOAPHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(MessageContext messageContext) |
void |
destroy()
Is executed before this handler is being destroyed - means after close()
has been executed.
|
Set<QName> |
getHeaders() |
String |
getPID()
Get the current process ID.
|
boolean |
handleFault(SOAPMessageContext context) |
boolean |
handleMessage(SOAPMessageContext context)
This method handles the incoming and outgoing SOAP-Message.
|
void |
init()
Is called after constructing the handler and before executing any othe
method.
|
public static final String ENDPOINT_ADDRESS
public static final String RESPONSE_NODE_NAME
public static final String PNR_NODE_NAME
@PostConstruct public void init()
public void close(MessageContext messageContext)
close in interface Handler<SOAPMessageContext>@PreDestroy public void destroy()
public boolean handleMessage(SOAPMessageContext context)
handleMessage in interface Handler<SOAPMessageContext>SOAPMessageContext - The SOAPMessageContext object.public Set<QName> getHeaders()
getHeaders in interface SOAPHandler<SOAPMessageContext>public boolean handleFault(SOAPMessageContext context)
handleFault in interface Handler<SOAPMessageContext>public String getPID()
Copyright © 2010–2025. All rights reserved.