| com.sun.xml.ws.api.model.MEP
MEP | public enum MEP (Code) | | Constants that represents four message exchange patterns.
author: Kohsuke Kawaguchi |
Constructor Summary | |
| MEP(boolean async) |
Method Summary | |
final public boolean | isOneWay() |
ASYNC_CALLBACK | Enum Constant ASYNC_CALLBACK(Code) | | |
ASYNC_POLL | Enum Constant ASYNC_POLL(Code) | | |
ONE_WAY | Enum Constant ONE_WAY(Code) | | |
REQUEST_RESPONSE | Enum Constant REQUEST_RESPONSE(Code) | | |
isOneWay | final public boolean isOneWay()(Code) | | |
|
|