BEA Systems, Inc.

weblogic.wsee.jws
Class WebServiceRuntimeDecl

java.lang.Object
  extended by weblogic.wsee.jws.WebServiceRuntimeDecl

public class WebServiceRuntimeDecl
extends Object


Field Summary
protected  com.bea.util.jam.JClass eiClass
           
protected  weblogic.wsee.tools.jws.decl.WebServiceDecl parentWebServiceDecl
           
protected  String portTypeNamespaceURI
           
protected  com.bea.util.jam.JClass sbClass
           
protected  String serviceName
           
protected  String targetNamespace
           
protected  String wsdlLocation
           
 
Constructor Summary
  WebServiceRuntimeDecl(weblogic.wsee.WebServiceType webServiceType, Class clazz)
           
protected WebServiceRuntimeDecl(weblogic.wsee.WebServiceType webServiceType, com.bea.util.jam.JClass jClass, weblogic.wsee.tools.jws.decl.WebServiceDecl parent)
           
 
Method Summary
 String getClassName()
           
 com.bea.util.jam.JClass getEIClass()
           
 String getEndPointInterface()
           
 HandlerChainDecl getHandlerChainDecl()
           
 com.bea.util.jam.JClass getJClass()
           
 String getName()
           
 String getPackageName()
           
 String getPortComponentName()
           
 String getPortName()
           
 QName getPortQName()
           
 String getPortType()
           
 String getPortTypeNamespaceURI()
           
 QName getPortTypeQName()
           
 String getProtocolBinding()
           
 String getServiceName()
           
 QName getServiceQName()
           
 String getSimpleName()
           
 String getTargetNamespace()
           
 weblogic.wsee.WebServiceType getType()
           
 String getWsdlLocation()
           
protected  void initNamespaces(com.bea.util.jam.JAnnotation sbWebServiceAnn, com.bea.util.jam.JAnnotation eiWebServiceAnn)
           
 boolean isConversational()
           
 boolean isMtomEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sbClass

protected final com.bea.util.jam.JClass sbClass

eiClass

protected com.bea.util.jam.JClass eiClass

serviceName

protected final String serviceName

parentWebServiceDecl

protected final weblogic.wsee.tools.jws.decl.WebServiceDecl parentWebServiceDecl

targetNamespace

protected String targetNamespace

wsdlLocation

protected String wsdlLocation

portTypeNamespaceURI

protected String portTypeNamespaceURI
Constructor Detail

WebServiceRuntimeDecl

public WebServiceRuntimeDecl(weblogic.wsee.WebServiceType webServiceType,
                             Class clazz)

WebServiceRuntimeDecl

protected WebServiceRuntimeDecl(weblogic.wsee.WebServiceType webServiceType,
                                com.bea.util.jam.JClass jClass,
                                weblogic.wsee.tools.jws.decl.WebServiceDecl parent)
Method Detail

getHandlerChainDecl

public HandlerChainDecl getHandlerChainDecl()

getName

public String getName()

getServiceName

public String getServiceName()

getServiceQName

public QName getServiceQName()

getEndPointInterface

public String getEndPointInterface()

getPortComponentName

public String getPortComponentName()

getPortType

public String getPortType()

getPortTypeNamespaceURI

public String getPortTypeNamespaceURI()

getTargetNamespace

public String getTargetNamespace()

getWsdlLocation

public String getWsdlLocation()

getClassName

public String getClassName()

getSimpleName

public String getSimpleName()

getPackageName

public String getPackageName()

getPortTypeQName

public QName getPortTypeQName()

getJClass

public com.bea.util.jam.JClass getJClass()

getEIClass

public com.bea.util.jam.JClass getEIClass()

initNamespaces

protected void initNamespaces(com.bea.util.jam.JAnnotation sbWebServiceAnn,
                              com.bea.util.jam.JAnnotation eiWebServiceAnn)

isConversational

public boolean isConversational()

getPortQName

public QName getPortQName()

getPortName

public String getPortName()

getProtocolBinding

public String getProtocolBinding()

isMtomEnabled

public boolean isMtomEnabled()

getType

public weblogic.wsee.WebServiceType getType()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.