| java.lang.Object com.sun.jbi.messaging.NMRComponent
NMRComponent | public class NMRComponent implements Component(Code) | | Abstract implementation of Component interface used by test components
in the NMR regression suite.
author: Sun Microsystems, Inc. |
Field Summary | |
final public static int | WSDL_11 | final public static int | WSDL_20 |
WSDL_11 | final public static int WSDL_11(Code) | | |
WSDL_20 | final public static int WSDL_20(Code) | | |
NMRComponent | public NMRComponent()(Code) | | |
NMRComponent | public NMRComponent(int type)(Code) | | |
NMRComponent | public NMRComponent(int type, boolean isExchangeOkay)(Code) | | |
getServiceDescription | public Document getServiceDescription(ServiceEndpoint endpoint)(Code) | | Default behavior is to return the WSDL found at DEFAULT_DOC_PATH.
|
|
|