Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.dell.wsdm.demos.interop.x2005.x04
Class AbstractIpmiserverService  view AbstractIpmiserverService download AbstractIpmiserverService.java

java.lang.Object
  extended bycom.dell.wsdm.demos.interop.x2005.x04.AbstractIpmiserverService
All Implemented Interfaces:
org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType, org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType, org.apache.ws.resource.properties.v2004_06.porttype.SetResourcePropertiesPortType, org.apache.ws.resource.handler.WsrfService
Direct Known Subclasses:
IpmiserverService

public abstract class AbstractIpmiserverService
extends java.lang.Object
implements org.apache.ws.resource.handler.WsrfService, org.apache.ws.resource.properties.v2004_06.porttype.SetResourcePropertiesPortType, org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType, org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType

This class should be generated on every "generation" against the WSDL. This will ensure it is always up-to-date with the WSDL.

NOTE: This class is generated and is NOT meant to be modified.


Field Summary
private  boolean m_isInitialized
          DOCUMENT_ME
private  org.apache.ws.resource.handler.ServiceSoapMethodNameMap m_methodNameMap
          DOCUMENT_ME
static java.lang.String TARGET_NSPREFIX
           
static java.lang.String TARGET_NSURI
           
 
Fields inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.SetResourcePropertiesPortType
NAME
 
Fields inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType
NAME
 
Fields inherited from interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
NAME, PROP_QNAME_FIXED_TOPIC_SET, PROP_QNAME_TOPIC, PROP_QNAME_TOPIC_EXPRESSION_DIALECTS, PROPS_DOC_NAME
 
Constructor Summary
AbstractIpmiserverService()
           
 
Method Summary
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
          DOCUMENT_ME
 java.lang.String getMethodName(javax.xml.namespace.QName requestQname)
          DOCUMENT_ME
 org.apache.ws.resource.handler.SoapMethodNameMap getMethodNameMap()
          DOCUMENT_ME
abstract  org.apache.ws.resource.ResourceContext getResourceContext()
          DOCUMENT_ME
 org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyResponseDocument getResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument requestDoc)
          DOCUMENT_ME
 void init()
          DOCUMENT_ME
protected  boolean isInitialized()
          DOCUMENT_ME
 org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesDocument requestDoc)
          DOCUMENT_ME
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.SetResourcePropertiesPortType
setResourceProperties
 
Methods inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType
getResourceProperty
 
Methods inherited from interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
getCurrentMessage, subscribe
 

Field Detail

TARGET_NSURI

public static final java.lang.String TARGET_NSURI
See Also:
Constant Field Values

TARGET_NSPREFIX

public static final java.lang.String TARGET_NSPREFIX
See Also:
Constant Field Values

m_methodNameMap

private org.apache.ws.resource.handler.ServiceSoapMethodNameMap m_methodNameMap
DOCUMENT_ME


m_isInitialized

private boolean m_isInitialized
DOCUMENT_ME

Constructor Detail

AbstractIpmiserverService

public AbstractIpmiserverService()
Method Detail

getMethodName

public java.lang.String getMethodName(javax.xml.namespace.QName requestQname)
DOCUMENT_ME


getResourceContext

public abstract org.apache.ws.resource.ResourceContext getResourceContext()
DOCUMENT_ME

Specified by:
getResourceContext in interface org.apache.ws.resource.handler.WsrfService

getMethodNameMap

public final org.apache.ws.resource.handler.SoapMethodNameMap getMethodNameMap()
DOCUMENT_ME

Specified by:
getMethodNameMap in interface org.apache.ws.resource.handler.WsrfService

init

public void init()
DOCUMENT_ME

Specified by:
init in interface org.apache.ws.resource.handler.WsrfService

isInitialized

protected final boolean isInitialized()
DOCUMENT_ME


setResourceProperties

public org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesResponseDocument setResourceProperties(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.SetResourcePropertiesDocument requestDoc)
DOCUMENT_ME


getResourceProperty

public org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyResponseDocument getResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument requestDoc)
DOCUMENT_ME


subscribe

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
DOCUMENT_ME


getCurrentMessage

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
DOCUMENT_ME