org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee
Class ServiceReferenceContextImpl

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee.ServiceReferenceContextImpl
All Implemented Interfaces:
org.apache.ws.ews.context.webservices.client.ServiceReferenceContext

public class ServiceReferenceContextImpl
extends java.lang.Object
implements org.apache.ws.ews.context.webservices.client.ServiceReferenceContext

Implementation of EWS ServiceReferenceContext for JOnAS.

Author:
Guillaume Sauthier

Constructor Summary
ServiceReferenceContextImpl()
          Default constructor
 
Method Summary
 void addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler handler)
          Add a given handler to the list of applied handlers
 org.apache.ws.ews.context.webservices.server.WSCFHandler[] getHandlers()
          Return the array of Handlers to be pplied for this service-ref
 java.lang.String getJaxrpcMappingFile()
          Deprecated. not used by JOnAS
 java.lang.String getServiceInterface()
          Deprecated. not used by JOnAS
 javax.xml.namespace.QName getServiceQName()
          Returns the QName of the service to be used
 java.lang.String getServiceRefName()
          Deprecated. not used by JOnAS
 java.lang.String getWsdlFile()
          Deprecated. not used by JOnAS
 void setJaxrpcMappingFile(java.lang.String arg0)
          Deprecated. not used by JOnAS
 void setServiceInterface(java.lang.String arg0)
          Deprecated. not used by JOnAS
 void setServiceQName(javax.xml.namespace.QName serviceQName)
          Set the QName of the service to be used
 void setServiceRefName(java.lang.String arg0)
          Deprecated. not used by JOnAS
 void setWsdlFile(java.lang.String arg0)
          Deprecated. not used by JOnAS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReferenceContextImpl

public ServiceReferenceContextImpl()
Default constructor

Method Detail

setServiceInterface

public void setServiceInterface(java.lang.String arg0)
Deprecated. not used by JOnAS

Specified by:
setServiceInterface in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceInterface(java.lang.String)

getServiceInterface

public java.lang.String getServiceInterface()
Deprecated. not used by JOnAS

Specified by:
getServiceInterface in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceInterface()

getWsdlFile

public java.lang.String getWsdlFile()
Deprecated. not used by JOnAS

Specified by:
getWsdlFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getWsdlFile()

setWsdlFile

public void setWsdlFile(java.lang.String arg0)
Deprecated. not used by JOnAS

Specified by:
setWsdlFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setWsdlFile(java.lang.String)

setServiceQName

public void setServiceQName(javax.xml.namespace.QName serviceQName)
Set the QName of the service to be used

Specified by:
setServiceQName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceQName(javax.xml.namespace.QName)

getServiceQName

public javax.xml.namespace.QName getServiceQName()
Returns the QName of the service to be used

Specified by:
getServiceQName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceQName()

getJaxrpcMappingFile

public java.lang.String getJaxrpcMappingFile()
Deprecated. not used by JOnAS

Specified by:
getJaxrpcMappingFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getJaxrpcMappingFile()

setJaxrpcMappingFile

public void setJaxrpcMappingFile(java.lang.String arg0)
Deprecated. not used by JOnAS

Specified by:
setJaxrpcMappingFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setJaxrpcMappingFile(java.lang.String)

getServiceRefName

public java.lang.String getServiceRefName()
Deprecated. not used by JOnAS

Specified by:
getServiceRefName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceRefName()

setServiceRefName

public void setServiceRefName(java.lang.String arg0)
Deprecated. not used by JOnAS

Specified by:
setServiceRefName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceRefName(java.lang.String)

getHandlers

public org.apache.ws.ews.context.webservices.server.WSCFHandler[] getHandlers()
Return the array of Handlers to be pplied for this service-ref

Specified by:
getHandlers in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getHandlers()

addHandler

public void addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler handler)
Add a given handler to the list of applied handlers

Specified by:
addHandler in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
Parameters:
handler - the added handler
See Also:
ServiceReferenceContext.addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler)