|
||||||||||
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
public abstract class PortComponentDesc
This class provides methodes to manipulate portComponent's attributes.
Constructor Summary | |
---|---|
protected |
PortComponentDesc(ClassLoader jarCL,
PortComponent pc,
JonasPortComponent jpc,
ServiceDesc parent)
Creates a new PortComponentDesc object. |
Method Summary | |
---|---|
String |
getEndpointURI()
|
URL |
getEndpointURL()
Return the URL where the port-component can be accessed. |
List |
getHandlers()
Return the list of Handlers the PortComponent is associated with. |
static I18n |
getI18n()
|
String |
getMapping()
|
String |
getName()
Return the name of the PortComponent. |
QName |
getQName()
Return the WSDL's Port QName, the PortComponent is asssociated with. |
ServiceDesc |
getServiceDesc()
Return the parent ServiceDesc of the PortComponent. |
Class |
getServiceEndpointInterface()
Return the Service Endpoint Interface name. |
String |
getServiceName()
|
String |
getSib()
|
String |
getSIBClassname()
Return the implementation bean. |
String |
getSibLink()
Return the service-impl-bean value. |
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(Object desc)
Setter method for J2EE component linking. |
void |
setEndpointURL(URL url)
Set the Endpoint URL of the port-component. |
void |
setSib(String sib)
|
protected void |
setSIBClassname(String sibClassName)
Deprecated. sib class set with the setSessionStatelessDesc or setWebDesc methods. |
void |
setSibLink(String sibLink)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PortComponentDesc(ClassLoader jarCL, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent) throws WSDeploymentDescException
jarCL
- the module (ejbjar or war) classloader.pc
- webservices port-component elementjpc
- webservices jonas-port-component elementparent
- ServiceDesc containing the PortComponent
WSDeploymentDescException
- When construction fails.Method Detail |
---|
public ServiceDesc getServiceDesc()
public String getName()
public Class getServiceEndpointInterface()
public String getSIBClassname()
protected void setSIBClassname(String sibClassName)
sibClassName
- the sib class name.public QName getQName()
public List getHandlers()
public String getSibLink()
public abstract boolean hasBeanImpl()
public abstract boolean hasJaxRpcImpl()
public URL getEndpointURL()
public void setEndpointURL(URL url)
url
- the resolved endpoint URL.public String getMapping()
public String getServiceName()
public abstract void setDesc(Object desc) throws WSDeploymentDescException
desc
- the descriptor of the component implementing the endpoint.
WSDeploymentDescException
- when desc is an unknown type.public String toString()
toString
in class Object
public String getSib()
public void setSib(String sib)
sib
- The sib to set.public void setSibLink(String sibLink)
sibLink
- The sibLink to set.public static I18n getI18n()
public String getEndpointURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |