|
||||||||||
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.
Field Summary | |
protected java.lang.String |
sib
The classname of bean implementing the service |
protected java.lang.String |
sibLink
the sib link, can be ejb or servlet link |
Constructor Summary | |
protected |
PortComponentDesc(java.lang.ClassLoader jarCL,
PortComponent pc,
ServiceDesc parent)
Creates a new PortComponentDesc object. |
Method Summary | |
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. |
ServiceDesc |
getServiceDesc()
Return the parent ServiceDesc of the PortComponent. |
java.lang.String |
getServiceEndpointInterface()
Return the Service Endpoint Interface name. |
java.lang.String |
getSIBClassname()
Return the implementation bean. |
java.lang.String |
getSibLink()
Return the service-impl-bean value. the sib can be an ejb or a servlet. |
abstract boolean |
hasBeanImpl()
Return true if the Service Impl Bean is an EJB. |
abstract boolean |
hasJaxRpcImpl()
Return true if the Service Impl Bean is a JaxRpc component. |
abstract void |
setDesc(java.lang.Object desc)
Setter method for J2EE component linking. |
void |
setEndpointURL(java.net.URL url)
Set the Endpoint URL of the port-component. |
protected void |
setSIBClassname(java.lang.String sibClassName)
Deprecated. sib class set with the setSessionStatelessDesc or setWebDesc methods. |
java.lang.String |
toString()
return a String representation of the PortComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String sibLink
protected java.lang.String sib
Constructor Detail |
protected PortComponentDesc(java.lang.ClassLoader jarCL, PortComponent pc, ServiceDesc parent) throws WSDeploymentDescException
jarCL
- the module (ejbjar or war) classloader.pc
- webservices portcomponent element
WSDeploymentDescException
- When construction fails.Method Detail |
public ServiceDesc getServiceDesc()
public java.lang.String getName()
public java.lang.String getServiceEndpointInterface()
public java.lang.String getSIBClassname()
protected void setSIBClassname(java.lang.String sibClassName)
sibClassName
- the sib class name.public javax.xml.namespace.QName getQName()
public java.util.List getHandlers()
public java.lang.String getSibLink()
public abstract boolean hasBeanImpl()
public abstract boolean hasJaxRpcImpl()
public java.net.URL getEndpointURL()
public void setEndpointURL(java.net.URL url)
url
- the resolved endpoint URL.public abstract void setDesc(java.lang.Object desc) throws WSDeploymentDescException
desc
- the descriptor of the component implementing the endpoint.
WSDeploymentDescException
- when desc is an unknown type.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |