|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--com.ibm.ws.webservices.tools.ant.EndpointEnabler | +--com.ibm.websphere.ant.tasks.endptEnabler
The endptEnabler task enables a set of web services within an Enterprise Application Archive (EAR) file. For each web service-enabled EJB JAR in the EAR file, it adds one or more router modules to the EAR. The structure of the endptEnabler task is shown below:
Inner Class Summary | |
---|---|
class |
endptEnabler.Property
Used for nested property definitions. |
Inner classes inherited from class com.ibm.ws.webservices.tools.ant.EndpointEnabler |
---|
com.ibm.ws.webservices.tools.ant.EndpointEnabler.Property |
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
endptEnabler()
|
Method Summary | |
---|---|
com.ibm.ws.webservices.tools.ant.EndpointEnabler.Property |
createProperty()
The Property information is embedded in a "property" element. |
void |
setEarfile(java.lang.String earfile)
This method accepts a string containing the name of the EAR to be modified. |
Methods inherited from class com.ibm.ws.webservices.tools.ant.EndpointEnabler |
---|
execute |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public endptEnabler()
Method Detail |
public void setEarfile(java.lang.String earfile)
setEarfile
in class com.ibm.ws.webservices.tools.ant.EndpointEnabler
earfile
- A string containing the EAR namepublic com.ibm.ws.webservices.tools.ant.EndpointEnabler.Property createProperty()
createProperty
in class com.ibm.ws.webservices.tools.ant.EndpointEnabler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |