|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.bc.ftp.FTPUtil
public class FTPUtil
| Constructor Summary | |
|---|---|
FTPUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
generateFileNameList(java.util.List<java.lang.String> names,
javax.xml.namespace.QName operation)
generates the XML representation of the file name list |
static org.w3c.dom.Document |
generateMTOMListResponse(java.util.List<java.lang.String> names,
javax.xml.namespace.QName operation)
Generate a MTOM response for a list of files. |
static org.w3c.dom.Document |
generateMTOMResponse(java.lang.String names,
javax.xml.namespace.QName operation)
Generate a MTOM response for a single file. |
static java.lang.String |
getOperationValidMep(java.lang.String operation,
org.ow2.petals.component.framework.api.Message.MEPConstants... mep)
Build a message to indicate the mep available for this operation. |
static void |
setIOFaultOnExchange(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.String ioMessage)
|
static void |
setMissingElementFaultOnExchange(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.String missingElement)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTPUtil()
| Method Detail |
|---|
public static java.lang.String getOperationValidMep(java.lang.String operation,
org.ow2.petals.component.framework.api.Message.MEPConstants... mep)
operation - operation namemep - allowed MEP
public static java.lang.String generateFileNameList(java.util.List<java.lang.String> names,
javax.xml.namespace.QName operation)
names -
public static org.w3c.dom.Document generateMTOMListResponse(java.util.List<java.lang.String> names,
javax.xml.namespace.QName operation)
names - operation -
public static org.w3c.dom.Document generateMTOMResponse(java.lang.String names,
javax.xml.namespace.QName operation)
names - operation -
public static void setIOFaultOnExchange(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.String ioMessage)
throws javax.jbi.messaging.MessagingException
javax.jbi.messaging.MessagingException
public static void setMissingElementFaultOnExchange(org.ow2.petals.component.framework.api.message.Exchange exchange,
java.lang.String missingElement)
throws javax.jbi.messaging.MessagingException
javax.jbi.messaging.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||