jp.co.ogis_ri.citk.wsp.cxf.jaxws.handler
クラス AbstractWsHandler
java.lang.Object
jp.co.ogis_ri.citk.wsp.cxf.jaxws.handler.AbstractWsHandler
- 直系の既知のサブクラス:
- WsHandler
public abstract class AbstractWsHandler
- extends Object
JAX-WS Handler(SOAPHandler) core component : SOAPHandlers have access to the
entire SOAP message.
フィールドの概要 |
protected com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface |
requestHandler
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestHandler
protected com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface requestHandler
AbstractWsHandler
public AbstractWsHandler()
handleMessage
public void handleMessage(SoapMessage message,
ThreadLocal<Subject> cred,
Subject subject)
throws Fault
- The handleMessage method gets invoked for normal processing by the
framework as a message is either sent or received (inbound and outbound).
- パラメータ:
message
- cred
- subject
-
- 例外:
Fault
handleSecureMessage
protected abstract void handleSecureMessage(SoapMessage message,
SOAPMessageContext context,
ThreadLocal<Subject> cred,
Subject subject,
Map<Object,Object> sharedMap)
- The handleSecureMessage method validate or wrap in SOAP message.
- パラメータ:
message
- context
- cred
- subject
- sharedMap
-
getSOAPReader
protected XMLStreamReader getSOAPReader(SOAPMessageContext context)
throws SOAPException,
XMLStreamException
- SOAP message in preparation for XMLStreamReader to get to read.
- パラメータ:
context
-
- 戻り値:
-
- 例外:
SOAPException
XMLStreamException
setRequestHandler
public void setRequestHandler(com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface requestHandler)
setWspProfile
public void setWspProfile(String wspProfile)
Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.