public class SubmissionProfile extends Object implements Externalizable
| Constructor and Description |
|---|
SubmissionProfile() |
SubmissionProfile(IDataReference ref,
String method,
String action,
String mediatype) |
SubmissionProfile(IDataReference ref,
String method,
String action,
String mediatype,
HashMap<String,String> attributeMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getAttribute(String name) |
String |
getMediaType() |
String |
getMethod() |
IDataReference |
getRef() |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public SubmissionProfile()
public SubmissionProfile(IDataReference ref, String method, String action, String mediatype)
public IDataReference getRef()
public String getMethod()
public String getAction()
public String getMediaType()
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2024. All rights reserved.