|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.PortComponentDesc
This class provides methodes to manipulate portComponent's attributes.
Constructor Summary | |
PortComponentDesc(java.lang.ClassLoader jarCL,
org.objectweb.jonas_ws.deployment.xml.PortComponent pc)
Creates a new PortComponentDesc object. |
Method Summary | |
SessionStatelessDesc |
getBeanDesc()
Return the StatelessSessionDesc object linked with this portComponentDesc or null if the portComp is linked to a servlet. |
java.net.URL |
getEndpointURL()
Return the URL where the port-component can be accessed. |
java.util.List |
getHandlers()
Return the list of Handlers the PortComponent is associated with. |
java.lang.String |
getName()
Return the name of the PortComponent. |
javax.xml.namespace.QName |
getQName()
Return the WSDL's Port QName, the PortComponent is asssociated with. |
java.lang.Class |
getServiceEndpointInterface()
Return the Service Endpoint Interface. |
java.lang.Class |
getServiceImplementationBean()
Return the implementation bean. |
java.lang.String |
getSibLink()
Return the sib name. the sib can be an ejb or a servlet. |
WebContainerDeploymentDesc |
getWebDesc()
Return the WebContainerDeploymentDesc object linked with this portComponentDesc or null if the portComp is linked to a stateless session bean. |
boolean |
hasBeanImpl()
Return true if the Service Impl Bean is an EJB. |
boolean |
hasJaxRpcImpl()
Return true if the Service Impl Bean is a JaxRpc component. |
void |
setBeanDesc(SessionStatelessDesc bean)
Set the beanDesc for this endpoint. |
void |
setEndpointURL(java.net.URL url)
Set the Endpoint URL of the port-component. |
void |
setSibClass(java.lang.Class sib)
Deprecated. sib class set with the setBeanDesc or setWebDesc methods. |
void |
setWebDesc(WebContainerDeploymentDesc web)
Set the webDesc for this endpoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortComponentDesc(java.lang.ClassLoader jarCL, org.objectweb.jonas_ws.deployment.xml.PortComponent pc) throws WSDeploymentDescException
jarCL
- the module (ejbjar or war) classloader.pc
- webservices portcomponent element
WSDeploymentDescException
- When construction fails.Method Detail |
public java.lang.String getName()
public java.lang.Class getServiceEndpointInterface()
public java.lang.Class getServiceImplementationBean()
public javax.xml.namespace.QName getQName()
public java.util.List getHandlers()
public java.lang.String getSibLink()
public void setSibClass(java.lang.Class sib)
sib
- the sib class.public boolean hasBeanImpl()
public boolean hasJaxRpcImpl()
public SessionStatelessDesc getBeanDesc()
public WebContainerDeploymentDesc getWebDesc()
public void setBeanDesc(SessionStatelessDesc bean)
bean
- The SSB Object declaring the endpoint.public void setWebDesc(WebContainerDeploymentDesc web)
web
- The web DD declaring the JaxRpc Endpoint.public java.net.URL getEndpointURL()
public void setEndpointURL(java.net.URL url)
url
- the resolved endpoint URL.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |