Class MonitorContextImpl
- java.lang.Object
-
- org.glassfish.webservices.monitoring.MonitorContextImpl
-
- All Implemented Interfaces:
MonitorContext
public class MonitorContextImpl extends Object implements MonitorContext
-
-
Constructor Summary
Constructors Constructor Description MonitorContextImpl(com.oracle.webservices.api.databinding.JavaCallInfo callInfo, com.sun.xml.ws.model.SOAPSEIModel seiModel, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint<?> ownerEndpoint, WebServiceEndpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.oracle.webservices.api.databinding.JavaCallInfogetCallInfo()WebServiceEndpointgetEndpoint()Class<?>getImplementationClass()com.sun.xml.ws.api.server.WSEndpoint<?>getOwnerEndpoint()com.sun.xml.ws.model.SOAPSEIModelgetSeiModel()com.sun.xml.ws.api.model.wsdl.WSDLPortgetWsdlModel()
-
-
-
Constructor Detail
-
MonitorContextImpl
public MonitorContextImpl(com.oracle.webservices.api.databinding.JavaCallInfo callInfo, com.sun.xml.ws.model.SOAPSEIModel seiModel, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint<?> ownerEndpoint, WebServiceEndpoint endpoint)
-
-
Method Detail
-
getImplementationClass
public Class<?> getImplementationClass()
- Specified by:
getImplementationClassin interfaceMonitorContext
-
getCallInfo
public com.oracle.webservices.api.databinding.JavaCallInfo getCallInfo()
- Specified by:
getCallInfoin interfaceMonitorContext
-
getSeiModel
public com.sun.xml.ws.model.SOAPSEIModel getSeiModel()
- Specified by:
getSeiModelin interfaceMonitorContext
-
getWsdlModel
public com.sun.xml.ws.api.model.wsdl.WSDLPort getWsdlModel()
- Specified by:
getWsdlModelin interfaceMonitorContext
-
getOwnerEndpoint
public com.sun.xml.ws.api.server.WSEndpoint<?> getOwnerEndpoint()
- Specified by:
getOwnerEndpointin interfaceMonitorContext
-
getEndpoint
public WebServiceEndpoint getEndpoint()
- Specified by:
getEndpointin interfaceMonitorContext
-
-