public class JAXRSModel
extends java.lang.Object
| Constructor and Description |
|---|
JAXRSModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConsumes()
only returns the one mime type as wsdl 2.0 can publish only one mime type for an operation
|
java.lang.String |
getHTTPMethod() |
java.lang.String |
getPath()
getter methods
|
java.lang.String |
getProduces()
only returns the one mime type as wsdl 2.0 can publish only one mime type for an operation
|
void |
setConsumes(java.lang.String consumes) |
void |
setHTTPMethod(java.lang.String httpmethod) |
void |
setPath(java.lang.String path) |
void |
setProduces(java.lang.String produces) |
public void setPath(java.lang.String path)
public void setConsumes(java.lang.String consumes)
public void setProduces(java.lang.String produces)
public void setHTTPMethod(java.lang.String httpmethod)
public java.lang.String getPath()
public java.lang.String getConsumes()
public java.lang.String getProduces()
public java.lang.String getHTTPMethod()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.