public class endptEnabler
extends com.ibm.ws.webservices.tools.ant.EndpointEnabler
<taskdef name="EndpointEnablerTask"
classname="com.ibm.websphere.ant.tasks.endptEnabler">
classpath="location of installed websphere classes">
</taskdef>
<EndpointEnablerTask earfile="location of input EAR file">
<property key="property name" value="property value"/>
<property key="another property name" value="another property value">
</EndpointEnablerTask>
>Modifier and Type | Class and Description |
---|---|
class |
endptEnabler.Property
Used for nested property definitions.
|
Constructor and Description |
---|
endptEnabler() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
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()
propertyelement. Elements have create
keyand
valueattributes.
<property key="verbose" value="false"/>
These are some examples of properties that can be passed in as
key and value attributes:
key value
------- ------------------
verbose false
http.routerModuleNameSuffix HTTPRouter
StockQuoteEJB.transports http,jms
StockQuoteEJB.http.routerModuleName StockQuoteEJB_HTTPRouter.war
StockQuoteEJB.http.contextRoot StockQuoteEJB
StockQuoteEJB.jms.routerModuleName StockQuoteEJB_JMSRouter.jar
StockQuoteEJB.jms.listenerInputPortName StockQuoteEJB_ListenerPort
StockQuoteEJB.jms.destinationType topic
createProperty
in class com.ibm.ws.webservices.tools.ant.EndpointEnabler