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